AzRBlog is personal blog project for blogging. which is develop top of .NET 4.7.2, using ASP.NET MVC5,WEB API v2, EF 6.2, autofact, MSTest, Bootstrap 4, jQuery, underscore.js, chart.js.In this project we using Generic Repository Pattern concept.
Technology are uses :-
- .NET 4.7.2
- ASP.NET MVC5
- WEB API v2
- Autofact
- MSTest
- Bootstrap 4
- jQuery
- underscore.js
- chart.js
- SQL Server 2016
You will need any edition of Visual Studio 2017 and any edition of SQL Server (2016) to run this project.
- Clone or Download the project. Run the
AzRBlog.slnsolution file in your Visual Studio and build. - Right click on
AzRBlog.Weband select Set StartUp Project for amkeAzRBlog.Webas startup project. - Go
Web.Configand Change your Connection String inConnectionStringsection. - Go Tools> nuget package manager> package manager console in Visula studio and open on
package manager console. - Select
AzRBlog.Entitiesform dropdown and runupdate-databasecommand. - Finaly Run the application.