Is there any good article about .NET configuration system? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this questionJust want to get a thorough understanding of .NET configuration system in a short time. Any recommendations would be deeply appreciated.
Thanks.
Apart from MSDN - try
http://www.dotnetspider.com/tutorials/AspNet-Tutorial-AspNet-Tutorial-27.aspx
There are a series of tutorials. Try the answer to this question:
Is there an in depth guide to application configuration for .NET?
A quite good article for the beginning: Unraveling the Mysteries of .NET 2.0 Configuration. Sadly there is no deep, detailed and good description for all possibilities of standard configuration. Actually it is very capable and configurable, but many things can only be discovered via Reflector and similar tools, because msdn documentation is sometimes confusing and lacks good examples.
精彩评论