help.net
<font size="2"><br />Musing on .Net</font>
-
AJAX-enabled Performance Counter Web Control
Introduction:
-
Conversation With X/HTML 5 Team
X/HTML 5 is currently work in progress and when released will replace HTML 4 and XHTML 1.
-
.NET samples
Mike Woodring has an interesting collection of .Net samples covering almost everything from remoting to security.
-
Clipboard Text Scrubber
From the developer who give us this so useful tool ViewState Helper check this cool utility.
-
ASP.NET ViewState Helper
ASP.NET ViewState Helper is an application designed to help all web developers, but has specific features to aid ASP.NET developers track ViewState issues. In real-time you can see your web pages being analyzed while you browse to them using Internet Explorer 6.0 or higher. As you can see in this Screen Shot, ASP.NET ViewState Helper gives you very detailed information to help you optimize your web application’s performance. You can see page information like:
-
Built-In Asynchronous I/O Support in ASP.NET
As we all know, I/O operations is one of the most time consuming operations. In the same time, IO is one of the most needed operations almost in all applications. To make our applications faster and having more responsive user interface, we need to perform those I/O operations asynchronously.
-
Build a Rich Text Editor
Well you can find dozens of ready Rich Text Editors, some comercials some free, but what about building our own tool?
-
Certified for Windows Vista
This page list the products that currently have earned the "Certified for Windows Vista" logo or the "Works with Windows Vista" logo.
-
ASP.Net Web Requests
Not a new article, but good reading. All you need to know about HTTP requests, including page life cycle.
-
Business Logic Layer
Useful article from Scott Mitchell. Learn how to build the second layer of a n-tier application, maybe the most critical one, the Business Logic Layer.