.Net
New to C# – Frameworks and Technologies to Learn
Hi, I hope everyone is having a blessed day. I am very new to C# (and programming, in general), having coded for a bit over a month and a half with it. Tutorial hell is Read more…
Hi, I hope everyone is having a blessed day. I am very new to C# (and programming, in general), having coded for a bit over a month and a half with it. Tutorial hell is Read more…
Podcast: Play in new window | Download Subscribe: Apple Podcasts | Google Podcasts | Spotify | Stitcher | RSS | More elePHPant @@elephpant source
no comments yet Be the first to share what you think! C# devs null reference exceptions source
I’ve got a dictionary in which i’m storing instantiated structs. Server.cs // Create an empty list of shards public static Dictionary<Guid, Shard> shards = new Dictionary<Guid, Shard>(); // Shard struct public struct Shard { public Read more…
I’ve made a few mad libs projects for fun, and I want to share them with some people. I’m using Visual Studio 2019, if that’s important (im new to c#, sorry) Normally when you debug Read more…
When should I use it? Is it good practice to use it? I have searched this question and the only thing I find is: bool b = exp?true:false; But why don’t just write this? bool Read more…
An if statement looks like this: The “expression” part MUST be in parenthesis, they aren’t optional. Also, the way we compare things to see if they are equal in C# uses the == operator. We Read more…
One thing that blew up for us in a very unexpected way is it appears ConfigureServices is now called in Startup when using WebApplicationFactory even when you use .UseStartup on the builder in the WAF. Read more…
For more information on this release: https://github.com/WebFiori/framework/releases/tag/v2.0.0-beta.2 Learning Resources: https://webfiori.com/learn Feedback on the project is very much appreciated :). no comments yet Be the first to share what you think! Members Online source
Hello everyone, I’m a python developper, and I’ve recently switched to C# as a main language. However, I’d need you to help me figuring out where should I go. I’m looking to get into desktop/mobile Read more…