You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,8 @@ The class library does not have a configuration file by default. Dependency inje
7
7
1.**GeeksApp** - is ASP.NET MVC application having required application settings stored in appsettings.json.
8
8
1.**GeeksConfiguration** - is a C# dot net core class library application used like DAL. This reads appsettings using dependency injection stored in MVC application.
9
9
10
+
ASP.NET MVC controller reading values
11
+
12
+

13
+
10
14
For more details [click here](https://geeksarray.com/blog/read-appsettings-json-in-net-core-class-library-using-dependency-injection)
0 commit comments