Coding
When I lost a few hundred leads
Although I feel his pain, this is a very good article on how strict types and proper unit test ca save a bad day I’m not so sure strict types would have helped any more Read more…
Although I feel his pain, this is a very good article on how strict types and proper unit test ca save a bad day I’m not so sure strict types would have helped any more Read more…
I’m making an OpenGL game using a custom graphics library. I’ve been thinking about using async-await for an easier UI, but I’m not sure how to get this done. The main thread is the one Read more…
Clickable link: https://github.com/tushartushar/ArgParseCS C# devs null reference exceptions source
Hi, I’m at my end here. Trying for 2 days and just don’t know how. I’ve got data: Now starting 2020-11-23 (Monday) I need to Group those data by WeekDay, AND differentiate the StartTime BUT Read more…
Very noob in the Azure and c# space. A engineering “dev” in the company I work for is building an app based off c# on EntityFramework Core. It needs to connect out to an azure Read more…
A jQuery based responsive table solution for making your wide HTML tables mobile friendly. Demo Download source
I hear a lot of good about it, but some people question the use of the JIT compiler. Here is one of the post I am referring to. Any comments?I personally believe its better with Read more…
An interesting idea, though I’d use a slightly different architecture. Instead of organizing by layers first, Id rather package by feature, and each feature will have separate folders for layers. Consider the folder structure in Read more…
Disclaimer: I’ve no experience when it comes to Reporting Services Thanks in advance Assuming you’re talking about SSRS this may be a solution. https://stackoverflow.com/questions/46745526/how-to-use-microsoft-reporting-services-with-net-core yea, we just call the HTTP SSRS web service from our Read more…
Node.js – Core Debugger: It’s always a challenge when it comes to debug an application. The Asynchronous workflows of Node.js include an additional layer of intricacy to this difficult process. Even though some updates have Read more…