(Mike) According to Google’s Webmaster tools, there are about 15,000 incoming links to my site. 13,000 of those reference a .ASPX file on disk. When I convert to MVC, with new Search Engine Friendly urls, all those links will break unless I do something about it. Presenting users with a 404 – file n
Tag: Development
Html.DisplayFor Template Helper in ASP.NET MVC 2.0 to render Complex Object
(David Hayden) Working on a series of articles on ASP.NET MVC 2.0 that are subject to change when ASP.NET MVC 2.0 gets released as a part of Visual Studio 2010:
Implementing a Theme-based Stylesheet Parameterizer
(Gianni Tropiano) Themes are a great feature in our beloved ASP.NET platform.
What’s in Your Collection? Part 1 of 3: Interfaces
(Jeremy Likness) The collection is a powerful construct that allows a developer to logically group related elements and navigate through them. In .NET, a collection is specifically anything that implements the ICollection interface.
Overview of Visual Studio Team System 2010 for Developers (Part 2)
(Subodh Sohoni) In the first part of this article, Overview of Visual Studio Team System 2010 for Developers (Part 1), we have seen some of the features which were present in VSTS 2008 but may have been enhanced in Team System 2010. In this second part we will study two new features which are added
MessageBox in WPF
(Mahesh Chand) A message box is a dialog box that is used to display an alert or a message or also let the user have some options to choose from. A simple message box has an OK button and looks like Figure 1.
Ad Hoc Databinding with the GridView
(Peter Vogel) Sometimes you have data that you don’t want to store in a database. The good news is that you can still use the GridView to display and edit the data if you’re willing to write some code.
What’s new in ASP.NET 4.0
(Harish Ranganathan) With Visual Studio 2010 Beta 1 and .NET Framework Beta 1 out for some time, this post is due from me for a long time. ASP.NET 4.0 has many improvements for different set of scenarios such as Webforms, Dynamic Data & AJAX based web development. There are also a lot of enhancem
Create Custom DataTypeAttribute for Validation and Custom Display in ASP.NET MVC 2.0
(David Hayden) In the last post, DataTypeAttribute and ASP.NET MVC 2.0 Goodness with Templated Helpers, I showed how we can take advantage of the DataTypeAttribute in System.ComponentModel.DataAnnotations with the new template helpers in ASP.NET MVC 2.0 ( Html.DisplayFor, Html.LabelFor, and Html.Edi
Exploring Silverlight Headered Content Control…
(Brian Mains) The Silverlight toolkit is an add-on to Silverlight meant to add additional Silverlight control functionality for developers. One of these controls is the the headered content control, a pretty simple control: it consists of a header area and a content area, which the header and conten
