Click here to Skip to main content
15,889,651 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to implement one online assessment application in ASP.NET MVC using Angular Js.

I want to use Entity Framework for data object model purpose.

Can i do it create one WEBAPI for get,post,put and delete the questions and bind that to My html controls in single application?

I am new to this environment.

Please suggest me one sample application to achieve this task.

I want user page,Questions page and Result page.

What I have tried:

[^]
Posted
Updated 5-Feb-18 6:53am
Comments
Richard MacCutchan 5-Feb-18 5:11am    
The short answer is: write the code. But if you need specific help, then please provide specific details.

1 solution

So what you're talking about really isn't an MVC.NET application, but a WebAPI 2 backed, Angular-driven Single-Page Application(SPA). You can absolutely do this, and you can even pull templates for it down from NuGet, such as Hot Towel[^].

You can google "webapi angular spa" and get tons of samples and how-to's that will allow you to tailor the Angular version to your needs; I'm not going to assume what your comfort zone is there.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900