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