|
Based on your feedback, we're working on adding VB.NET versions of all the code in our articles.
|
Demystifying Regular Expressions
|
Regular Expressions form a powerful pattern matching language. While Regular Expressions
have been around UNIX systems for years, as well as client-side scripting environments such as Javascript,
the .NET Framework offers this functionality to windows and web developers alike. This
series of articles will demystify Regular Expression concepts, classes, and syntax.
|
|
MCAD/MCSD.NET Certification Guide
|
|
Microsoft has released details for the new certification, Microsoft Certified
Application Developer (MCAD), and the updated requirements for Microsoft
Certified Solution Developer using .NET (MCSD.NET). With the recent release of
the Web Services exam, the path to MCAD certification is clear. Our
MCAD/MSCD .NET Certification Guide can help you prepare for these
exams.
|
|
Guide to UML Diagrams
|
The .NET Framework re-introduces the fundamentals in component-based
development with the introduction of the new object-oriented language C#,
additional object-oriented features in VB.NET, and the vast class framework in
the base class library. One such modeling standard used in designing
object-oriented systems is the Unified Modeling Language (UML). In our
Guide to UML Diagrams, we introduce you to the different diagrams in
UML, as well as tools to help you in your development efforts.
|
|
Recent Articles
|
|
Customizing the Paging Output of a DataGrid
|
5/02/2003
|
|
Paging is natively supported by ASP.NET's DataGrid, but the customization of the paging output is limited. This article will show you how to include the number of pages alongside the navigational controls.
|
|
User Authorization in Sub-Directories
|
4/21/2003
|
|
The .htaccess file in Apache allows site administrators to easily specify authorization for any directory within a website. The web.config file in .NET now brings this functionality to microsoft web developers.
|
|
Performance of Iteration Methods
|
4/19/2003
|
|
Understanding the performance implications for enumerable objects can help you develop high-performing scalable applications. This article compares the runtime of several alternatives.
|
|
Use Thread Local Storage To Pass Thread Specific Data
|
3/19/2003
|
|
The .NET threading namespace allows .NET developers to use thread-local storage from within their multi-threaded applications to store data that is unique to each thread. Learn the details in this article.
|
|
Creating ASP.NET VS.NET Projects in Windows Server 2003
|
3/06/2003
|
|
Configuring a MIME extension can get you by a bug when creating ASP.NET Web Applications in Windows Server 2003 RC2
|
|
|