Category: My Blog

  • Blog
  • Category: My Blog
Dependency Injection with Autofac : Modules feature

Dependency Injection with Autofac : Modules feature

I’m having fun with Autofac as IOC containers and this is third post in series. In this blog post we are going to learn about Autofac modules. If you have not gone through first two blog posts then I would encourage you to go through it. Followings are link for that. Dependency Injection with Autofac-

Basic Concept Of Object Oriented Programming

Basic Concept Of Object Oriented Programming

Following are the basic concepts of object oriented programming. 1) Objects: Object are the basic run time entities in the object oriented system. They may represent a person, a palace, a bank account, a table data or anything that a program can handle. 2) Classes: A class encloses both the data and function that operate

Creating Basic RSS Reader in ASP.NET MVC 3

Creating Basic RSS Reader in ASP.NET MVC 3

In this post I am going to explain you how we can create a basic RSS Reader with the help of Linq-To-Xml and ASP.NET MVC3 Razor. Those who are writing or reading Blogs already knows what is RSS Reader. But those who does not know What is RSS. Below is the definition for RSS as

Continuous Integration with visualstudio.com,Unit Test(Test Driven Development) and TFS

Continuous Integration with visualstudio.com,Unit Test(Test Driven Development) and TFS

CodeProject Before some time I have written a blog post about Continuous integration with visualstudio.com and TFS and It goes quite a good number visits and lots of people are asking for unit test integration with continuous integration too. Today one of colleague also asked for the same. I thought it will be good idea