Skip to content

In ASP.NET Core, we don't have anything called Web.config which we use to write our connection strings or application specific settings. Rather, here we have a file named appsettings.json to store similar information.

License

Notifications You must be signed in to change notification settings

shahedbd/CoreAppsettings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Core appsettings.json details implementations

In ASP.NET Core, we don't have anything called Web.config which we use to write our connection strings or application specific settings. Rather, here we have a file named appsettings.json to store similar information.

Code Spippet

CodeSnippet

About

In ASP.NET Core, we don't have anything called Web.config which we use to write our connection strings or application specific settings. Rather, here we have a file named appsettings.json to store similar information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published