The architecture that I’m testing has the following parts:
Software:
- ASP.Net MVC 3 with Razor
- MongoDB
NoRMMongoDB official driver- elmah
- Twitterizer
- Facebook C# SDK
- Ninject
- jQuery
- SimpleModal
- Amazon EC2 - micro Instance
- MongoLab
NoRM gave me some headache. Linq with decimal does not work. I had to fix some errors on the BSON Deserialize class. It’s a pitty .Net does not have a good stable driver for Mongo yet. Of course there is the official driver of MongoDB. But does not support Linq, and I could not found any example with POCO objects.