[Post-event: Codecamp Timisoara]: Meet the production ready Blazor
Last Saturday I attended the Codecamp conference in Timisoara and got another opportunity to talk to the local .Net community of my hometown about #Blazor….
The importance of role models for aspiring software developers
Probably some of you know that I am heavily involve in delivering trainings to people that want to learn programming and didn’t study computer science…
My favorite C# features
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…
Blazor now in official preview
This morning I was browsing my Twitter feed and I suddenly woke up reading that Blazor is now an official preview. It was by chance…
Hosted services in ASP.Net Core
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…
Working with URIs in C#
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)….
Using Ocelot in a dockerized application
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…
Manipulating response headers in ASP.Net Core
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…
Azure Durable Functions – stateful functions in a serverless environment
As many of you probably know I was co-organizing ApexVox, a free .NET conference that happened in Cluj, Romania. One of the many great talks…
ASP.Net Core 2.2 runtime events
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…