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 โ†’

ASP.NET MVC 2 source code released under MS-PL License

Microsoft has announced that, they  released the source code to ASP.NET MVC 2 under the Ms-PL license, an OSI approved Open Source license. To Get the source! To grab the source code, visit the ASP.NET MVC 2 RTM Download Details page and look for the file named mvc2-ms-pl.zip. Cool to know.. ๐Ÿ™‚ ..So that we can […]

Read more โ†’

Why we need ASP.NET MVC?

I have seen so many developers frequently asking why we need ASP.NET MVC,  or MVC architecture itself? . Why microsoft is giving so much importance to MVC?. My humble answer would be Every Architecture or Programming Language would have it’s own advantages as well as disadvantages.  MVC has a purpose, that’s why in programming world […]

Read more โ†’

WCF Binding Comparison

I have been through different articles to find a comparison table about WCF Bindings. I just came across this comparison table by Aaron Skonnard.  I hope this would be a good reference comparison table. Quoting to Aaron Skonnard’s  Blog in Plural Sight(original source), In my ongoing quest to produce the simplest table possible summarizing the […]

Read more โ†’

WCF Basics Quick Overview

Windows Communication Foundation  is unified programming API, takes many existing communication technologies, such as Web Services, Windows Remoting, Microsoft Message Queuing, and abstracts them into a single technology.  In most cases, this simplifies the way you communicate with other applications.  It also allows you to communicate with other applications without being coupled to a specific […]

Read more โ†’