Coding
Learning and have questions. Very beginner with c#
I just got started today on trying to learn c# again and started researching a few things and looking at some dll files I opened. One thing I saw that intrigued me was a protect Read more…
I just got started today on trying to learn c# again and started researching a few things and looking at some dll files I opened. One thing I saw that intrigued me was a protect Read more…
So far, EF Core 5 has been quite handy to reduce the clutter a Many-to-Many would cause. However, I’m currently trying to update an older project and I’ve come across something that I feel like Read more…
Hello everyone! Its been awhile, hope everyone had a good new years eve. Lets get to the point:This is a discord server filled with people learning C# and also C# devs. Everyone is welcome no Read more…
I’m working on a CodeWars problem that deals with steps between prime numbers. A step is how much separates the two primes within a range. Only the first two primes that match the step argument Read more…
https://i.imgur.com/2C4sVIG.png Can someone please explain this to me? It doesn’t happen for most other numbers such as 9.33, 119.33 – why the hell is this? It’s clearly got something to do with floating points but Read more…
Each frame in a gb emulator I am making, I’m calling a switch at the next opcode which calls some functions. The problem is that there are 256 different opcodes so there are 256 cases Read more…
What makes one a good, solid C# coder in your opinion? I know the basics and some advanced technics like simpler design patterns and does & donts but there is still so much to learn. Read more…
I am not sure if this is a limitation of the language, but I am having difficulty creating records using the shorthand construction way of declaring them when using inheritence. Assume you have two classes: Read more…
There are a lot of valid reasons why someone would want to run Android emulators on their PC. App developers may be trying to test their application before shipping it out. Gamers may want to Read more…
Greibach Normal Form In Greibach Normal Form, there is restriction on the position, in which, terminals and variables can appear on right-hand side of production rules. In Greibach Normal Form, every production must start with a single terminal Read more…