-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Appsettings
ansonzhang edited this page Jun 6, 2019
·
1 revision
这个是帮助更好的在解决方案中,使用配置文件 appsettings.json
├─Blog.Core.Common
├──Helper
│ ├─Appsettings.cs
两种都行
1、Appsettings.app(new string[] { "AppSettings", "Sqlite", "SqliteConnection" });
2、Appsettings.app("AppSettings", "Sqlite", "SqliteConnection");
有疑问,请自行查看博客园文章:https://www.cnblogs.com/laozhang-is-phi/p/9495618.html#autoid-1-0-0
或者加 QQ 群:867095512
-
- AOP
- Appsettings
- Async-Await
- Authorization-Ids4
- Authorization-JWT
- AutoMapper
- CORS
- DI-AutoFac
- DI-NetCore
- Filter
- GlobalExceptionsFilter
- HttpContext
- Log4
- MemoryCache
- Middleware
- MiniProfiler
- publish
- Redis
- Repository
- SeedData
- SignalR
- SqlSugar
- SqlSugar-Codefirst&DataSeed
- SqlSugar-SqlAOP
- Swagger
- T4
- Test-xUnit
- Temple-Nuget
- FAQ page is a good place to see whether your question is already asked.
- Ask a question in cnblogs if you need help.
- Submit an issue if you found a bug or have a feature request.
- Open a pull request when you prepared to contribute. Before that, it is encouraged to open an issue to discuss.