Tag Archives: ASP.Net

New Start – ASP.NET Core 1.0

All ASP.NET lovers following the great web application development framework may be thinking, why we need to think of the old and dead version1.0 ? We were already in ASP.NET 4.6 and waiting for ASP.NET 5, no time to think … Continue reading

Posted in ASP.Net, Microsoft | Tagged , , | 2 Comments

ASP.NET Web API

My article on ASP .Net Web API in Code Project website has attracted nearly 4000 views and 22 Bookmarks. Please find the article blog here http://www.codeproject.com/Articles/720356/ASP-NET-Web-API ASP.NET Web API is a framework for building HTTP services that can be accessed … Continue reading

Posted in ASP.Net, ASP.Net 4.5, MVC | Tagged , | Leave a comment

GlobalMeet – Petals of ASP.net in Azure

Hi All, I am participating in Windows Azure Developer Challenge organized by CodeProject. As part of the contest, I will be posting article on how the various Project types supported in ASP.Net framework can host in Azure and how we … Continue reading

Posted in ASP.Net, ASP.Net 4.5, Azure, C# | Tagged , | 2 Comments

ASP.Net 4.5 New Features Video

Do you want to learn the new features of ASP.Net 4.5? ASP.Net MVC 4? ASP.Net Web API? Windows Azure Services? Refer the “Building Web Apps with ASP.NET Jump Start – 8 Hours of FREE Training Videos” http://www.hanselman.com/blog/BuildingWebAppsWithASPNETJumpStart8HoursOfFREETrainingVideos.aspx

Posted in ASP.Net 4.5 | Tagged | Leave a comment

ASP.Net MVC 3

ASP.NET MVC framework follows the well-defined MVC pattern to create a web application. MVC design pattern is used to separate the different parts of the application for more scalability, extensibility and testability purposes.   One of the major challenges with … Continue reading

Posted in ASP.Net, MVC | Tagged , | Leave a comment