Creating Commercial Components for .NETThis white paper has been constructed to help component authors develop and enhance professional software components for delivery on the 'open market'. Information covered in the document is based on our knowledge and expertise of those component...
Creating Custom ASP.NET Controls in VS.NETThis pack contains: a document that describes the techniques users can employ to author and consume custom Web controls for ASP.NET Web applications using Visual Studio.NET; a presentation about Server and User Controls in ASP.NET and source code.
Cryptographic Hash Algorithms Let You Detect Malicious Code in ASP.NETCryptographic hash algorithms produce fixed-length sequences based on input of arbitrary length. A given input always produces the same output, called a hash code. Using these algorithms, you can compute and validate hash codes to ensure that code...
Custom Errors in ASP.NETStructured exception handling is a fundamental part of the CLR and provides .NET programmers a great way of managing errors. In addition to CLR exception system, Amit explains how ASP.NET also provides ways of handling errors.
DataList vs. DataGrid in ASP.NETThis month I want to look at two of the more specialized controls that come with the ASP.NET Framework: the DataList and the DataGrid. Both of these controls are full-featured data-managing tools. In addition to providing a simplified UI programming...
Debug an ASP.NET Application with the Microsoft CLR DebuggerThe Microsoft .NET Framework Software Development Kit (SDK) contains a lightweight debugger for debugging .NET applications on computers that do not have Visual Studio .NET installed.
This article describes how to configure your ASP.NET application...
Debugging ASP.NET with NotepAlthough VS.NET is a far superior tool for debugging your ASP.NET applications, there still are some powerful tools built into ASP.NET that you can utilize even when using a tool like Notepad