.Net
Problem in Coding Xamarin Form
Hi I tried to code my first Xam Form but when i try to debug my Android app the emulator start (also de Android) but the app doesnt start. Maybe is coz i code in Read more…
Hi I tried to code my first Xam Form but when i try to debug my Android app the emulator start (also de Android) but the app doesnt start. Maybe is coz i code in Read more…
Humble dude. All respect to him. Both for making it this far but also for being genuinely honest about past mistakes. If we’re all going to fanboy about PHP being the greatest programming language of 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…
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…
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…