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 .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
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
Posted in .NET Dev Intermediate Tutorials

Reference types and value types in .NET

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 .NET (and therefore C#) there are two main sorts of type: reference types and value types! Understanding these sorts of type is crucial in the .Net ecosystem and,…

Continue Reading
Posted in .NET Beginner Dev Intermediate Tutorials

Middleware in ASP.Net Core – part II

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 wrote a short tutorial about middleware in ASP.Net Core and I promised to continue the topic, since there are some concepts…

Continue Reading
Posted in .NET Angular Intermediate Tutorials Uncategorized

Deploy ASP.Net Core back end with Angular front end

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

Single page applications (SPA) have become a standard in the web development world by now, reshaping the way web applications are designed. Traditionally a web…

Continue Reading