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

.Net Core online courses

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

.Net Core is a constantly growing ecosystem and it becomes a viable option for developers, mostly due to the fact that you can easily develop…

Continue Reading
Posted in .NET Dev

An overview of Razor Components (server-side Blazor)

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 wrote about Blazor some time ago. Blazor is really cool in my opinion and, in a certain way, the future of web development (even…

Continue Reading
Posted in .NET Azure Beginner Tutorials

Playing around with ASP.Net Core ConfigureServices()

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

These days I’m working on a small personal project with ASP.Net Core and this allowed me play around with the ConfigureServices method in Startup.cs and…

Continue Reading
Posted in .NET Beginner Dev Tutorials

How to integrate Ocelot with Identity Server 4

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

Not so long ago I wrote an article on how we can create our own API gateways using the Ocelot open source library. Since then,…

Continue Reading
Posted in .NET Dev

Building your own ASP.Net Core API gateway with Ocelot

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’m currently working on some very interesting stuff and one of it is building an Asp.Net Core API gateway. An API gateway might be a…

Continue Reading