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 Series for C# .NET Fresher & Experienced
- Azure DevOps Tutorial for Beginners & Professionals
- Power BI Step by Step Tutorial for Beginners and Experienced
- Microservices Architecture Training Recordings
- C# Step by Step & QnA Series ( Freshers and Experienced )
- Angular 17 Training Recordings (Project Based)
- Azure Basic to Advanced Training Recordings
- Learn Azure, Azure Fundamentals using AZ-900, AZ-303 & 204 Architecture and exam preparation and Docker and Kubernetes
- Tableau Step by Step Tutorial for Data Analyst
Our Courses List 2
- Learn MSBI STEP BY STEP, MSBI Interview Q&A, SQL Step by Step and SQL Interview Q&A Tutorial
- Amazon Web Services (AWS) Training Recordings
- React with MVC Core using EF and SQL Server
- Angular With MVC Core Combo Package
- Learn C# Design Patterns, UML Diagrams, Software Architecture, MicroServices Architecture & Design pattern Training Recordings
- SQL Server Step by Step + SQL Interview Q&A Tutorial
- Learn Angular Step by Step + 55 Angular interview Questions and Answers
- Learn MVC 5 in 2 days, Learn MVC Core in 4 hours, MVC Core Training
- Learn Data Structure and Algorithm Step by Step
Our Courses List 3
- Interview Questions & Answers Series for BI Developer
- Software Architecture Project based Series
- Learn JavaScript Step by Step
- JavaScript Interview Questions and Answers
- C# Interview Questions and Answers
- SQL Server Interview Questions and Answers
- Most Important Angular Interview Questions and Answers
- ASP.NET MVC Core Interview Questions and Answers
- MSBI Interview Questions with Answers
Our Courses List 4
- Power BI Interview Questions & Answers
- PHP Interview Questions & Answers
- Learn SQL server step by step
- Learn MSBI Step by Step
- .NET(C#) fundamentals, .NET collections, Generics
- Learn Azure in Step by Step manner
- Learn Angular Step by Step
- Learn Design Pattern Step by Step
- AZ 204 exam preparation
- Azure fundamentals using AZ-900 Guide lines
- Learn Power BI step by step
- Python, R programming, Maths for Data Science
- Learn ReactJS & NodeJS(MERN) Step by Step
- Learn NodeJS Step by Step
- Learn SharePoint 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.