18Aug/090
No templates after installing ASP.NET MVC 1.0? Here’s a workaround
If you encounter this problem and you used the Web Platform Installer here’s an easy workaround:
- Download the Asp.net MVC installer here.
- Run the setup file and Remove Asp.Net MVC.
- Reinstall.
14Aug/090
A SQLite port to C#!
The popular SQLite library has been ported to C#!
Currently “2 errors out of 30054 tests” are reported in the version history. I’m going to wait for a future release, because it seems the code hasn’t been optimized properly for C# yet according to the benchmarks.