Coding
Python Switch Case
In the programming languages, a switch statement is a logical loop or syntax that tests the variable’s value and compares it with multiple cases. Once the match is found with the cases given in the Read more…
In the programming languages, a switch statement is a logical loop or syntax that tests the variable’s value and compares it with multiple cases. Once the match is found with the cases given in the Read more…
CGI is an abbreviation for Common Gateway Interface. It is not a type of language but a set of rules (specification) that establishes a dynamic interaction between a web application and the client application (or Read more…
The title say it all, i want my app to play a sound but the SoundPlayer only support window. Any ideas ? Error CS1069 The type name ‘SoundPlayer’ could not be found in the namespace Read more…
It can be a bit slow but you can tune it to a degree. If you want ReSharper I’d recommend using Rider if that’s an option, it’s great unless you are doing Blazor dev, in Read more…
Hi. I already wrote about this tool a month ago. Then he was still at the very beginning of his journey. And after a month, I want to show you a first stable version with Read more…
Im new to csharp and came across a problem while writing a Guessing Game where you have 10 attempts. Could anyone tell me what im doing wrong? It would be much appreciated. numberGen is Random(). Read more…
Hey guys, I played around with some new .NET 5 features this week. I wrote a blog post on generating builder classes automatically using the new Source Generator in .NET 5. Check it out. https://justsimplycode.com/2020/12/06/auto-generate-builders-using-source-generator-in-net-5/ Read more…
Hi I am currently a high school grad and I know full stack javascript and man those promises and callbacks are hell but you can ignore that. I am studying PHP right now. Do you Read more…
Hey guys, I downloaded the project and code directly from Rob Mile’s website. I clicked start to run it and I just get a cmd prompt window. I can input a number and press enter, Read more…
== double-equals to test equality. Thank you for saving me from my own stupidity Also, a note for the future, pay more attention to error messages. The ones you see imply a conversion error, and Read more…