.Net
Help me modify my Word Searching algorithm
Hello guys! I am training for interviews and got stuck at something. So I have a 2D array off characters. In which I have to find words in any direction. Every character which is in Read more…
Hello guys! I am training for interviews and got stuck at something. So I have a 2D array off characters. In which I have to find words in any direction. Every character which is in Read more…
Create a program which: Introduces the shop to the player Gives them a list of items to buy Asks the user which option to pick. if they pick an item, take gold away from the Read more…
I am working on a scheduling project in .NET, it is something that could be see as similar to MS Project (scheduling task and calculating durations). I am working through the date and time calculations Read more…
I dont think extension methods are a good comparison for Default Interface Members (C# 8.0). For example, extension methods are great when you cant modify the class/interface (like IEnumerable) so you wouldn’t normally be deciding Read more…
Removed: Rule 3, Rule 4. It’s just the equation of the line isn’t it, y = m*x + b? What have you tried so far? Do you need integers specifically or something? There is a Read more…
I just read visual studio isn’t available under linux. I guess that is some weight we are carrying from the past. Now VS Code is a thing, right… but it’s written in javascript/typescript and isn’t Read more…
Hello this is my first post here, sorry, english is not my first language. Im in the first year of an It education. We work with csharp. In a tet that we had we should Read more…
First, double-check your Load handler is actually connected to the form’s event. Next, try using breakpoints. Step through the code and watch the values change. If the breakpoint in Load isn’t hit, well, something’s wrong Read more…
This looks good – I work at EA – can we license the Neowise Engine for our next triple-A title? We will pay you $10,000,000. Great offer! lol Neowise Engine… 69! What makes you think Read more…
I’m a long time C# guy and I recently switched to intellij using java, is there anyone out there who has a “Code Style” settings file i could use that matches the VisualStudio/resharper default code Read more…