help.net
<font size="2"><br />Musing on .Net</font>
-
Asynchronous Wait State Pattern in ASP.NET
Putting a browser UI on business applications makes them easily accessible to users in remote locations, but it presents some challenges for the developer. One of those challenges is how best to construct it for a long-running process.
For example, when a user enters data into a Web Form and clicks the submit button, the page does not change and the UI is unresponsive until the server sends a new page to the browser. If the UI is unresponsive for more than a few seconds, users are inclined to press the submit button repeatedly. These multiple submissions can cause problems for the application, forcing the developer to write code to handle the repeats.
A cleaner approach would be to keep the user informed about the server process with updated messages and a progress bar in the browser. In this column, you will learn how to create an asynchronous ASP.NET wait page that does exactly that. Let's begin by creating a page that initiates a long-running process. (The samples in this article are written in C# unless otherwise noted.) -
Multilingual Web Site in .Net - A Tutorial
This is a Web Solution designed to teach all newcomers into the .Net field on how to incorporate Multi-language support into your Web Applications. You have to download the accompaning ZIP file.
-
Creating a Custom .NET Web Control With Events
Excellent article by Seth Juarez
-
A Data Driven Tab Strip User Control
Marc Clifton come with an excellent. Using the IE web control tabstrip, he transform the 'ugly' long HTML code to define the tabs as an XML tabstrip.
-
I want a PC looking like that ;-)
I know it's not .Net but please Mr Dell, HP or Compaq I want a PC looking like the new Apple Imac 20" screen !
-
GAP - Global Attention Profile


The map above shows what countries Google News is paying the most attention to today. Countries in deep red are experiencing the most attention, yielding more than 3.2% of the stories detected by GAP scrapers. As the red fades and blues deepen, countries are experiencing less and less media attention. Reload this page to see the media attention profile of another news media outlet. To examine detailed data per country, this data is also presented in a table.
-
UltraGrid for Avalon – Technology Demo
UltraGrid for Avalon is a functional grid control that supports hierarchical data, column sizing, multi-column sorting and ‘Outlook Group-by’. It was written by Infragistics, at the request of Microsoft, to showcase at the PDC what could be done in a very short period of time by leveraging the Avalon framework. The control was written from scratch in less than 1 month’s time by 2 Infragistic’s developers who had no prior exposure to Avalon. This was made possible by the fact that the Avalon’s framework and Infragistics’ Presentation Layer Framework (PLF) are remarkably similar - both are based on UIElements and visual trees. In fact the base class for all visual elements is called UIElement in both the Avalon Framework and our PLF. Since Infragistics has had over 3 years experience designing and building components based on UIElements we were uniquely positioned to leverage the power of Avalon.
-
Internet Explorer in Longhorn
I just want to ask a question.
-
New class ClientScript
Thanks Roy for the link to Brad Adams about 'Dirty unofficial list of classes to be removed in Whidbey'.
-
Yukon Demo: AdventureWorks Contacts
I don't have the chance to have a Beta of Yukon, but curious as I am, I found this demo interesting.
Because this can give a good idea about the basics in Yukon, T-SQL or CLR.