you have to use database first approach of mvc

http://msdn.microsoft.com/en-us/data/gg685489

herez the link .. hopefully you'll find it helpful.

> Date: Tue, 7 Feb 2012 06:44:39 -0800
> Subject: [DotNetDevelopment] Implementing own back end in ASP.Net MVC3 
> without EF
> From: danielaazur...@gmail.com
> To: dotnetdevelopment@googlegroups.com
> 
> Hi all!
> 
> I'm reformulating my previous question, i guess it's a bit complicated
> to read ..
> 
> I've got a back end library with my entities classes defined so the
> access to the database has already been taken care of.
> 
> Now I need to create a small web project in ASP.Net MVC3 where I can
> fit this back end library in. Then, Entity Framework is not needed (at
> least this is what I reckon).
> 
> My database has only two tables:
> 
>         - Invoice
>         - Detalis (with foreign key to Invoice table)
> 
> 
>  many thanks in advance!
> cheers,
> 
> Daniela
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
> Web Services,.NET Remoting" group.
> To post to this group, send email to dotnetdevelopment@googlegroups.com
> To unsubscribe from this group, send email to
> dotnetdevelopment+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
> or visit the group website at http://megasolutions.net
                                          

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to dotnetdevelopment@googlegroups.com
To unsubscribe from this group, send email to
dotnetdevelopment+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to