Download presentation
Presentation is loading. Please wait.
Published byDamon Howard Modified over 9 years ago
1
By Rami Mounla Optimistic Concurrency Control Copyright 2010 FUJITSU LIMITED
2
Outline Introduction Buzzwords The problem Solutions Resources Questions Copyright 2010 FUJITSU LIMITED 1
3
Buzzwords OData JSON ATOM RESTful WCF on Windows Azure LINQ Copyright 2010 FUJITSU LIMITED 2
4
The Problem Handling concurrency control in CRM 2011 User 1 User 2 User 1 Potential to lose data Copyright 2010 FUJITSU LIMITED 3
5
Optimistic Concurrency Control Solutions First Solution JavaScript RESTful JSON Second Solution Plugins Third Solution JavaScript WCF services Copyright 2010 FUJITSU LIMITED 4
6
Prerequisites Visual Studio IDE CRM 2011 SDK (not the beta version) Windows Identity Foundation Windows Azure tools for Visual Studio JSON script Code snippets (optional) Copyright 2010 FUJITSU LIMITED 5
7
Solution 1 JavaScript using JSON Pros Entity independent Following the recommendations User interaction Fast Cons Minimal Intellisense Tedious when logic is complex When to use Simple business logic User interaction Copyright 2010 FUJITSU LIMITED 6
8
Solution 2 JavaScript and Plugin Pros Intellisense Good for complex logic Forces failure Standard Cons Dependent on updated attributes No user interaction When to use Complex business logic Either pass or fail Asynchronous Copyright 2010 FUJITSU LIMITED 7
9
Solution 3 JavaScript and Azure WCF Pros Good for integration User interaction.NET strength Cons XDomain script can be difficult Can be slow Security issue Non standard When to use Complex logic with intellisense Integration with other systems Copyright 2010 FUJITSU LIMITED 8
10
Resources CRM 2011 SDK http://www.microsoft.com/downloads/en/details.aspx?FamilyID=420F0F0 5-C226-4194-B7E1-F23CEAA83B69 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=420F0F0 5-C226-4194-B7E1-F23CEAA83B69 JSON http://www.json.org/http://www.json.org/ Windows Identity Foundation http://www.microsoft.com/downloads/en/details.aspx?FamilyID=eb9c345 f-e830-40b8-a5fe-ae7a864c4d76&displaylang=en http://www.microsoft.com/downloads/en/details.aspx?FamilyID=eb9c345 f-e830-40b8-a5fe-ae7a864c4d76&displaylang=en http://msdn.microsoft.com/en-us/evalcenter/dd440951 Windows Azure Tools for Visual Studio http://msdn.microsoft.com/en-us/windowsazure/cc974146.aspx CRM 2011 VS Snippets http://crm2011snippets.codeplex.com/http://crm2011snippets.codeplex.com/ http://www.patrickverbeeten.com http://www.odata.org/ http://mounla.blogspot.com/2011/03/microsoft-dynamics-crm-2011- concurrency.html http://mounla.blogspot.com/2011/03/microsoft-dynamics-crm-2011- concurrency.html Copyright 2010 FUJITSU LIMITED 9
11
10
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.