EF 4.x POCO Entity Generator for C# Web Sites

Microsoft Free

A project item to generate a strongly-typed ObjectContext class and persistence ignorant entity classes. Use this template when working with an EF 4.x release.

Microsoft
(3) Review
Visual Studio
2010, 11
Download (38,791)
2/29/2012
1.1.1.0
View
E-mail Twitter del.icio.us Digg Facebook
Add To Favorites
Description
Reviews (3)
Q and A (4)
Sign in to Write a Review
Sort By:

by Dragan Radovac | April 14 2012

by Masood H. Virk | January 31 2012

GOOD

by Steven Wilssens | March 05 2010

Sign in to Start a Discussion


  • Difference between web and desktop versions
    2 Posts | Last Post September 09, 2010
    • Can you explain what the difference is between the web site and non-web site versions?  I can't think off hand why they would need to be different?
    • I was looking for an answer to the same question. There is a tiny bit of infomration here: http://blogs.msdn.com/b/adonet/archive/2010/02/18/entity-framework-poco-template-updated-for-visual-studio-2010-release-candidate.aspx Crucially though, for ASP.NET MVC website sites, it indicates to use the NON website verion!
  • No available from VS 2010 Online Templates
    3 Posts | Last Post July 08, 2010
    • Hi Diego, The only one that seems to be available is the 'ADO.NET C# POCO Entity Generator'.  The 'ADO.NET C# Web Site POCO Entity Generator' is not available.  I can download it and install from here but it doesn't show in VS 2010 either in the Installed Templates or Online Templates.
      
      Thanks,
      Phil
      
    • Hi Phil,
      
      Do you still see this problem? What edition of VS are you using?
      
      Thanks,
      Diego
    • I'm having the same problem.  I'm using VS.NET 2010 Ultimate
  • Support for DataAnnotations?
    1 Posts | Last Post May 02, 2010
    • Hi Diego - is there a version that automatically adds DataAnnotations based on the database's metadata? eg not null becomes a [Required] annotation, nvarchar(25) becomes a [StringLength(25)] annotation?
      
      Thanks!
  • Entities documentation
    1 Posts | Last Post April 21, 2010
    • The edxml designer supports documentation for entities and properties (which would generate the <summary/> XML comment).
      
      Any chances to transport the documentation from the edxml to the generated classes?