Is using Db4o as a backend datastore for a Web site (ASP.NET MVC) a judicious choice as an alterna开发者_JAVA技巧tive to MS SQL Server ?The main issue with DB4o is: Can you cut your object net in some
I have the following code: Assert.IsTrue(Repository.FindAll<string>().Count() == 0); string newString = \"New String\";