Hallo, Why do I need 2 classes to get my data? Why is a DataPr开发者_开发技巧ovider class not enough, if the Service does actually nothing except call the method in the DataProvider ?
I\'m writing a .NET application and the thought of implementing a data layer from scratch is icky to me.(By data layer I\'m referring to the code that talks to the database, not the layer which abstra
Are ther开发者_StackOverflow社区e scenarios where it makes sense to encapsulate a data access layer (of a ASP.NET webapplication) with WCF or WCF Data Services ? Makes it sense to use a Service inside
What would be considered best practice for updates when using LINQ: To have an instantiated db/facade object, and submit all changes to a
...What is it called? More elaborate: For my application I created a nice business model to work with as in-memory objects. It\'s storage and view agnostic. Now, for the storage layer, there\'s a dat
I\'m planning a PHP website architecture. It will be a small website with few visitors and small set of data. The data is modified exclusively by a single user (administrator).
i generated my dataaccess dll using subsonic 3.0. i have a new proj referenced to this dll and am tryign to insert data to my mysql database.
I am exploring WCSF and wondering how is the data access layer created? Some of the articles I have found are two years old and talk about using Web Service Factory开发者_C百科. I am using VS 2010 and
we have designed our Data Access Layer and parts of it works as a charm without any problem but we have some doubts about designing a met开发者_开发技巧hod to get a reference of sqlcommand from us and
I have a question regarding n-layer architecture. I thought long and hard before asking this question as there\'s a lot of similar questions here already... however, after literally a day and a half l