Exception Not Found

IActionResult and ActionResult - ASP.NET Core Demystified

Next up in our ASP.NET Core Demystified [https://www.exceptionnotfound.net/tag/asp-net-core-demystified/] series, we will discuss and demo a whole bunch of classes which implement the IActionResult interface [https://docs.microsoft.com/en-us/aspnet/core/api/microsoft.aspnetcore.mvc.iactionresult] and inherit from the corresponding ActionResult class [https:

Model Binding - ASP.NET Core Demystified

For the next part of my ASP.NET Core Demystified [https://www.exceptionnotfound.net/tag/asp.net-core-demystified] series, we're sticking with MVC and explaining how the model binding system works. As with all my Demystified series posts, there's a sample project over on GitHub [https://github.com/exceptionnotfound/AspNetCoreModelBindingDemo] which

Routing in MVC - ASP.NET Core Demystified

Let's see how to route URLs to controller actions using both conventions and attributes in ASP.NET Core!

The Ultimate RestSharp Client in ASP.NET and C#

Let's build the ultimate RestSharp client in ASP.NET, and show how we can use RestSharp to consume APIs simply and effectively.

Extending RestSharp to Handle Timeouts in ASP.NET MVC

Let's modify RestSharp to handle timeouts with ASP.NET MVC and Web API!

Exception Not Found © 2026