Visual Studio 2010 RC is actually compiled against the ASP.NET MVC 2 RC-1 version, later microsoft has released the RC-2 version and we had lots of discussion on installing the RC-2 on VS2010 RC. Now microsoft has released the ASP.NET MVC 2 RTM( The Final Version), The final version support will be included in Visual… Continue reading
Author: Nithin Mohan TK
ASP.NET MVC 2 Feature set
ASP.NET Mvc 2 is a major release to ASP.NET MVC framwork, it has included some of the functionalities people were expected to be missing from ASP.NET MVC 1.0. One of the main missing part i found while i doing the implementation project on MVC was. it was lacking Areas support. But i have found few… Continue reading
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… Continue reading
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… Continue reading
Visual Studio 2010 RC Fixes or Patches
Today i opened my FeedDemon in system where i usually subscribed to the blogs of my favourite mentors.. One of my favourite mentor is Scott Guthrie, he might not know me. But i consider and admire his talent and brilliance in Microsoft Technologies. Scottgu in his blog has mentioned that there was been some bug… Continue reading
Little Hearts can keep beating free of Cost
Free Heart Surgery, will be helpful for those are in need. please SPREAD the WORD to more people keeping this post link in your blog and tweets
SubSonic The ORM tool for .NET
Some of you might be familiar with SubSonic. I thought of writing a simple introduction to SubSonic here. What is SubSonic ? In simple words a tool/libraby builds the .NET data access classes instantly against the database you have mentioned in a configuration file. It’s uses ORM ( Object Relational Mapping) mechanism to auto-magically (not… Continue reading
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… Continue reading
Lunascape 6.0.3 worlds only triple engine browser
Lunascape is the world’s only triple engine browser. What this means is that you can have the best features, performance, and speed of Windows Internet Explorer, Mozilla Firefox, Google Chrome, and Apple Safari all in one browser and can view any website in an optimal way without a need to open another browser. Yeah, that’s… Continue reading
Windows Azure and WCF Azure Code Samples
I came across the microsoft code samples on Windows Azure and WCF Azure application development using Visual Studio. I thought this would be useful to others and posting here. Windows Azure Code Samples http://code.msdn.microsoft.com/windowsazuresamples WCF Azure Samples http://code.msdn.microsoft.com/wcfazure Windows Azure Management Tool (MMC) http://code.msdn.microsoft.com/windowsazuremmc Bid Now Sample http://code.msdn.microsoft.com/bidnowsample Contoso Cycles Contoso Cycles shows how the… Continue reading