data-access-layer
Using database transactions in ASP.NET MVC3 with Ninject DI
I\'m starting a new project and want to do things better than I\'ve done before. I used Windsor for DI but it didn\'t go great. I\'ve been eyeing up using the NuGet Ninject MVC 3 package to take care[详细]
2023-03-21 22:27 分类:问答Problem with adding SQL paramerters from data access Layer in c#
First I am giving examples of two methods public static List<FormGridEntity> GetAllCandidatesByProgram(string programShortName)[详细]
2023-03-20 21:19 分类:问答Guidance on executing queries from UI layer
I\'m trying to establish a convention on how to execute queries from our UI (control开发者_Go百科lers) layer. Here are my three options:[详细]
2023-03-20 10:50 分类:问答LINQ or something else?
I recently left a small company where we were writing .NET MVC apps using LINQ2SQL for data access to ta开发者_开发知识库ke a new position.Here they are still using web forms and an in house written O[详细]
2023-03-20 06:18 分类:问答IEnumerable vs IQueryable for Business Logic or DAL return Types
I know these questions have been asked before, I\'ll start by listing a few of them (the ones I\'ve read so far):[详细]
2023-03-20 04:24 分类:问答Is this an appropriate use of generics and C#'s dynamic data type?
The problem I\'m having is thus, we\'re building a data access layer using our existing ORM (it\'s an old one called Gentle) with the idea of moving to something like Fluent NHibernate. There are a fe[详细]
2023-03-19 18:38 分类:问答How to bind a data to gridview using MVP design pattern
Please Can i know is their any good article which describes the complete flow of how to开发者_StackOverflow社区 bind a gridview using MVP design pattern.found this in stack[详细]
2023-03-19 05:57 分类:问答Problem with a trycatch function
I have 2 classes. With the Generic Data Access class I can get the departments from the stored procedure GetDepartments. My problem is that in the Catalog Access class and especially in the public sta[详细]
2023-03-17 14:20 分类:问答How does parameter caching improve performance in ADO.NET?
Looking to deepen my knowledge of ADO.NET - while reading through the Enterprise Library code I noticed they employ a technique called \"parameter caching\"[详细]
2023-03-16 04:30 分类:问答Recommend a good DAL for a Python/Tornado app [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.[详细]
2023-03-15 17:39 分类:问答