Questpond Question and Answer
Can I create MVC project using just pure HTML, Angular and WebAPI without using controller?
Amit
9th Nov, 2017Answer Now
Our Courses List 1
- Interview Questions & Answers Tutorial
- React with MVC Core using EF and SQL Server
- Learn C# Design Patterns, UML Diagrams, Software Architecture & MicroServices Architecture
- Learn MVC 5 in 2 days, Learn MVC Core in 4 hours, MVC Core Training
- Learn Azure, Azure Fundamentals using AZ-900, AZ-303 & 204 Architecture and exam preparation and Docker and Kubernetes
- Learn MSBI STEP BY STEP, MSBI Interview Q&A, SQL Step by Step and SQL Interview Q&A Tutorial
- C# Interview Questions & Answers Series For Freshers And Experienced
Our Courses List 2
- Learn Angular Step by Step + 55 Angular interview Questions and Answers
- SQL Server Step by Step + SQL Interview Q&A Tutorial
- Angular With MVC Core Combo Package
- Learn SQL server step by step
- Learn MVC 5 & MVC Core Step by Step
- Most Important Angular Interview Questions and Answers
- Learn Angular Step by Step
Our Courses List 3
Our Courses List 4
- SQL Server Interview Questions and Answers
- Learn Azure in Step by Step manner
- Learn SharePoint Step by Step
- ASP.NET MVC Core Interview Questions and Answers
- Learn Design Pattern Step by Step
- Learn Power BI step by step
- Python, R programming, Maths for Data Science
- MSBI Interview Questions with Answers
- .NET(C#) fundamentals, .NET collections, Generics
- Learn ReactJS & NodeJS(MERN) Step by Step
- Learn Xamarin Step by Step
- Learn Data Structure and Algorithm Step by Step
- Learn Django Step by Step
- Learn NodeJS Step by Step
Are you sure?
Are you sure You want to delete answer.
Answer (1)
Kunal Randhawa
If it is a big project you will end up with the MVC, Angular and WebAPI by default. You can not make UI in pure HTML. If you make in pure HTML you will not be able to get authentication authorization and many server side coding on UI. Think about it you make invoice.html every body can just see it. You need to make invoice.cshtml so that it goes through MVC windows/forms/oauth authentication process. You will need razor for server side coding.