| Advanced Data Mapping in .NET |
| DotNetJunkies |
| In this article, Tin demonstrates 3 automated mechanisms for data mapping: mapping from Database table columns to object properties, mapping from HTML form fields to object properties, mapping from ASP.NET Web controls to object properties. |
|
| An ASP.NET Framework for Human Interactive Proofs |
| MSDN |
| Stephen Toub introduces concepts involved in Human Interactive Proofs and creates a framework for their incorporation into your ASP.NET sites. |
|
| Building a Custom Registration and Login Control |
| MSDN |
| Why wait for ASP.NET Whidbey to add Registration and Authentication controls? Build that functionality into ASP.NET 1.1 with this article. |
|
| Building Custom Providers for ASP.NET 2.0 Membership |
| MSDN |
| Build a custom provider based on Microsoft Active Directory Application Mode for the ASP.NET 2.0 Membership Service. |
|
| Configuration Management for Smart Device Applications |
| The Code Project |
| This utility helps you in configuring .NET Compact Framework applications. |
|
| Convert any URL to a MHTML archive using native .NET code |
| The Code Project |
| A native .NET class for saving URLs: text-only, HTML page, HTML archive, or HTML complete. |
|
| Creating multilingual websites - Part 1 |
| The Code Project |
| Extend the existing globalization capabilities of .NET to create flexible and powerful multilgual web sites. First, create a custom ResourceManager, and then create custom localized-capable server controls to easily deploy multilingual functionality. |
|
| Creating multilingual websites - Part 2 |
| The Code Project |
| Creating multilingual websites - Part 2 |
|
| Custom ConfigurationSettings through configuration resource embedding |
| The Code Project |
| Selective .config/embedded xml config resources reading |
|
| Customizing SectionGroups and Sections in Web.config |
| The Code Project |
| To add our own section groups and sections in configuration sections of web.config |
|
| Dynamically linked comboboxes set for ASP.NET |
| The Code Project |
| Creating and using Custom Control in ASP.NET |
|
| Enumerating the QueryString Collection with C# |
| ASP Alliance |
| This snippet shows how to enumerate the QueryString collection with C#. |
|
| Enumerating the Server Variables Collection with C# |
| ASP Alliance |
| This snippet shows how to enumerate the server variables collection with C#. |
|
| How to Configure Default Values in .NET Classes |
| The Code Project |
| This article describes how to setup default values of the value type fields in the .Net class using the Custom Attribute from the Application Assembly or Config file. |
|
| How to do asynchronous programming using ASP.NET, MSMQ and Windows Service, for long running processes |
| The Code Project |
| An article on how to do asynchronous programming using ASP.NET, MSMQ and Windows Service, for long running processes. |
|
| HOW TO: Use Custom Configuration Data in a Visual Basic .NET Component |
| Microsoft Support |
| This step-by-step article describes how to use custom configuration files to store the configuration data for your Visual Basic .NET components and how to access the custom configuration file in your application. Your application may have to access a... |
|
| IInterfaces Part 1 – Implementing IEnumerable and IEnumerator |
| The Code Project |
| Part 1 of carefully crafted examples that demonstrate the usefulness of implementing various interfaces. |
|
| Instrumentation for .NET Compact Framework Applications |
| MSDN |
| Use this article and sample to help design your mobile application to provide you with the ability to monitor the level of your application's performance and to diagnose errors when technical problems occur in the field. |
|
| Interop: Get Seamless .NET Exception Logging From COM Clients Without Modifying Your Code |
| MSDN |
| Get Seamless .NET Exception Logging From COM Clients Without Modifying Your Code |
|
| MailMessage done right |
| The Code Project |
| HTML email payload from a URL |
|
| Modularizing Object Collections With The Collections API |
| C#Today |
| The Collections API in the .NET Framework merits close attention by all .NET developers because of the flexibility it offers for writing applications in .NET. We can use it to manage groups or collections of similar objects, standardizing the way in which groups of objects are handled by our programs. In this article, Thiru Thangarathinam takes us through a tour of all the important collection classes by showing us examples, and then goes on to show us how these collection classes can be very useful in the day-to-day work of a developer. |
|
| Office 2003 Menus |
| The Code Project |
| A component to change the look of the menus to that of Office 2003 |
|
| Persisting the state of a web page |
| The Code Project |
| The complete story on how to persist the state of an ASP.NET web page, including ViewState, Form and QueryString data, by emulating a PostBack. |
|
| PickList |
| The Code Project |
| Two listboxes to choose from and client-side scripting to move items from left to right and vice versa |
|
| Read/Write XML files, Config files, INI files, or the Registry |
| The Code Project |
| A class library for reading/writing XML files, config files, INI files, or the Registry using one simple interface. |
|