Our application uses a custom Da开发者_如何学PythontaAccessLayer class almost exclusively, and within that we do use Data Access Application Block (currently version 2).We are getting the infamous \"G
is it ok to use something like this in the web: (my application is on asp.net mvc) public static class DbUtil
I work with a senior developer who is a guru .NET architect. We have had many constructive arguments over the last 6+ months and generally I concede defeat in most of our di开发者_运维问答scussions. I
I have been practicing DDD for a while now with the 4 distinct layers: Domain, Presentation, Application, and Infrastructure.Recently, I introduced a friend of mine to the DDD concept and he thought i
There are a lot of information on building DAL with ORM ((N)Hibernate, LINQ to SQL). But I can\'t find any recomendations on doing it with plain SQL or mixed (ORM + SQL) approach.
I am getting a bit confused about how an N Layered MVC application should look. I am thinking as standard there should be:
We have project that uses Analysis Services as it\'s datasource.To try to avoid having to create 100\'s of queries because of all the selection options we allow, we create our mdx queries with alot of
I have a Question class which has a property OptionList, which is nothing but a List. Questions and Options are stored in diff tables in the db.
A simple ques开发者_如何学运维tion. There are cases when I fetch the data and then process it in my BLL. But I realized that the same processing/filtering can be done in my stored procedure and the fi
I\'m writing an application that is used to catalog files, and attribute those files with meta data. A photo album program would be a good comparison to what I\'m trying to do.