FSL.RepositoryPatternWithDapperAndMongoDB:使用Dapper SQL和MongoDB的存储库模式

时间:2024-05-28 19:18:03
【文件属性】:

文件名称:FSL.RepositoryPatternWithDapperAndMongoDB:使用Dapper SQL和MongoDB的存储库模式

文件大小:349KB

文件格式:ZIP

更新时间:2024-05-28 19:18:03

C#

FSL.RepositoryPatternWithDapperAndMongoDB Dapper和MongoDB的存储库模式 该项目将展示如何使用存储库模式来访问多个数据库。 我们的业务类别不需要知道数据库在哪里或哪一个在哪里。 最后,在更改数据类时,我们不需要对业务类进行更改。 我将展示使用带有Dapper的SQL Server和带有MongoDB ASP.NET官方驱动程序的SQL Server的数据访问的实现。 现场演示: 全文: 英文: : 葡萄牙语: : 源代码是什么? FSL.RepositoryPatternWithDapperAndMongoDB Visual Studio解决方案文件; StackExchange Dapper库; .NET MongoDB官方驱动程序; MVC 5.2.3和Ninject用于依赖注入; 我们解决方案的类;


【文件预览】:
FSL.RepositoryPatternWithDapperAndMongoDB-master
----.gitignore(4KB)
----FSL.RepositoryPatternWithDapperAndMongoDB()
--------fonts()
--------FSL.RepositoryPatternWithDapperAndMongoDB.csproj(14KB)
--------Controllers()
--------packages.config(2KB)
--------Views()
--------Content()
--------Web.config(3KB)
--------Web.Debug.config(1KB)
--------Global.asax.cs(1KB)
--------scripts()
--------Business()
--------Repository()
--------Web.Release.config(1KB)
--------Global.asax(124B)
--------App_Start()
--------Properties()
--------Models()
--------DatabaseScripts()
----FSL.RepositoryPatternWithDapperAndMongoDB.sln(1KB)
----LICENSE(1KB)
----README.md(4KB)
----.gitattributes(2KB)

网友评论