Tuesday, 15 January 2013

Basic Links for MVC Developers


jQuery
==================
Async Call
-----------

http://forums.asp.net/t/1741929.aspx/1
http://api.jquery.com/jQuery.getJSON/


Entity Framework
==================
EF 4 Tutorial
---------------

http://www.entityframeworktutorial.net/entityframework4.aspx


DB First
-----------
http://programmaticponderings.wordpress.com/2012/11/22/first-impressions-of-database-first-development-with-entity-framework-5-in-visual-studio-2012/

http://msdn.microsoft.com/en-us/data/jj206878.aspx

Calling Stored Procedures
----------------------------

http://www.devtoolshed.com/using-stored-procedures-entity-framework-scalar-return-values


Simple Unit Of Work
--------------------

http://blogs.msdn.com/b/adonet/archive/2009/06/16/using-repository-and-unit-of-work-patterns-with-entity-framework-4-0.aspx

Generic Unit Of Work
---------------------

http://blog.damianbrady.com.au/2012/07/24/a-generic-repository-and-unit-of-work-implementation-for-entity-framework/

No comments:

Post a Comment