In order to add a ribbon button in Dynamics CRM on all entities, simply use the Application Ribbon in your solution, then edit it with the Ribbon Workbench. For more details, please read this article.
Category: .NET 4.0
WCF Service Bindings – web.config
When creating a web service, the following configured bindings should be taken into consideration, based on the endpoint you are using (soap, rest etc.), to avoid large parameter structures not being processed or timeout issues: Also, the following runtime tag should look like this: Another best practice to avoid potential “System.InvalidOperationException: The JSON request was too large… Continue reading WCF Service Bindings – web.config
Useful CRM 2011 .NET extension methods
Hello guys, This will be pretty straight forward. In order to use the extension methods below in C# for CRM 2011 development, such as plugins, custom workflow actions, windows services or any other type of CRM SDK based application, you need to follow these steps: 1. Download the latest CRM SDK here. 2. Navigate to… Continue reading Useful CRM 2011 .NET extension methods
Comeback
Hello guys, Long time no talk 🙂 But don’t worry, we’re back on track, with a new team of focused authors. Soon to come: – CRM 2011 related posts (C# .NET / SDK / JavaScript) – Custom Chat Client (C# .NET sockets) Stay tuned! Cornel
Video Player & Audio Player for WPF
Here are two Media Players you can use in your WPF projects: Video Player *** Audio Player And here are the most expected links: Video Player & Audio Player Demo Video Player & Audio Player Source Code
WPF SoccerBall 3D Model
The 3D SoccerBall model for WPF can be placed in a transparent window, as simple as possible, like shown in the following code: Use the mouse left button to move the ball or the right button to rotate it. To download a Demo project, click here. To download the Source Code, click here. The final… Continue reading WPF SoccerBall 3D Model