python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to read array configuration sections with binding?
How can I read an array of configuration values using Microsoft.Extensions.Configuration with binding?
For example, given the following XML configuration:
<root>
<eventConfiguration>
...
MiGro
Votes: 0
Answers: 1
Include assemblyBinding app.config additions in NuGet package
I'm trying to create a NuGet package from a WPF .Net Framework app and having trouble including the app.config file. I have this in my csproj file:
<ItemGroup>
<None Update="App.config...
Trygve
Votes: 0
Answers: 0
Authorize doesn't work with empty credentials
I have a .net 4.7.2 web api deployed on IIS with Windows authentication.
When I open it, if I valid authentication form with empty user and password, it works, swagger page is displayed and API call w...
user1069516
Votes: 0
Answers: 0
Google recaptcha client is throwing System.Reflection.AmbiguousMatchException in ASP.NET MVC on .NET 4.7.2
The type initializer for 'Grpc.Core.Internal.UserAgentStringProvider' threw an exception. (See inner exception for details.)
System.TypeInitializationException: The type initializer for 'Grpc.Core.In...
Uday
Votes: 0
Answers: 1