SqlBulkCopy in ADO.NET 2.0

SqlBulkCopy is a new feature in ADO.NET 2.0 and above, that lets you to perform copy operation for a large amount of data between a source data store and a destination data table. Copying a large amount of data from a source data store to a destination table in SQL database by using a traditional […]

Read more โ†’

ASP.NET MVC 2 – Areas Support

ASP.NET MVC 2 introduces the concept of Areas. Areas provide a means of dividing a large web application into multiple projects, each of which can be developed in relative isolation. The goal of this feature is to help manage complexity when developing a large site by factoring the site into multiple projects, which get combined […]

Read more โ†’

ASP.NET MVC 2 RC 2 is out

Release Candidate 2 of most awaited ASP.NET MVC 2 is out on 4th Feb 2010.. This release includes updates and bug fixes and new functionality additions.. Version: 2 Date Published: 2/4/2010 Language: English Download Size: 107 KB – 2.6 MB* Download ASP.NET MVC 2.0 Release Candidate 2 New Features in RC 2 Default validation system validates entire […]

Read more โ†’

ASP.NET Webforms vs ASP.NET MVC

I thought about writing on this subject when i felt lots of people are confused about ASP.NET MVC. Some really asks why we need MVC when we have asp.net webforms. I know most of them never followed any other architecture other than 3 tier. Most of them 3 tier is life. They considers 3-tier is […]

Read more โ†’

ASP.NET MVC 2 RTM (Final Version) Released

I am happy to announce that Microsoft has released ASP.NET MVC 2 RTM yesterday(03/10/2010).. A long awaited release.. cool. ASP.NET MVC 2 provides a new Model-View-Controller (MVC) framework on top of the existing ASP.NET 3.5 SP1 runtime. ASP.NET MVC 2 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller […]

Read more โ†’