Background If you have a bunch of legacy ASP.NET web projects running on .NET Framework, not .NET Core, you might end up with this error:…
Author: Radi Atanassov
Test bio content Test bio content Test bio content Test bio content Test bio content
This is another good question I got while teaching the C# Advanced course at SoftUni. Here is a detailed answer. Question Why shouldn’t we call…
While I was teaching the SOLID module, as part of the C# Advanced course at SoftUni, I got asked about the difference between a “module”…
My European Collaboration Summit 2018 session on hybrid application development was one of the more exciting talks that I’ve done – and all my demo’s…
ECS2018 is still going and absolutely awesome fun. Together with the PnP team, we’re having a great time sharing the latest and greatest. Here are…
This post is applicable to any scenario where you want to simulate the return of HTTP 429 Too Many Requests messages. In my case, it…
This post is a detailed write-up on what Asset Bundles are in Unity, what they should be used for and how they work internally. Asset…
This is a multi-part series with tips and solutions to roadblocks that I faced in dealing with the “MySQL in App” service. Part 1 –…
This sample solution makes use of ASP.NET Core with ASP.NET Identity over Entity Framework Core running side-by-side with Entity Framework 6. Look at this if…
If you haven’t heard, Azure’s App Service PaaS offering comes with a build in MySQL instance. See these blog posts for welcoming info: Announcing general…