Recently I’ve been working with the Pattern and Practices group in a guide around Data Access focused on high scalability and availability of data driven applications. Through the book we show several DB families while analyzing their advantages and disadvantages when used in real life apps. The book is still in its final phase, but several drops have... read more
Today I’ve been playing a little with MongoDB, and after enjoyed triggering a few commands from Mongo’s console, I decided to download, build and try the C# driver. Build it and use it is pretty straightforward, and in a couple of minutes you can be playing with your local database from a C# console application. So I... read more