• Easy Social Connector Creation

      Vitalii Symon, 17 December 2010

      Nowadays any social network offers wide range of information sharing facilities including easy sharing links from 3rd party websites. Social network offers to install small button onto your website and single click will put link to your content to Facebook, Twitter - whatever feed and your resource

      Read the full article here
    • C# - A ‘dynamic’ keyword for CRM

      Vitalii Symon, 24 December 2010

      With every ‘next’ version of Microsoft .NET Framework we get more and more features and as result – more chances to shoot our own leg.  Not so long ago, var keyword was discussed by the community as potentially dangerous and now we have one more keyword – dynamic - which gives some more freedo

      Read the full article here
    • Unit Testing

      Vitalii Symon, 31 December 2010

      * Unit testing is a popular tool and its advantages are obvious – rapid, accurate testing which is able to cover whole system of any complexity within minutes.  But, this approach takes some time and effort. A large number of developers do unit tests for simplest components which do not do seri

      Read the full article here
    • Drawing Over a Bing Map

      Vitalii Symon, 07 January 2011

        Today I’ll provide you with couple of code snippets for handling right click for additional operations with Bing Maps. This might be needed if you want to create a dynamic map with the ability to add/remove some objects on the maps and preserve the ability to navigate the maps in a usual mann

      Read the full article here
    • Bing Maps: More Tricks

      Vitalii Symon, 14 January 2011

      * As I’ve blogged about before, we’ve completed a big task which was integrating CRM with Bing maps. Here are some code snippets which can help you to build own application quickly and easily. So here they are: 1. Showing a hint near a specific push pin: First of all, when creating the pushpin, ma

      Read the full article here
    • Fetching Advanced Find Views

      Vitalii Symon, 17 January 2011

      Our team has just finished integrating Dynamics CRM with Bing maps to enable users to perform interactive queries to list all contacts in certain area. The tool is very quick and easy to use. One of most important components is enabling users to reuse saved queries from CRM, so users can predefine n

      Read the full article here