BOOK: ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solutio
This is the forum to discuss the Wrox book ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solution by Vincent Varallo; ISBN: 9780470396865
You are currently viewing the BOOK: ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solutio section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I actually started writing this book last March and I was done before the final release of the Entity Framework was released. I'm working on a version that will work with the Entity Framework and hope to post it soon.
The nice part about the pattern defined in this book is that the LINQ to SQL classes can be swapped with Entity Framework classes with minimal work in the BLL and nothing in the UI.
And maybe you want to switch all Stored Procedures to Entity Framework code too?
It's just a thought, as imho Stored Procedures are such a pain in the ... to maintain.
Last edited by softwarea; March 31st, 2009 at 01:05 PM..
I actually started writing this book last March and I was done before the final release of the Entity Framework was released. I'm working on a version that will work with the Entity Framework and hope to post it soon.
The nice part about the pattern defined in this book is that the LINQ to SQL classes can be swapped with Entity Framework classes with minimal work in the BLL and nothing in the UI.
Hope this helps,
Vince
Its a great design that made my life simple. I am eager to see 2nd Edition of this book. Can you give any rough idea about its release date?
I've started a series of articles on www.aspalliance.com regarding the Entity Framework 4 and VS 2010. I'll be posting more each month and I'll be following the same pattern as the book except it will be using the entity framework rather than LINQ to SQL.