Custom configuration
August 3rd, 2008Custom configuration
Jason Jung : Custom Configuration Section Handler in .NET 2.0
I recently had to deal with creating custom sections in the web/app.config file. In the .NET 1.x realm, I had to create a section handler which implements public class ... (more...)
Custom Configuration Sections in 3 Easy Steps
Phil Haack attempts to infuse technology and software development with humor and a pragmatic eye... Attempts. (more...)
Custom configuration - CauchoWiki
Overview . Resin provides a configuration API to populate application beans from an XML file. Resin's configuration machinery supports Inversion of Control and allows the use of EL ... (more...)
Custom Configuration Context in the MSEL - bettersoftwarenow.com
If you've been lucky enough to do any development using .NET 2.0 and the CTP of the Enterprise Library 2.0 then you've likely noticed the absence of the (more...)
Custom Configuration Handlers - ASP.NET Forums
I too initially had difficulty working with custom configuration sections. I could never find an example that helped me much. So, let me at least try to provide a better example. (more...)
Custom Configuration Collections
Custom configuration sections support the use of collections. These collections are similar to the add, remove, and clear sections that you see defined for connectionStrings ... (more...)
2.0 Custom Configuration Sections
.NET 2.0 produced a new way to create custom configuration sections, one that is even easier than before. It involves a custom class that inherits from the ASP.NET ... (more...)
Customize and personalize timeanddate.com
Log in | Customize Search: Current location: Home page > Configuration: Other locations: Time zone menu | Date menu | World ... Customize and personalize timeanddate.com You can adjust ... (more...)
Microsoft Dynamics invites custom configuration and development
Microsoft Dynamics can adapt to the processes your people already use, and comes with convenient development tools that allow for quick and easy customization. (more...)
How to: Create Custom Configuration Sections Using ...
You can extend the standard set of ASP.NET configuration settings with XML configuration elements of your own. To do this, you must create your own configuration section handler. (more...)