How to fix the "No executable found matching command dotnet-ef" error in Visual Studio with .NET Core
How to Deploy a ASP.NET Core 2 Web Application to Linux CentOS - Tutorial
ASP.NET MVC - Aggiungere uno o più percorsi di ricerca predefiniti per le View
ASP.NET MVC - How to fix ambiguous Action Methods errors and implement multiple Action Methods with same action name

ASP.NET MVC - How to fix ambiguous Action Methods errors and implement multiple Action Methods with same action name

If you've stumbled upon this post it probably means that you are dealing with a ASP.NET 4.x or ASP.NET Core MVC Controller containing two action methods that are conflicting, giving you …

ASP.NET MVC - How to fix ambiguous Action Methods errors and implement multiple Action Methods with same action name Read More
Custom Routing and Action Method Names in ASP.NET 5 and ASP.NET MVC 6

Url.Action Extension Method written in C# to handle multi-language Routes in ASP.NET MVC

As anticipated here - and also by popular demand - we're publishing an Extension Method sample that will enhance the Url.Action helper method in any Razor View allowing the developer to specify a CultureInfo object - or …

Url.Action Extension Method written in C# to handle multi-language Routes in ASP.NET MVC Read More
Custom Routing and Action Method Names in ASP.NET 5 and ASP.NET MVC 6

Html.ActionLink Extension Method written in C# to handle multi-language Routes in ASP.NET MVC

As anticipated here - and also by popular demand - we're publishing an Extension Method sample that will enhance the Html.ActionLink helper method in any Razor View allowing the developer to specify a CultureInfo object - or …

Html.ActionLink Extension Method written in C# to handle multi-language Routes in ASP.NET MVC Read More