C
C#
help
❔ [SOLVED] Visual Studio for macOS Ventura bug
Looking for more? Join the community!
C
C#
help
C
C#
help
Want results from more Discord servers?
Recommended Posts❔ JWT with Identity issueHi friends,
I'm working on a simple `ASP.NET Core 7` project, with `Identity` and `EF Core`, `JWT` ❔ how to pass multiple arguments in apicall from ajex get url?i used following approach already❔ maui is it possible that we can get all the pages that registered to the shell ?Hi my project currently using Shell.Current.GotoAsync(“url”) to navigate to the destination I want, ❔ Replace multiple LinesWhat I had before was
```C#
string SessionName = File.ReadAllText(ConfigFile);
Session❔ how to run the asp .netcore backendI already set up the react and .netcore environment but i can not start the server side. Can someoneASP.NET Core | Issue with in-memory data removalHey there, I am currently trying to make a backend service for my chess game made in Next.js as an i❔ How to format float to currencyI am multiplying small numbers (0.08 - 0.18 etc) and getting numbers like 34.44241. I want to figure❔ HELP PLS✅ BaseApiClient - help on handling null returns / exceptions, loggingHello! I am pretty new here.
I've been following some real world examples I have in my life and bee❔ C# Dictionary Json Serialization problemsHey everyone! I'm trying to Serialize a Dictionary with a class 'Manager' as Key, and an Enum 'Privi❔ OOP HelpBankAccount.cs
```cs
namespace Classes;
public class BankAccount
{
// These are fields / proper❔ ✅ DotNet Templating Bind Project NameWith dotnet, there is a templating tool. It supports symbol replacement. With that you can bind to v❔ Besides C#, what do i need to learn?To learn web development with C#, probably full stack? frameworks etc? let me know plz!❔ How to call a method that uses a struct in it's definition?I program in C# with Unity most-often, I am branching out to 'normal' C# and am stuck on connecting ❔ how can i get rid of this border (winform)i tried to make it fill up my whole screen using this:
``` this.TopMost = true;
how to call a method that is in another file in c#?how to call a method that is in another file in c#?✅ Error DEP0700anyone had this issue and/or knows a workaround for several people developing a maui blazor app on a❔ beginner - is it possible to pass a prop to a function as parameter?I'm writing my first "as much as possible professional-structured" project, and I'd like to optimise❔ exception for proxy helphey guys,
my c# knowledge isnt the best but i have a question plz
im using this code:
```c
privat❔ CallWebApiForUserAsyncI'm doing
```csharp
List<T>.ForEach(i => {
_downstreamWebApi.CallWebApiForUserAsync(
SERVICE,