Early binding tips and tricks for Dynamics CRM 2011(sandrinodimattia.net)

submitted by sandrinosandrino(270) 1 year, 3 months ago

When you're working with Dynamics CRM 2011 and you need to write plugins or other kinds of integration with .NET code you should make use of early binding. This gives you a context that contains a typed .NET representation of all your entities, relations, ... The fact that you have a 1 on 1 representation of all your entities and relations has a lot of advantages: •You no longer have to work with magic strings when accessing attributes •Every property is typed the correct way. No need to cast attribute values anymore. •When entities or attributes are removed, renamed, ... and you update your context your code won't build and you can fix each problem immediately. No more runtime errors. •Less bugs •Less manual work •...

add a comment |category: |Views: 31

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

No comments so far

information Login or create an account to comment on this story