Using Raw ADO.Net/Business object for data accessing in MVC

In Breif: In this article I’m going to explain how to use Raw ADO.NET as model in MVC.4 or Accessing Database by using business object/ADO.Net. This is the another approach to be used in the data layer. Previously in Dataaccess using entity framework article we have seen how to use entity framework for interacting Database.