Posts

Showing posts from September, 2017

Top 8 Good Practices for ASP.NET MVC Apps

Image
There are various platforms through which we can design and develop ASP.NET MVC apps. ASP.NET is the platform mainly used to design web applications as we do on HTML. MVC is the platform where you can design different templates for web applications including web pages and mobile apps. Competition is so, intense that to design good applications you must have some sort of skills and attributes. Some of them are mentioned below: Project Folder and Name Spaces Make separate folders for every different type of files like image, video, fonts, styles, etc. There has to be one sub-controller for per controller. For complex websites more than 2 folder are added to the main folder. Developer can ease the task by maintaining the structure between Namespace and physical folders. Initial Configuration Initialization code is very important for any web application to run on a startup. Application start event handler handles this process. The advantage of using a WebActivator is th