I\'m going to start a new project which is going to be small initially but may grow to big over the years. I\'m strongly convinced that I\'m going to use ASP.NET MVC with jQuery for UI. I want to go f
I am searching for DAL or ORM (Only ORM no MVC) Solution in PHP5 that can efficiently access SqlServer.
I g开发者_如何学Pythonot a Data Access Layer that\'s being formed by one DBML in which i just include all object I need. Is it necessary to write more functionality in this dbml or can I just use the
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
In separate data access & business logic layer, can I use Entity framework classes in business layer?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise,开发者_Go百科 but this question will likely soli
I am running into some problems while tr开发者_运维百科ying to get DAAB from Enterprise library 5.0 running. I have followed the steps as per the tutorial, but am getting errors...
We\'re developing a layered web application. The specs: 3 layers, data layer, business layer, ui layer.
For a while now, my team and I have been wrapping our data access layer in a web service facade (using WCF) and calling it from the business logic layer.Meanwhile, we could simply use the repository p
How can I share the auto-generat开发者_运维知识库ed entity data model (generated object classes) amongst all layers of my C# web app whilst only granting query access in the data layer? This uses the