.Net
How to clear console, but not with Console.Clear()
Hello guys! I have an assignment in which I need to clear the console a few times. The company has unit tests which check for console.clear()-s so it’s a no-no, Do you have any other Read more…
Hello guys! I have an assignment in which I need to clear the console a few times. The company has unit tests which check for console.clear()-s so it’s a no-no, Do you have any other Read more…
In a work environment it’s not something your going to do often. In fact, I’m curious if there are devs that have never made a new project at work? True. 6 months as a junior Read more…
So I’ve gotten used to using my Identity Nameidentitfier as the main way to identify a user between networks and users, however, my boss told me some days ago he mostly uses the Nameidentifier as Read more…
I have list1 that is constantly changing based on user input, I wanted to store a “screenshot” of the contents of list1 using a list of lists each time something new is added to list1. Read more…
Hi guys, I’m learning C# for 3 months, I used Visual Studio to learn this language, and I met some performance issue with that IDE. Now I am using Rider to write C# application and Read more…
I have been given a task for making a Registration form and login form in Asp.net mvc web application. Now I have created this but I am having issue about how to retrieve data from Read more…
Hii.. I want to ask can I run omnisharp older ver(compatible with .net frame 4.5 or below) in visual code as my os is win8. So yesterday when I completely set vs code for c# Read more…
Hi guys I’m coming from https://www.reddit.com/r/csharp/comments/k2sqf9/aspnet_core_what_is_it_and_what_is_it_not/ Can somebody recommend a good boilerplate project (if that exists that is)? that means a project where all these elements are already integrated with each other so I dont Read more…
These are great. I’d also add: not everything with 2 states is a bool — give them their own clear enum. Even worse is shoehorning a nullable bool for tri state. Especially once you have Read more…
I am trying to use ILGPU to make my code execution faster. The way I did it, it is around 60% faster when I run it with a cuda accelerator, but when I run it Read more…