Wednesday, May 16, 2012

MVC Folder Structure




Application information
Properties
References
Application folders
                                                                        App_Data Folder
                                                                        Content Folder
                                                                        Controllers Folder
                                                                         Models Folder
                                                                        Scripts Folder
                                                                         Views Folder
Configuration files
Global.asax
packages.config
Web.config

No comments:

Using Authorization with Swagger in ASP.NET Core

 Create Solution like below LoginModel.cs using System.ComponentModel.DataAnnotations; namespace UsingAuthorizationWithSwagger.Models {     ...