Is LINQ support available in t开发者_开发技巧he Data Access Application Block.I guess the answer is outdated, 5.0 version has support for linq.
Simple question for which I think I have an answer but I am looking for a sounding board. Should the DAL be the one translating whatever comes from the database (be it through straight SQL, stored pro
Can you recommend a DAL object creator that is simple yet useful. I want something that creates and updates o开发者_开发百科bject the way LINQ does. It should be in c# and much better if it splits obj
The normal ASP.NET TableAdapters are good for simple where clauses, for example - \"where city = @city and state = @state and zip = @zip\"
I\'m trying to add custom paging to my site using the ObjectDataSource paging.I believe I\'ve correctly added the stored procedures I need, and brought them up through the DAL and BLL.The problem I ha
I know that nowadays there is a lot of ready-to-go stuff that you can use, but if you want full control over db开发者_开发知识库 requests/queries, and best performance I think that this is the way to
What strategies and techniques have you used to produce a data driven application that needs to access multiple diverse data sources? Specifically, Microsoft Access and SQL Server. Ideally, I\'d like
I need a solution for an enterprise environment with 100s of applications and SQL databases. A current architecture standard requires that all applications implement DALs using SPROCs. One reason for
I\'m new to Moq, and just started on a project that\'s already in development. I\'m responsible for setting up unit testing. There\'s a custom class for the DatabaseFactory that uses EnterpriseLibrary
I want to create a SQL connect开发者_如何学编程ion using DSN. Then I want to generate the DAL using Subsonic. Please can you give me some pointers on what to do?You don\'t need a DSN in these days (I