Pages

Sunday, November 3, 2013

SPMetal - SharePoint 2010 & 2013

As we know SP 2010 has introduced a way where we will now be able to implement OOPS principles for SharePoint Code. In other words we can now have an easier way to understand and implement object oriented principles in SharePoint. The short answer on how to do this is - LINQ + SPMetal tool.
I recently started using SPMetal and was amazed how easily I abstracted the logic and got design time checking of web, list schemas, content types, etc.

Overview :- http://msdn.microsoft.com/en-us/library/ee538255.aspx

How to use of SPMetal:- http://msdn.microsoft.com/en-us/library/ee538587.aspx

With Screenshots of SPMetal with External List:- http://fabiangwilliams.wordpress.com/2010/01/03/how-to-using-spmetal-utility-in-sharepoint-2010-to-presumably-manipulate-data-on-a-bcs-external-list/

Sample from Codeplex:-  http://linqtosharepoint.codeplex.com/wikipage?title=SpMetal&referringTitle=Home

No comments:

Post a Comment