C
C#
help
Want results from more Discord servers?
Recommended Postshow to authenticate visual studio to Azure devops private nuget feed?I have tried adding it through visual studio and logging in with my Microsoft account but it does noI'm trying not to repeat the same symbol on the calculator [Answered]I am trying to write this so that the same symbol is not repeated in the calculatorDependency injection with multi projectHi I have asp.net project and a console project which is in the same solution. I would like to launcpublic static variable not changingif (choice == 'H' && coinFlip == 1 ||
choice == 'T' && coinFlip == 2)
{
AutoMapper - map object from source to destionation's list of objects.Any way I can map source object (e.g string) inside destination list of objects (e.g List<string>) uBest csharp and framework related books?Not really a question specific about programming but... please write your recommended c# books below[git] Push a directory as a new commitI am thinking of is it possible to create a new directory and push it as a commit to an existing repThings require preview features... despite having enabled preview features [Answered]I'm getting an error saying that a type requires opting into preview features because it's from an aWhat is meant by copy on build.I'm following a stackoverflow answer there it mentioned like set them to copy on build. How to do itMiddleware to modify urlI'm trying to modify my HttpClient so it modifies a url before sending. I think I see how to do it bMediatR and CQRS for basic logicSo started doing abit of MediatR CQRS pattern in abit of Clean Architecture. I've been doing the Quechoosing Update softwareWhat update software do you all use for console apps? Looking for a solution to pushing remote updatpassing license keys to a unit testI would like to use a 3rd party DLL which needs a license key passed in, however I cannot find a wayAutoMapper - Ignore 'SourceMember' for specific typeHey folks
During the development of our API, I stumbled upon a roadblock I wish to overcome.
We haScale not changing UNITYThe mesh localScale doesent change except if I remove all of the objects first and run it again whicTestcontainers must override configuration before it runs the Web API, but it does the opposite.I'm trying to create an integration test for a Web API whose communication is based on Redis.
The any thoughts why this error ?Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array.
❔ ASP.NET Core MVC Put Value to Route on Form SubmitHi,
I have this action on `Home` controller
```cs
public async Task<IActionResult> Index(EventsFiltHow to call a static method form interface in a generic class.So I have a class as bellow.
```cs
public interface ISetup<T, P> where T : class {
public staticCounting Sort, display the arrayI need to display the array which counted how many each numbers there are like in the screen