YouTube Presentation - gRPC in .NET 62022, Jun 21 — 1 minute readGreat presentation available on Coding Night NZ channel about gRPC in .NET 6.
Async HTTP APIs Pattern - Part 4 - Azure Durable Functions2022, Jun 17 — 5 minute readThis is a built-in pattern available with durable functions, that removes the need for custom code to interact with long-running function…
gRPC in .NET 62022, Jun 11 — 7 minute readgRPC is a modern open-source high-performance Remote Procedure Call (RPC) framework that can run in any environment. It uses Protobuf as its…
Coding Night - Presentation June 20th2022, Jun 07 — 1 minute readI would like to invite you on June 20th (Monday) at 8PM NZST to check the presentation gRPC in .NET 6. Please RSVP here: https://bit.ly…
Difference between IEnumerable, ICollection, IList and IQueryable. Did you know?2022, May 27 — 2 minute readDid you know the difference between IEnumerable, ICollection, IList and IQueryable? Often we implement these interfaces to use with…
Builder Pattern for Unit Tests with C#2022, May 24 — 1 minute readThe Builder pattern is a creational design pattern, which allows the construction of complex objects step by step. This pattern provides an…
YouTube Presentation - AutoMapper in .NET 62022, May 24 — 1 minute readGreat presentation available on Coding Night NZ channel about AutoMapper in .NET 6.
Auto Mapper in .NET 62022, May 18 — 5 minute readAutoMapper is a library created by Jimmy Bogard and it was created to offer object-object mapping, by transforming an input object of a type…
Coding Night - Presentation May 23rd2022, May 11 — 1 minute readI would like to invite you on May 23rd (Monday) at 8PM to check the presentation AutoMapper in .NET 6. Please RSVP here: https://bit.ly/auto…
YouTube Presentation - Creating Professional Real World Azure Functions with .NET 62022, May 08 — 1 minute readGreat presentation available on Coding Night NZ channel about Creating Professional Real World Azure Functions with .NET 6.