A blog application developed with various .NET packages such as ASP.NET MVC, Entity Framework.
-
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
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 :)
This project is licensed under the MIT License. See the LICENSE file for details
Created by Yusuf Sezer