1
Votes

Web 2.0 | Entity Framework with ASP.NET MVC

published 345 days, 10 hours, 9 minutes ago posted by farooqkaiserfarooqkaiser 354 days, 11 hours, 40 minutes ago
Thursday, August 20, 2009 5:38:10 PM GMT Tuesday, August 11, 2009 4:07:15 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...

Category: Technology | Clicked: 1 | | Source: www.fairnet.com | show counter code
Tags: ASP .NET MVC, C#, entity-framework

No comments yet, be the first one to post comment.

To post your comment please login or signup