Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.0.0 |
Author(s): | Raveshmand Co. |
Last Update: | Sunday, December 16, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/alirezakhosravi/Localization |
NuGet Url: | https://www.nuget.org/packages/Raveshmand.Localization.EntityFramework |
Install
Install-Package Raveshmand.Localization.EntityFramework
dotnet add package Raveshmand.Localization.EntityFramework
paket add Raveshmand.Localization.EntityFramework
Raveshmand.Localization.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.1)
- Microsoft.EntityFrameworkCore.Relational(>= 2.2.0)
- Microsoft.Extensions.Caching.Abstractions(>= 2.2.0)
- Raveshmand.Localization.Core(>= 1.0.0)
Tags
ASP.NET Core provides services and middleware for localizing into different languages and cultures.
In order to extend built-in localization structure of ASP.net Core, I extended it and you can create XML, Json or EntityFramework concretes as your repository, now. Below you can find configuration of each model.