.Net
C# Beginner Help with Dictionaries
Hey yall C# coding nub here. I am trying to convert a simple program I made that rolls a D&D character from Python into C#. I would like to reference a dictionary in a CharGen Read more…
Hey yall C# coding nub here. I am trying to convert a simple program I made that rolls a D&D character from Python into C#. I would like to reference a dictionary in a CharGen Read more…
Installing process of GoLang: The Go language is an open-source and platform-independent programming language. Many IDEs are available online to run your program; these online editors are the go playground, repl.it and many more. You Read more…
I know what >= means, but in microsoft docs it keeps showing =>. Google search isn’t getting me anywhere and ignores that I typed it. https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/lambda-operator => is used between the argument list and body Read more…
no comments yet Be the first to share what you think! Members Online source
I’m studying composite design pattern but I got so confused to this one. anyone can help/explain this to me ? it would be a big help thanks! https://refactoring.guru/design-patterns/composite/csharp/example first result from Google for composite design Read more…
Features of GoLang: Here we are going to introduce you to some interesting features of Go Language, which are as follows: It is the main and most important feature of the Go language. In the Read more…
Hello! In short, I’ve got a form I need to modify. I can add HTML/CSS/jQuery to it, but I can’t modify the existing HTML. Initially I was trying to use CSS to accomplish this, but Read more…
Text Editor for GoLang Program A text editor is a type of computer software program that is used to edit plain text files. We use a text editor for writing the source code of the Read more…
I made an app called Remail, and its an email client. Its one of my first coding projects! Check it out here: github.com/The-Remail-Team/Remail Website: the-remail-team.github.io/Remail You may see a windows smartscreen message when installing from Read more…
this one writes true/false or it writes 5 > 4 oh thank you ! Not sure if this is a troll or not but this will work: Console.WriteLine($”{a}>{b}”); What is the error that you’re getting? Read more…