Running ASP.NET Framework web projects throw an ArgumentOutOfRange Exception on Windows 10 with the Fall Creators Update 22 November 2018 Radi-Atanassov General (0) BackgroundIf you have a bunch of legacy ASP.NET web projects running on .NET Framework, not .NET Co [More]
Design smell: call overridable methods in constructors 20 November 2018 Radi-Atanassov (0) This is another good question I got while teaching the C# Advanced course at SoftUni. Here is a deta [More]
Module vs Class 19 November 2018 Radi-Atanassov (0) While I was teaching the SOLID module, as part of the C# Advanced course at SoftUni, I got asked abo [More]
Developing hybrid ASP.NET Core applications in Azure App Service consuming on-premises data and Microsoft Graph 29 May 2018 Radi-Atanassov (0) My European Collaboration Summit 2018 session on hybrid application development was one of the more [More]
Slides and scripts from the Ultimate, "Modern" PnP training day at the European Collaboration Summit in Mainz, 2018 28 May 2018 Radi-Atanassov (0) ECS2018 is still going and absolutely awesome fun. [More]
Testing and Simulating HTTP 429 Too Many Requests with Fiddler Extensions 18 February 2018 Radi-Atanassov (0) This post is applicable to any scenario where you want to simulate the return of HTTP 429 Too Many R [More]
Asset Bundles in Unity - 2017/2018 Edition 30 January 2018 Radi-Atanassov (0) This post is a detailed write-up on what Asset Bundles are in Unity, what they should be used for an [More]
A sample ASP.NET Core starter solution with Identity, Entity Framework 6 and a Repository Pattern Implementation 17 April 2017 Radi-Atanassov (0) This sample solution makes use of ASP.NET Core with ASP.NET Identity over Entity Framework Core runn [More]
A Rational Guide to Dealing with Azure's "MySQL in App" App Service Capability and PHP Web Applications - Part 2 17 April 2017 Radi-Atanassov (0) This is a multi-part series with tips and solutions to roadblocks that I faced in dealing with the " [More]
A Rational Guide to Dealing with Azure's "MySQL in App" App Service Capability and PHP Web Applications - Part 1 16 April 2017 Radi-Atanassov General (0) If you haven't heard, Azure's App Service PaaS offering comes with a build in MySQL instance. See th [More]