(Jani Jrvinen) ASP.NET MVC is an interesting new technology that supports separating the user interface from the application logic, and the data storage from the data manipulation. When you create ASP.NET MVC applications, the old ASP.NET style of accepting input from the user is no longer the best
Tag: Development
Rectangle in Silverlight
(Mahesh Chand) This article demonstrates how to create and use a Rectangle control in Silverlight using XAML and C#.
Advices on partitioning code through .NET assemblies
(Patrick Smacchia) The tenet is: reduce the number of your .NET assemblies to the strict minimum. Having a single assembly is the ideal number. This is for example the case for Reflector or NHibernate that both come as a single assembly.
Using a MultiView Control with Multiple Views in VB.NET
This tutorial will show you how to use the MultiView Control in conjunction with AJAX to create multi-step applications. VB.NET.
Tutorial on Master Pages in ASP.NET and VB
Learn the basics of an ASP.NET Master Page in VB.NET. In this tutorial, we will be creating a master page and master method.
How Portal Standards Enable Reuse
(Jeffrey Ryan) In my previous article, “Reuse and the Portal Onion,” you were introduced to the conceptual model of a portal onion that illustrates how a portal framework enables reuse of front end web application assets across the user experience, portlet catalog, common services, and foundational
TextBoxFor(u => u.Name) – Unleash the power
(Karl Seguin) Three weeks ago, Jeremy Miller and Chad Myers laid down their MVC approach. From the comments it’s clear that many of their goals resonated with fellow developers. Since I happened to be starting a large-scale application using MVC, I was very interested in learning more. The videos, f
Line in Silverlight
(Mahesh Chand) This article demonstrates how to create and use a Line control in Silverlight using XAML and C#.
Dynamic Data – Customizing the Delete Confirmation Dialog
(Matt Berseth) I spent some time customizing the delete confirmation dialog in the Dynamic Data site I have been blogging about recently. Specifically, I looked at … –replacing the browsers default confirm dialog with a jquery thickbox –displaying a confirmation message that includes conte
GridView:Sorting & Paging Using Generics And Nullable Datatype Function Of C# GetValueOrDefault()
(santosh poojari) The idea behind writing this article is to overcome the problem related to sorting of collection having null values in it. Recently I was working with GridView control and I was using generic collection list as a data source to it. While resolving this problem alone I developed a g
