gpt4 book ai didi

c# - 在 .NET Core 应用程序中获取连接字符串

转载 作者:太空狗 更新时间:2023-10-29 20:16:04 27 4
gpt4 key购买 nike

我正在尝试从 appsettings.json 文件中动态获取连接字符串。我看到我可以通过 startup 类的 Configuration 属性来做到这一点。我已将配置字段标记为静态字段并在整个应用程序中访问它。

我想知道是否有更好的方法从 .NET Core 应用获取连接字符串值。

最佳答案

您可以查看我关于 ASP.NET Core 配置的博客文章 here .

在其中我还通过了配置选项的依赖注入(inject)。

引用:

There are a couple ways to get settings. One way would be to use the Configuration object in Startup.cs.

You can make the configuration available in your app globally through Dependency Injection by doing this in ConfigureServices in Startup.cs:

services.AddSingleton(Configuration);

关于c# - 在 .NET Core 应用程序中获取连接字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40215395/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com