Friday, January 28, 2022

app.config reading and writing

app.config reading and writing

app config under solution app.config

  1. How to use App.Config (Application Configuration) in Console Application or Windows Application in C# ?
  2. When we develop a console application or windows application, we may require putting the configuration settings in an App.config file similar to Web.config in Asp.net application. You can do this by following the below steps in Visual Studio,.

  3. Multi App.config in Visual Studio 2017
  4. I have been working on a couple of projects and I like to keep my test/build environment separate from my production environment. Usually I only see these kinds of transformations in a web.config(web projects). Transformations in the config files allow for many different settings based on the specific configuration you may be building your project in. An example of why you might want multiple config files in a web application is so that you can have a local testing connection string and a production connection string set based on your project configuration. A quick search around the web will show many third party XML Transformation tools that you can use. With a bit of configuration Visual Studio will do this just fine..

  5. This is a paragraph.

  6. This is a paragraph.

  7. This is a paragraph.

  8. This is a paragraph.

  9. This is a paragraph.

  10. This is a paragraph.

  11. This is a paragraph.

  12. This is a paragraph.

  13. This is a paragraph.

  14. This is a paragraph.

  15. This is a paragraph.

  16. This is a paragraph.

  17. This is a paragraph.

  18. This is a paragraph.

  19. This is a paragraph.

  20. This is a paragraph.

No comments:

Post a Comment