Skip to content

60 Second Dev

60 second software development tutorials and demos, and short blog posts.

  • Blog

60 Second Dev

60 second software development tutorials and demos, and short blog posts.

  • Blog

60 Second Dev

60 second software development tutorials and demos, and short blog posts.

Tag: config

2021-06-012022-01-11.net

Modify Web.config value at runtime

var config = WebConfigurationManager.OpenWebConfiguration(“~”);var section = (AppSettingsSection)config.GetSection(“appSettings”);section.Settings[“something”].Value = “newValue”;config.Save();

2021-05-292022-01-10.net

.NET Configuration

Configuration in .NET Core and later is mostly unstructured, letting you build […]

.net ajax asp.net async authentication aws azure batch brotli c# cloud cryptography css csv deno dependency injection email entity framework exif guid gzip html images javascript jquery json linq linux mercurial mustache mvc nodejs pdf records scss serialization smtp sqlite sql server strings temporal tables typescript windows wsl xml

If you learned something today

Buy Me a Coffee

© 2022 60 Second Dev. Proudly powered by Sydney