3
Shouts

Writing a Custom ConfigurationSection to handle a Collection

published 620 days, 7 hours, 53 minutes ago posted by abhi2434abhi2434 620 days, 20 hours, 22 minutes ago
Monday, September 12, 2011 12:09:00 PM GMT Sunday, September 11, 2011 11:39:29 PM GMT

Configuration is one of the major thing that you need to keep in mind while building any application. Either its an Windows Forms application or a Web site, configuration file is always needed. We write all the configuration that are needed to be changed after it is being deployed in confugration files. It is an XML File which lists all the configuration blocks itself and also allows you to define your own custom configuration sections yourself. Today I am building my own custom configuration section and...

category: Architecture | clicked: 23 | | source: www.abhisheksur.com | show counter code
tags: .NET, C#, Configuration, Source code

1 comment posted.

To post your comment please login or signup