Posted in .NET Beginner Tutorials

Configuration and environments in ASP.NET Core

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

Last week I had two discussions with different people regarding configuration and environments in ASP.NET Core. Both conversations started from the same question: how do…

Continue Reading
Posted in .NET Dev Intermediate Tutorials

A common use case of delegating handlers in ASP.NET API

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

Few weeks back I received a task that sounded fairly simple but that also put me through a certain thought process. To set everything up,…

Continue Reading
Posted in .NET Dev Intermediate Tutorials

Equality in C#: Part 2 – Value equality

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

In the previous article of this series about equality in C# I talked about different equality types and then discussed the reference equality. In this…

Continue Reading
Posted in .NET Dev Intermediate Tutorials

Equality in C#: Part 1- Equality types and reference equality

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

I had an interesting discussion with one of my students regarding equality in C# recently. It all started from a simple question: “how can I…

Continue Reading
Posted in Beginner Dev General IT Op-Ed Tutorials

My favorite C# features

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

Few days ago I saw a thread on Twitter where developers shared their favorite C# features. It was very interesting to follow the discussions there…

Continue Reading
Posted in .NET Dev Intermediate Tutorials

Hosted services in ASP.Net Core

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

If you’re working with ASP.Net Core chances are that sooner or later you’ll find yourself in a scenario where you would ask yourself “how could…

Continue Reading
URIs in C#
Posted in .NET Beginner Tutorials

Working with URIs in C#

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

Most of today’s applications connect in one form or another to resources over a network. To do this we usually use URIs (Uniform Resource Identifiers)….

Continue Reading
Posted in .NET Beginner Dev Tutorials

Using Ocelot in a dockerized application

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

Some time ago I played around with Ocelot, since I needed to create an API gateway for a personal project I was working on. By…

Continue Reading
Posted in .NET Dev Intermediate Tutorials

Manipulating response headers in ASP.Net Core

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

HTTP headers are small pieces of additional information in form of key/value pairs that travel around the internet. You can find them in virtually all…

Continue Reading
Posted in .NET Intermediate Tutorials

ASP.Net Core 2.2 runtime events

Dan Patrascu-Baba

Dan Patrascu-Baba

Developer, consultant, trainer at Codewrinkles
,Net Developer.Focusing on both the .Net world and Microsoft Azure. Experienced speaker and trainer.
Dan Patrascu-Baba

ASP.Net Core 2.2 was recently released and announce at the Microsoft Connect() conference in Las Vegas. Sure, there was a lot of hype on the…

Continue Reading