pavanmani9951 / QuotesAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET web api with .net framework

//App data is for databases in app..

//app start -> we'll declare our routes in the app..

// controlllers is used for getting, updating, deleting, creating the data

// models folder is simply to holds the model classes and properties

//globalasax file is used for application start life

//packges.config is for dependencies for the project

//web.config holds the connection string

About


Languages

Language:C# 97.3%Language:ASP.NET 2.7%