I wonder how to force a .NET application targeting .NET Framework 4.8 to use TLS 1.2 or later (including future TLS versions). The application execute as a Wind
I want to create a Max Flow - Min Cost program in C# -Visual studio. I'm using this Guide , but I get error at this line MinCostFlow minCostFlow = new MinCostFl
I want users to navigate back to the same page after the button is clicked on the page. If the user URL is https://localhost:xxx/Inventories/Index/38?custID=38&
I want to import functions from a different namespace in an external file into my c sharp project. But what's the right method to do it. I copied the .cs file w
I'm trying to have some toolbox with each tool in that toolbox being something quite different in functionality. So every tool would require its own config to b
I'm new to C# and I don't fully understand what a namespace is, and what the using-keyword does. I'd appreciate it if someone could explain the difference. From
I am using Fluent Validation in my project. I have one validator class. public class CarValidator : AbstractValidator<Car> { public CarValidator()
I have a TabBar in my AppShell which has five tabs. Three of these tabs are ContentPages whereas the other two are TabbedPages. All three tabs with ContentPages
We are currently considering moving from ASP.NET MVC to Angular 5, mostly because it seems like the best and latest framework. However none of us seems to be ab
I'm trying to achieve folder from a user with an admin user (just for test) ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2013_
we have application .net core with oracle database published since 8 months unexpectedly returned request connection time and we didn't make any deployment and
I am trying to use [FromQuery] in my web api and I am not sure how to use it. Here's the GetAllBooks() method in the controller: [HttpGet] [Route("api/v1/Sh
I need to model a composite key type that could have any number of key / value pairs. I need the key to be convertible into a hashed string value that can be st
I have an exported xlsx file from c# (through angular).The Properties name which I want to be the columns header change in excel!( the first letters are changed
I am trying to built a multiplayer card game with max 4 players and I am very new to Multiplayer Games. Idea is there is a "Deal Card" button, when a player cli
I got an issue with decrypting cookies that are stored in Chrome's sqlite db under encrypted_value. The extraction from the sqlite db works just fine: // fileP
I tried creating a Windows Forms .NET core 3.1 application via the template and switching the output type to Console Application. Here's my code: static class
I'm working on a project with a friend, we are using git for version control. They created the unity project and I pulled it to my computer as well. Every time
enter code here enter image description here I'm having a problem when trying to compile and build an ASP.NET Web API project targeting .NET6.0. For some reason
I have default Program.cs file from Web Api template in .NET 6.0. I am adding variable "test" so I can use its value in controllers. var builder = WebApplicatio