.Net
Data Economy Challenge for developers
Removed: Rule 3, spam. C# devs null reference exceptions source
Removed: Rule 3, spam. C# devs null reference exceptions source
This is my JS code. This is my C# code. (It is intentionally setting an error code) I always get a success response. edit: This has been solved. You need to actually set the HttpResponse.Statusso Read more…
Hello All, I’m writing a Blazor WASM app that uploads videos to my server, I have tested it via postman and it works. However, on the OnChange handler when I attempt to convert my file Read more…
We are currently trying to implement unit/integration tests (Dynamics 365 onprem). For this we need to use dummy/fake dll that contains http requests towards ESB. I tried solving this with creation of 2 .sln files. Read more…
Hello, I am new here, and was wondering if it is against any rules for me to post an assignment that I need help with? Rules: You have to post to your crappy attempt to Read more…
I wrote a small library that can generate mocks automatically for a class under test. It takes away the unnecessary typing of lines and also improves consistency on how the test classes look like. You Read more…
no comments yet Be the first to share what you think! C# devs null reference exceptions source
Hey guys, im a noob who’s making a asp net core project which is basically GoodReads but for anime and manga. I’ve made a service witch finds best anime recommendations for a certain user based Read more…
I’m trying to get a Value in a List<string> that’s in a Dictionary. I’ve tried dictionnaire[0][0] or dictionnaire[dictionnaires.ElementAt(index).Key].Value[0] but they don’t work. Any advice ? What doesn’t work? Are getting an exception? Without more info Read more…
no comments yet Be the first to share what you think! C# devs null reference exceptions source