About Bloggy

Bloggy is a blog building system based on ASP.NET Core 7(latest version) and made of multi-layer architecture. 
Entity Framework Core is used in Bloggy, Entity Framework is an open source object–relational mapping framework for ADO.NET
Localization is used to display texts in the management panel. localization is a process that translates content for a specific culture. you can easily add your desired language file and use it by setting its name in Program.cs
You can use different databases such as SQL Server and SQLite, other databases will also be supported.