C
C#
help
✅ Variables from different classes not adding up
Looking for more? Join the community!
C
C#
help
C
C#
help
Recommended Posts
❔ Predefined type is not defined when using dotnet-scriptI'm getting an error for `System.Object` and `System.String` that they're not imported when creating❔ Drawing lines in WPFHow can I adjust the coordinates of my line and make it vertical in the center?❔ confused about Error controllerHi,
i was following a tutorial about building APIs and the tutor used a new controller named it Erro❔ Ctor DI vs IServiceProvider.GetServiceHow often and when do you use IServiceProvider.GetService() for retrieving dependency over injecting❔ Address already in use after a kill processMy program keeps getting me this error
```Unhandled exception. System.Net.Sockets.SocketException (4❔ Issue With CodeI have this code
```cs
public T Deserialize<T>(IRestResponse response)
{
❔ Using Mediator with seperate API Contracts projectSup guys, I've finally decided to use Mediator, and now I have the following problem:
1. I have a AP❔ [Git] How to grab your pushed changes backMaybe it's not home here but I'm curious how I could grab my pushed changes back because I need to m✅ Csharp returns nothing while reading SQL data tableMy current code is here: https://pastebin.com/0kwPVGWm
It was supposed to return the whole content ❔ claim type for Id(Primery key) of a Modelwhat claim type i can user to store Id(Primery key) of a Model❔ Any way to make custom border in visual studio resizeable?I'm looking to make my custom border in visual studio resizeable, i already have the outline around Is this the right directory for JwtHandler.cs?https://github.com/PacktPublishing/ASP.NET-Core-6-and-Angular/blob/main/Chapter_13/WorldCities/World✅ Can someone help me figure out how to write the quadratic formula? I keep getting an errorI think the error is because of some double, but all of my values are decimals.❔ Reading data from a text fileI have only just started trying to work with txt files and was wondering if anyone could help me and❔ Winform - How can I make something happen when clicking a word in a textbox?How do i make something happenen when a specific word or phrase like "hello world" is clicked in a t❔ How to pass JS object to function.How do I pass the JS object to the C# function in that it accepts it as an object of a defined ClassWhy does this code have a Required attribute?It uses the same `System.ComponentModel.DataAnnotations` as the Models in the folder above it, but t✅ GRPC Compiler error in DockerHey i have an grpc project and on my local machine it is building everything but when i try to build❔ Multiple Processes communicationhey all, I want to have a few processes communicate between them, my ideas so far is a socket serverCopying files from network path (c, .net)`File.Copy` cannot access the network share because it doesn't have the same access as the user runn