python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
My.Settings() Throws Exception Error When Using .NET Core, But Not When Using .NET Framework
When creating a project with any version .NET Core, debugging the application throws this error:
System.Configuration.ConfigurationErrorsException:
'Configuration system failed to initialize'
Inner Ex...

Barfunkle
Votes: 0
Answers: 1
Angular: Is there a way to detect changes made on an object property when bound to a child component
In a simple app with parent and child components (app and hello) an object defined in the parent can be bound to the child in multiple ways.
Even with simple property binding, changes made to the obje...
Alex Cooper
Votes: 0
Answers: 1
Controling an Item "enabled" property in a repeater from a checkbox in another repeater
This sounded as an easy task, but it doesn't work like I expected.
I've got one repeater with a checkbox, laid out vertically.
Then I've a grid of Combo-boxes.
I'd like to have the combo-boxes disable...

lvr123
Votes: 0
Answers: 1
ASP.NET Core Web API: how to assign value of null to a missing property in the request when parameter binding
Using .NET 6.0. When trying to bind a parameter to a body of the request, I want to assign a value of null to the properties that aren't included in the request.
Consider the following:
public class S...
concentriq
Votes: 0
Answers: 1