Peter Peter
  • Log in

Copyright © 2023

Powered by BlogEngine.NET

Designed by Francis Bio

Using i++, ++i or i += 1 in loops: What is the (in)difference?

24 August 2020 Peter-Himschoot

Should I really care if I am using i++, ++i or i += 1 in a loop?

Short answer is that there i

[More]

Using async and await versus simply returning Task

21 August 2020 Peter-Himschoot .NET Core, .NET Development

What is the effect of using async and await on a method that simply calls another async method.

[More]

Implementing ValueObject's Equality - Efficiently - Part 3

07 April 2020 Peter-Himschoot

Supporting Collections

I have added support for nested collections to my Equals implementation

[More]

Blazor Lifetime

01 February 2020 Peter-Himschoot .NET Core, .NET Development, Blazor

Let us look at the lifetime of injected dependencies in Blazor.

[More]

Debug your collections with DebuggerDisplay...

23 January 2020 Peter-Himschoot .NET Development, Stuff

Let's have a look at DebuggerDisplay, a super nice debugging feature which is not known enough...

[More]

Implementing Value Object's GetHashCode

03 January 2020 Peter-Himschoot .NET Core, .NET Development, Domain Driven Design

/GetHashCode.png

Let's look at implementing a Value Object's GetHashCode.

[More]

Implementing ValueObject's Equality - Efficiently - Part 2

02 January 2020 Peter-Himschoot .NET Core, .NET Development, Domain Driven Design
Equality

In the first part, I showed you how you can implement the Equals method for Value Objects efficientl In this blog post, I want to show you how this class is implemented.

In this blog post, I want to show you how this is implemented.

[More]

Implementing ValueObject's Equality - Efficiently - Part 1

01 January 2020 Peter-Himschoot .NET Core, .NET Development, Domain Driven Design

Equality

This blog discusses how to implement a Value Object's Equals method efficiently.

[More]

Building a Generic Repository using the Specification Pattern in .NET Core 3.1, part 1

06 November 2019 Peter-Himschoot .NET Development, Entity Framework

Repository

Domain Driven Design uses a series of patterns for building applications that are more maintainable, and allow a complex application to stand the test of time. One of these patterns is Repository, and a lot of people spend time building their own repositories.

[More]

Free Certificates for Azure Web Apps

05 November 2019 Peter-Himschoot

Free Certificate

Azure now allows you to get a free certificate for your website running as an app service.

[More]

<< Older posts Newer posts >>
  • Newer posts
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • ...
  • 22
  • 23
  • Older posts