文件名称:Sources
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 84kb
- 下载次数:
- 0次
- 提 供 者:
- Ge***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Simple Data Access in C#
I have implemented this class library during the development of several database-driven projects. Some of these projects utilized large amounts of data, and it was needed to implement a fast working and easy to use data access layer. I will not describe my reasons why to not use typed DataSets, NHibernate, DLINQ, or something similar (but if you are interested, here I ve described some of them). I think that if you are reading this article you have your own ones.-Simple Data Access in C#
I have implemented this class library during the development of several database-driven projects. Some of these projects utilized large amounts of data, and it was needed to implement a fast working and easy to use data access layer. I will not describe my reasons why to not use typed DataSets, NHibernate, DLINQ, or something similar (but if you are interested, here I ve described some of them). I think that if you are reading this article you have your own ones.
I have implemented this class library during the development of several database-driven projects. Some of these projects utilized large amounts of data, and it was needed to implement a fast working and easy to use data access layer. I will not describe my reasons why to not use typed DataSets, NHibernate, DLINQ, or something similar (but if you are interested, here I ve described some of them). I think that if you are reading this article you have your own ones.-Simple Data Access in C#
I have implemented this class library during the development of several database-driven projects. Some of these projects utilized large amounts of data, and it was needed to implement a fast working and easy to use data access layer. I will not describe my reasons why to not use typed DataSets, NHibernate, DLINQ, or something similar (but if you are interested, here I ve described some of them). I think that if you are reading this article you have your own ones.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Yap.Data.Client
...............\app.config
...............\Commands
...............\........\Accessor.cs
...............\........\Command.cs
...............\........\CommandExecutionException.cs
...............\........\EntityReader.cs
...............\........\EntityReaderArguments.cs
...............\........\EntityReaderCommand.cs
...............\........\EntityScriptCommand.cs
...............\........\Field.cs
...............\........\FieldCollection.cs
...............\........\IRecord.cs
...............\........\Parameter.cs
...............\........\ParameterCollection.cs
...............\........\Record.cs
...............\........\RecordReader.cs
...............\........\RecordReaderArguments.cs
...............\........\RecordReaderCommand.cs
...............\........\ScriptCommand.cs
...............\........\SimpleCommand.cs
...............\Configuration
...............\.............\ConfigurationSectionHandler.cs
...............\.............\IConfiguration.cs
...............\Properties
...............\..........\AssemblyInfo.cs
...............\..........\Resources.Designer.cs
...............\..........\Resources.resx
...............\Providers
...............\.........\IDatabaseProvider.cs
...............\Scopes
...............\......\Scope.cs
...............\......\ScopeStack.cs
...............\......\SessionScope.cs
...............\......\TransactionScope.cs
...............\Yap.Data.Client.csproj
...............\Yap.snk
Yap.Data.Client.Sql
...................\app.config
...................\Properties
...................\..........\AssemblyInfo.cs
...................\..........\Resources.Designer.cs
...................\..........\Resources.resx
...................\SqlProvider.cs
...................\Yap.Data.Client.Sql.csproj
...................\Yap.snk
Yap.Data.sln
Yap.Data.testrunconfig
Yap.Data.UnitTest
.................\app.config
.................\Commands
.................\........\AccessorTestFixture.cs
.................\........\CommandExecutionExceptionTestFixture.cs
.................\........\CommandTestFixture.cs
.................\........\EntityReaderCommandTestFixture.cs
.................\........\EntityScriptCommandTestFixture.cs
.................\........\FieldCollectionTestFixture.cs
.................\........\FieldTestFixture.cs
.................\........\ParameterCollectionTestFixture.cs
.................\........\ParameterTestFixture.cs
.................\........\RecordReaderCommandTestFixture.cs
.................\........\RecordTestFixture.cs
.................\........\ScriptCommandTestFixture.cs
.................\........\SimpleCommandTestFixture.cs
.................\Configuration
.................\.............\ConfigurationSectionHandlerTestFixture.cs
.................\.............\DummyProvider.cs
.................\.............\DummyProviderWithNoDefaultConstructor.cs
.................\Properties
.................\..........\AssemblyInfo.cs
.................\..........\Resources.Designer.cs
.................\..........\Resources.resx
.................\Resources
.................\.........\app1.config
.................\.........\app10.config
.................\.........\app2.config
.................\.........\app3.config
.................\.........\app4.config
.................\.........\app5.config
.................\.........\app6.config
.................\.........\app7.config
.................\.........\app8.config
.................\.........\app9.config
.................\Samples
.................\.......\Fixtures
.................\.......\........\ClassicDestinationRepositoryTestFixture.cs
.................\.......\........\ClassicPersonRepositoryTestFixture.cs
.................\.......\........\DestinationRepositoryTestFixture.cs
.................\.......\........\EntityDestinationRepositoryTestFixture.cs
.................\.......\........\EntityPersonRepositoryTestFixture.cs
.................\.......\........\PersonRepositoryTestFixture.cs
.................\.......\........\RecordDestinationRepositoryTestFixture.cs
.................\.......\........\RecordPersonRepositoryTestFixture.cs
..
...............\app.config
...............\Commands
...............\........\Accessor.cs
...............\........\Command.cs
...............\........\CommandExecutionException.cs
...............\........\EntityReader.cs
...............\........\EntityReaderArguments.cs
...............\........\EntityReaderCommand.cs
...............\........\EntityScriptCommand.cs
...............\........\Field.cs
...............\........\FieldCollection.cs
...............\........\IRecord.cs
...............\........\Parameter.cs
...............\........\ParameterCollection.cs
...............\........\Record.cs
...............\........\RecordReader.cs
...............\........\RecordReaderArguments.cs
...............\........\RecordReaderCommand.cs
...............\........\ScriptCommand.cs
...............\........\SimpleCommand.cs
...............\Configuration
...............\.............\ConfigurationSectionHandler.cs
...............\.............\IConfiguration.cs
...............\Properties
...............\..........\AssemblyInfo.cs
...............\..........\Resources.Designer.cs
...............\..........\Resources.resx
...............\Providers
...............\.........\IDatabaseProvider.cs
...............\Scopes
...............\......\Scope.cs
...............\......\ScopeStack.cs
...............\......\SessionScope.cs
...............\......\TransactionScope.cs
...............\Yap.Data.Client.csproj
...............\Yap.snk
Yap.Data.Client.Sql
...................\app.config
...................\Properties
...................\..........\AssemblyInfo.cs
...................\..........\Resources.Designer.cs
...................\..........\Resources.resx
...................\SqlProvider.cs
...................\Yap.Data.Client.Sql.csproj
...................\Yap.snk
Yap.Data.sln
Yap.Data.testrunconfig
Yap.Data.UnitTest
.................\app.config
.................\Commands
.................\........\AccessorTestFixture.cs
.................\........\CommandExecutionExceptionTestFixture.cs
.................\........\CommandTestFixture.cs
.................\........\EntityReaderCommandTestFixture.cs
.................\........\EntityScriptCommandTestFixture.cs
.................\........\FieldCollectionTestFixture.cs
.................\........\FieldTestFixture.cs
.................\........\ParameterCollectionTestFixture.cs
.................\........\ParameterTestFixture.cs
.................\........\RecordReaderCommandTestFixture.cs
.................\........\RecordTestFixture.cs
.................\........\ScriptCommandTestFixture.cs
.................\........\SimpleCommandTestFixture.cs
.................\Configuration
.................\.............\ConfigurationSectionHandlerTestFixture.cs
.................\.............\DummyProvider.cs
.................\.............\DummyProviderWithNoDefaultConstructor.cs
.................\Properties
.................\..........\AssemblyInfo.cs
.................\..........\Resources.Designer.cs
.................\..........\Resources.resx
.................\Resources
.................\.........\app1.config
.................\.........\app10.config
.................\.........\app2.config
.................\.........\app3.config
.................\.........\app4.config
.................\.........\app5.config
.................\.........\app6.config
.................\.........\app7.config
.................\.........\app8.config
.................\.........\app9.config
.................\Samples
.................\.......\Fixtures
.................\.......\........\ClassicDestinationRepositoryTestFixture.cs
.................\.......\........\ClassicPersonRepositoryTestFixture.cs
.................\.......\........\DestinationRepositoryTestFixture.cs
.................\.......\........\EntityDestinationRepositoryTestFixture.cs
.................\.......\........\EntityPersonRepositoryTestFixture.cs
.................\.......\........\PersonRepositoryTestFixture.cs
.................\.......\........\RecordDestinationRepositoryTestFixture.cs
.................\.......\........\RecordPersonRepositoryTestFixture.cs
..