Tag Archives: rc2
ASP.NET Core using SQL Localization
January 29, 2016 · by damienbod · in .NET, ASP.NET Core, ASPNET5, dotnet, Entity Framework, MVC, SQL, SQLite, TopHeaderMenu, Web · 22 Comments
This article shows how to use SQL localization in ASP.NET Core using an SQL database. The SQL localization in the demo uses Entity Framework Core to access a SQLite database. This can be configured to use any EF core provider. Code: https://github.com/damienbod/AspNetCoreLocalization Library: https://github.com/damienbod/AspNetCoreLocalization/tree/master/src/Localization.SqlLocalizer NuGet package: https://www.nuget.org/packages/Localization.SqlLocalizer/ Documentation: http://localizationsqllocalizer.readthedocs.io/en/latest/ Posts in this series ASP.NET Core […]
