TL;DR; - Here's the Nuget link A few years back I've decided to create a Result and Result<T>...
First published on What The # Do I Know? TL;DR If you don't want to read the background story, skip...
(First published on What The # Do I Know?) TL;DR – There are links to the Visual Studio Marketplace...
Some background: I've started my professional career as a full stack developer back in late 1999,...
Recently I've started working with an environment that is new to me - the Git repository is stored on...
Hi, It's been quite a while since my last post here (and in my own blog, but that's besides the...
Yes, I'm here again with a c# coding style question - and today - between the following different cod...
ExtendedConsole was the second open source project I've uploaded to GitHub and it's my first public N...
(First published on What the # do I know?) tl;dr; – Check out the code on GitHub. Microsoft’s recom...
c# 9 and .Net 5 are finally officially released, and everybody blogs about init-only properties and r...
I'm not really sure why I did that - I'm not really a social media kind of guy (Don't even have a fac...
(First published on What The # Do I Know? I’ve recently got one more upvote to my second most upvote...
Some background: Some of the projects I'm in charge of at work are basically mapping projects - we co...
I've just published Back to basics: SQL Injection over on What the # do I know?. It's not that I thin...
This question is obviously not for native English speakers - they don't have this problem. It's addre...
I've asked this on stackoverflow back in April, didn't get very much attention. Hopefully, someone he...
I got board today, so I did what everyone is doing from time to time and googled my name - and much t...
Consider the following code (c#, but I hope readable for developers of other languages also): bool...
(First published on What the # do I know?) TL;DR There’s a full demo on Db<>Fiddle, and as an...
In the company I work for we host a nuget service, containing mostly infrastructure Dlls and stuff li...
(First published on What the # do I know?) A while ago I’ve blogged about an easy way to validate ma...
Personally, I like Dapper because it gives me complete control over the SQL and is easy to use (well,...
Are you tired of manually writing simple CRUD stored procedures? If so, this is the post for you! It...
If so, you should check out and vote for Yitzhak Khabinsky's proposal SQL Server vNext (post 2019) an...
C#6 introduced the concept of expression bodied members for methods and readonly properties, and c#7...
(First published on What the # do I know?) After a long wait, c#7 finally introduced value tuples -...
(This is a shortened version of my most recent blog post) This is probably one of the most frequent...
(First published on What the # do I know) In a previous post, entitled How to pre-populate a random...