Is Firebird good embedded DB for ASP.NET? Which else?

大城市里の小女人 提交于 2019-12-05 21:37:52

I have fixed the wikipedia article , firebird 2.5 embedded is fully multithreaded and it is fully supported for asp.net http://blog.cincura.net/231742-firebird-embedded-in-comparison-to-sql-server-compact-edition-4/

Also from what i have read on jiri's blog it is possible to run it on azure http://blog.cincura.net/232332-using-firebird-inside-azure-without-vm-role/ and on amazon http://blog.cincura.net/232333-amazons-ec2-micro-instance-and-firebird/

Yes, it is. And I believe it is one of your best options.

Specially because you will be running it in a non MS environment. I know PostgreSQL is a good Open Source DB, but it does not have an embedded version.

Your other option is SQLite.

One thing that might be worth looking at is SQL Compact. The latest version works with ASP.NET and runs in-process. All you need to deploy is a couple of DLLs.

I must confess I don't really know anything about Firebird so can't compare it directly.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!