.NET Core - How to fix the "Microsoft.NET.Sdk.Web could not be found" error in Visual Studio 2017

.NET Core - How to fix the "Microsoft.NET.Sdk.Web could not be found" error in Visual Studio 2017

Dealing with .NET Core projects in Visual Studio can be tricky, expecially if you've installed multiple versions of the SDK and Runtime in your development environment. Among the many issues …

.NET Core - How to fix the "Microsoft.NET.Sdk.Web could not be found" error in Visual Studio 2017 Read More
ASP.NET C# - Case-insensitive String.Contains Helper & Extension Method
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
MySQL Master-Master Replication setup in 5 easy steps

MySQL - How to find all Table Columns in all Databases with a given Collation Name - Character Set Name

If you've stumbled upon this post it probably means that you're trying to normalize the Collation of your Database(s), Table(s) and/or Column(s) to avoid hitting illegal mix type errors such …

MySQL - How to find all Table Columns in all Databases with a given Collation Name - Character Set Name Read More