Category: My Blog

  • Blog
  • Category: My Blog

What is MongoDB and Why MongoDB?

Recently I have playing a lot with MongoDB and it’s  one of the favourite document database. In this blog post we are going to learn about MongoDB in details. Those who don’t know MongoDB here is what documentation on MongoDB says about it. MongoDB is a document database that provides high performance, high availability, and

Different way of creating keys in EFCodeFirst

Recently I have been playing with Entity Framework Code First and I like it a lot. There are plenty of features given and you can configure all that stuff with code. I have already written couple of post for Entity Framework Code First. Different way of mapping in EFCodeFirst Entity Framework code first and Inheritance–Table

Getting Started with NuGet Packages step by step overview.

We can all see lots of buzz about NuGet in asp.net world. So I decided to explore it. let’s explore it in some details. Following is a explanation of NuGet Extension on the code plex here. “NuGet is a Visual Studio extension that makes it easy to add, remove, and update libraries and tools in

How to find days in year except Saturday and Sunday in C#

Before 2 years I have written a blog post to find Saturday and Sunday in given date range.  It has gain a lot of popularity and on that blog post one user ask about how we can find days in year except Saturday and Sunday in C#. This post is a in reply for that.