Working on the data access / model layer in this little MVC2 project and trying to think things out to future projects.
Assuming the DAO structure and component interaction described below, how should DAOs be used with persistence layers like hibernate and toplink? What methods sho开发者_如何学Gould/shouldn\'t they con
I need to set the ConnectionString for my DataContext\'s based on an AppSetting.I am trying to do this by creating a Partial Class for each DataContext.The below is what I have so far and I am wonderi
I am going to use the DAAB to prevent a lot of manual labor in my d开发者_StackOverflow社区atabase intensive application. But before I get started I would like to know if there would be any noticeable
I\'m in the process of starting a new project and creating the business objects and data access etc. I\'m just using plain old clr objects rather than any orms. I\'ve created two class libraries:
I have taken over some code that has been using the Firestorm DAO code generator from CodeFutures. I believe that the license for this is going to be up soon, and was wondering 开发者_高级运维if anyon
We\'re in the early design/prep phases of transferring/updating a rather large \"legacy\" 3 tier client-server app to a new version.We’re looking at doing WPF over Winforms as it appears to be the di
I have a ASP.NET MVC applicatio开发者_运维百科n which is build up as an assembly that queries the database and a asp.net frontend that references this assembly and this assembly abstracts the underlyi
I\'m creating a database access layer in native C++, and I\'m looking at ways to support NULL values.Here is what I have so far:
I am creating a 3 tier application. Basically it goes Client -> (through optional server to be a thin-client) -> Business Logic ->