Category Archives: ASP.NET MVC

PHPHOST BLOG

Web Hosting Related Articles You May Need

Hello RavenDB! Introducing RavenDB for ASP.NET Developers

In this article, we will look at a NoSQL database called RavenDB. If you are new to NoSQL or RavenDB or Document Databases, don’t panic! We’ll walk you through an introduction for each.

What is NoSQL and what are NoSQL Databases?

Before we ge… Continue reading

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

Most Popular .NET, jQuery and Web Development articles in 2011

With 2012 fast approaching and 2011 drawing to an end, we’ve put together our list of the Most Popular .NET articles on DevCurry.com this year. The year 2011 featured articles on DevCurry covering many technologies like jQuery, HTML 5, ASP.NET, MVC, S… Continue reading

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

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