Category: My Blog

  • Blog
  • Category: My Blog

Lock keyword in C#

As we have written earlier we have now multi-core CPU for our computers and laptops and to utilize that we need to use threading in code. Now if we create thread and access same resource at same time then it will create a problem at that time locking become quite essential in any programming language.

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