I am looking for an OSS data access block for using with .Net and Sql Server. I\'ve us开发者_StackOverflow中文版e Ent Lib in the past, but wondered if anyone could recommend anything else?
I\'m currently creating an MVC application that will likely to expand to include a silverlight, wpf and possible windows phone all using the same data.
i try to use subsonic 3.0 but i can not do that. i decided to use subsonic.2.0. So i try to make it i can not :(
I need some advice on what kind of pattern(s) I should use for pushing/pulling data into my application.
I have recently heard \"fanboys\" of different .NET ORM methodologies express strong, if not outlandish oppinions of other ORM methodologies.And frankly feel a bit in the dark.
First, by Remote I mean a central dedicated SQL Server on our Network.By Local I mean a local SQL Express install.
I have an application with three layers (Presentation, Business Logic, and Data Access).In the data access layer, I have an object called Unit, and I have another object called Unit in the business la
I am seriously at a loss here. The three things that will not change in this project are the fact that we are using the Entity Framework to do our data access, the fact that we want thorough unit test
I work on codebase that doesn\'t have any unit tests in place and I\'m trying to get add some unit testing to it. The code is VB.NET but isn\'t ver开发者_开发百科y object oriented. We\'re using NUnit
How can I use Enterprise Library to do a Data Access Layer in c# for Sql CE and .NET Compact Framework?