除了 SQL 之外,还可以与 .Net 框架一起使用的关系数据库选项(可能使用 Linq)?
正是标题所说的......除了 SQL Server DB 之外,对关系数据库实现的其他好选择的任何想法。
.Net Framework 也必须能够与其通信。
Exactly what the title says...........any thoughts on other good options for relational database implementation aside from SQL Server DB's.
It's necessary for the .Net Framework to be able to communicate with it also.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Oracle、Postgres、MySql...这样的例子不胜枚举....
NET 有用于与 SqlServer 通信的本机库,但您可以连接到 Windows 下任何具有 ODBC/OLEDB 支持的数据库。
Oracle, Postgres, MySql... the list goes on...
.NET has native libraries for communicating with SqlServer but you can connect to any DB that has ODBC/OLEDB Support under windows.
根据您的需要,您可以使用 Oracle、Firebird SQL、SQLite、MySQL、BerkeleyDB 或其他一些数据库。
Depending on what you need it to do, you could use Oracle, Firebird SQL, SQLite, MySQL, BerkeleyDB or a good few others.
其中很多:Firebird、PostgreSQL, SQLite, MySQL 等等。
不过,不知道那里是否支持 LINQ。
Plenty of those: Firebird, PostgreSQL, SQLite, MySQL to name a few.
Don't know about LINQ support over there, though.