I am really having a hard time here. I need to design a "Desktop app" that will use WCF as the communications channel. Its a multi-tiered application (DB and application server are the same, the client goes through the internet cloud)....The application i...
For a basic ERP (DB with around 150 tables, WinForm app) which would run on a classic LAN network (1 server and up to 25 clients) would you recomend EF4 or DataSet ? ...LINQ2SQL is NOT an option !
When I use DataSet, there is possiblity to raise events on RowChanging, RowChanged, ColumnChanging, ColumnChanged, etc......How to do the same with an entity from Entity Framework ?
How do I modify the below method to return a List< DataTable> or a DataSet? I want to make it generic so it can return multiple resultsets from the database....public static DataTable ExecuteStoredProcedure(ObjectContext db, string storedProcedureName, IE...
The whole question has been rewritten to be more clear.. ...New project design: ...Sql Server 2012 ...Visual Studio 2012 .Net 4.5...Business logic will be implemented in stored procedures...ASP.Net Webforms ...WCF SOAP XML Web Service to communicate with...