Ken Bonny
Ken Bonny's Blog

Ken Bonny's Blog

Follow
homeMore Than Codebadgesnewsletter
Tag

C#

#csharp

More content

Read more stories on Hashnode


Articles with this tag

Rediscovering implicit casting

Jul 5, 20214 min read

Revisited · A lot of my ideas are good, but unfortunately not all of them. On my last blog post, I got feedback (via two reddit posts) that I did not...

Rediscovering implicit casting

Rediscovering implicit casting

Jun 8, 20219 min read

⚠ WARNING ⚠ The information in this blog post is largely wrong. Read more about it in this blog post. With all the new goodies of C# 10 coming soon, ...

Rediscovering implicit casting

Introducing C# 10

Apr 30, 20215 min read

Here is a first for my blog: Rwing offered to translate it to Chinese. So I took him up on it and you can read his translation on his blog...

Introducing C# 10

Splitting IMediator interface

Oct 5, 20203 min read

For a past project, I used the awesome MediatR package to send messages throughout the system. Because I used the pipeline for some compute heavy...

Splitting IMediator interface

Consuming a C++ DLL in dotnet core

Sep 14, 20209 min read

For a client, I need to open a drawing in a specialised program. When the user closes the program it should upload the drawing to a server. What looks...

Consuming a C++ DLL in dotnet core

Specflow GenerateFeatureFileCodeBehindTask error

Aug 10, 20201 min read

In the past few months I have been contacted by a number of readers who notified me that the code for my A simple SpecFlow 3 setup in Rider blog post...

Specflow GenerateFeatureFileCodeBehindTask error