.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…
motortion – stock.adobe.com Cyber criminal networks will be tooling up to target Covid-19 vaccination programmes within days, and both citizens and law enforcement agencies should be on high alert, global policing body Interpol has warned. 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…
Getty Images/EyeEm The Greater Manchester Combined Authority (GMCA) has launched a new digital inclusion taskforce to address the shortcomings of the region in that field. With senior representatives from the industry, community groups and local 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…