Skip to content

Files

Latest commit

31d560d · Jun 9, 2023

History

History
48 lines (34 loc) · 1.13 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.13 KB

ASP.NET MVC Blog

A blog application developed with various .NET packages such as ASP.NET MVC, Entity Framework.

Features

  • ASP.NET MVC Blog

    • Extensible
    • Customizable
    • Flexible management panel
    • Simple bootstrap theme system
    • SEF link (slug)
  • ASP.NET

    • ASP.NET MVC
    • Routing
    • Validation
    • ViewModel
  • Entitiy Framework

    • Code First
    • Migration
    • Fluent API

How to use

First of all you must set database connection in Web.config file.

Afterwards install required packages with Nuget package manager or Visual Studio IDE.

Lastly run the migration on Package Manager Console and start application.

Update-Database

That's all :)

Screenshot

License

This project is licensed under the MIT License. See the LICENSE file for details

Created by Yusuf Sezer