mohiuddin06617/ASP_.NET_MVC_Project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a Article Management Web Application. Anyone can Sign Up and Start generating article using this web application. When a person will sign up an individual unique api key will be generated from his/her email name by which they can call their article from any platform. This application was built with ASP .Net MVC,jQiery,Bootstrap,ASP. Net Web Api. This project was created using 4 Layered Architectrue using Code First Approach. Here, UI Layer is Portifolio Website which want Data to PWService Layer. PWService Layer Want Data to the PWRepository Layer. PWRepository handle all the Logical Reasoning. All the model class is stored in PWEntity. PWApi is the API Project. Here,I have created a Level 2 API. DataAccess Layer was not used in this project. But you can use it if you want convert it into Two Layered Architecture.