ASP. NET Core – Creating custom Tag Helpers Ignite UI Team / Thu, Nov 3, 2016 Asp.net Core provides a way to extend the Razor syntax with custom tags using TagHelpers. Using TagHelpers makes the Razor view much easier to understand from a non C# person due to the html look...
ASP.NET Core - Using Ignite UI components Ignite UI Team / Wed, Nov 2, 2016 ASP.NET Core 1.0 is here, providing some new and exciting features that we can’t wait to get our hands on! We’ll take a look at some of the key features and concepts that were introduced as part of...
Building simple multilingual ASP.NET Core website Marcin Kawalerowicz / Thu, Oct 13, 2016 Introduction In this tutorial we will create new multilingual website in ASP.NET Core and publish it to IIS. Version 1.0 of ASP.NET Core was released in June 2016, so it’s quite new tool...