https://github.com/vkhorikov/sqlwithmongo
Combining SQL Server with MongoDB using NHibernate
https://github.com/vkhorikov/sqlwithmongo
Last synced: 5 months ago
JSON representation
Combining SQL Server with MongoDB using NHibernate
- Host: GitHub
- URL: https://github.com/vkhorikov/sqlwithmongo
- Owner: vkhorikov
- Created: 2015-05-05T14:13:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T11:16:08.000Z (almost 10 years ago)
- Last Synced: 2023-02-26T23:23:35.420Z (about 2 years ago)
- Language: C#
- Homepage: http://enterprisecraftsmanship.com/2015/05/06/combining-sql-server-and-mongodb-using-nhibernate/
- Size: 125 KB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Combining SQL Server with MongoDB using NHibernate
--------------This is a sample project in which you can see how to combine SQL Server with MongoDB using NHibernate.
You can find the full description of it [here][L1]How to Get Started
--------------In order to run the application, you need to [create a database][L2] and change the connection strings for SQL Server and MongoDB [here][L3]
[L1]: http://enterprisecraftsmanship.com/2015/05/06/combining-sql-server-and-mongodb-using-nhibernate/
[L2]: SqlWithMongo.UI/Database.sql
[L3]: SqlWithMongo.UI/Program.cs