Sam Walpole
DevDoc

DevDoc

Follow
homeAbout MeSupport Mebadgesnewsletter
Tag

C#

#csharp

More content

Read more stories on Hashnode


Articles with this tag

A Practical Guide to Higher Order Functions in C#

Jul 3, 20214 min read

If you have been programming for any length of time, you may well have come across higher order functions, but (like me) may not have fully...

A Practical Guide to Higher Order Functions in C#

LINQ: Beware of deferred execution

Apr 25, 20216 min read

If you've spent much time around C# and .NET, it's likely that you will have come across LINQ (Language-Integrated Query), which allows you to use a...

LINQ: Beware of deferred execution

Handling Dependency Injection in Inherited Classes

Apr 11, 20214 min read

Dependency injection (DI) is a wonderful thing. Simply add your dependency as a parameter to the constructor (most commonly) of your class, register...

Handling Dependency Injection in Inherited Classes

Best .NET Posts This Week: 14th March 2021

Mar 14, 20213 min read

Here are some of the best .NET, C# and ASP NET posts from this week. This Weeks Articles Pattern Matching In C# By Munib Butt In today’s article we...

Best .NET Posts This Week: 14th March 2021

A Cure for Primitive Obsession

Mar 13, 202112 min read

What is Primitive Obsession? To start with, primitives are the basic data types available in most languages. These include data types such as strings,...

A Cure for Primitive Obsession

Best .NET Posts This Week: 7th March 2021

Mar 7, 20213 min read

Here are some of the best .NET, C# and ASP NET posts from this week. This Weeks Articles Five levels of performance tuning for an EF Core query By Jon...

Best .NET Posts This Week: 7th March 2021