Fairnet.com - Stories tagged with Entity Framework
2
fairs
spam fair unfair

Web 2.0 | Entity Framework with ASP.NET MVC

published 1009 days, 1 hour, 57 minutes ago posted by farooqkaiserfarooqkaiser 1011 days, 2 hours, 15 minutes ago
Thursday, August 13, 2009 4:30:26 PM GMT Tuesday, August 11, 2009 4:12:55 PM GMT
In this article, I will explore entity framework with ASP.NET MVC. We will modify  Form validation sample that will access data layer using entity framework. We will create the following table in local database using SQL express. CREATETABLE [dbo].[tblComment](             [CommentID] [int] IDENTITY(1,1)NOTNULL,             [Name] nvarcharNULL,             [Email] nvarcharNULL,             [Comment] nvarcharNULL) Now, Right click on the Models directory and select add new item... (more)
category: ASP.NET | clicked: 2 | comment | | source: www.fairnet.com
tags: asp.net MVC, C#, Entity Framework