Category Archives: ASP.NET MVC

PHPHOST BLOG

Web Hosting Related Articles You May Need

The ViewBag Property in ASP.NET MVC 3 is Just Syntactic Sugar

The MVC Controller can pass data to the View using multiple ways. It can either use a strongly typed object or use a global dictionary such as ViewData etc. ASP.NET MVC 3 introduces a dictionary in the Controller base class called the ViewBag property… Continue reading

Posted in ASP.NET MVC, Syndicated | Leave a comment

JavaScript, CSS3, Silverlight, ASP.NET, SharePoint articles Link List – July 2011

Here’s a quick wrap up of JavaScript, CSS3, Silverlight, ASP.NET, SharePoint and other .NET articles published on DevCurry.com in the month of July 2011.jQuery, JavaScript and CSS ArticlesjQuery: Load Page in a Div – Loading an external page in a div… Continue reading

Posted in ASP.Net, ASP.NET MVC, CSS, JavaScript, Link List, Sharepoint, Silverlight, Syndicated | Leave a comment

JavaScript, CSS3, Silverlight, ASP.NET, SharePoint articles Link List – July 2011

Here’s a quick wrap up of JavaScript, CSS3, Silverlight, ASP.NET, SharePoint and other .NET articles published on DevCurry.com in the month of July 2011.jQuery, JavaScript and CSS ArticlesjQuery: Load Page in a Div – Loading an external page in a div… Continue reading

Posted in ASP.Net, ASP.NET MVC, CSS, JavaScript, Link List, Sharepoint, Silverlight, Syndicated | Leave a comment

ASP.NET MVC Web Matrix & Razor Tutorials

The Microsoft WebMatrix tool is a lightweight web development platform that enables website creation in different ways. This tool is aimed at developers who are starting with web development using ASP.NET as well as PHP/Ruby developers planning to deve… Continue reading

Posted in ASP.Net, ASP.NET MVC, Syndicated | Leave a comment

ASP.NET MVC Web Matrix & Razor Tutorials

The Microsoft WebMatrix tool is a lightweight web development platform that enables website creation in different ways. This tool is aimed at developers who are starting with web development using ASP.NET as well as PHP/Ruby developers planning to deve… Continue reading

Posted in ASP.Net, ASP.NET MVC, Syndicated | Leave a comment

ASP.NET MVC 3 Documentation Available in 10 Different Languages

As you probably know that localized versions of ASP.NET MVC 3 is available in 9 different languages via the Web Platform Installer. To supplement these releases, Phil Haack recently announced on his blog that now apart from English, the MVC 3 Documenta… Continue reading

Posted in ASP.NET MVC, Syndicated | Leave a comment

ASP.NET MVC 3 Documentation Available in 10 Different Languages

As you probably know that localized versions of ASP.NET MVC 3 is available in 9 different languages via the Web Platform Installer. To supplement these releases, Phil Haack recently announced on his blog that now apart from English, the MVC 3 Documenta… Continue reading

Posted in ASP.NET MVC, Syndicated | Leave a comment

ASP.NET MVC 3: Handling HTML 5 Attributes with Dashes

In versions prior to ASP.NET MVC 3, you could not declare HTML attributes with dashes/hyphens (like the custom data attribute in HTML 5), without creating a custom type that handled dashes for you. Most of you, who have used custom data attributes with… Continue reading

Posted in ASP.NET MVC, Syndicated | Leave a comment

ASP.NET MVC 3: Handling HTML 5 Attributes with Dashes

In versions prior to ASP.NET MVC 3, you could not declare HTML attributes with dashes/hyphens (like the custom data attribute in HTML 5), without creating a custom type that handled dashes for you. Most of you, who have used custom data attributes with… Continue reading

Posted in ASP.NET MVC, Syndicated | Leave a comment

Upgrade from ASP.NET MVC 2 to ASP.NET MVC 3

Ever since ASP.NET MVC 3 RTM’ed, I see a lot of questions about upgrading applications using ASP.NET MVC 2 to MVC 3. I suppose many developers are unaware of a free application released by Microsoft that upgrades ASP.NET MVC 2 applications to ASP.NET… Continue reading

Posted in ASP.NET MVC, Syndicated | Leave a comment