15 Aug
Posted by csharpexpert as Uncategorized
CSharp lovers should read the TOP 3 questions asked on stackoverflow.com
Noah Hart did a line-by-line port of Sqlite to C# and has uploaded the code to code.google.com/p/csharp-sqlite. The frequently asked questions on the web site talks about performance (it is about 5 times slower than native code, but still, it can do 1.5 million selects per second, 300k inserts per second).