In this tutorial, I will show you how to create a form with validation using AngularJs and ASP.NET MVC 5. In the previous tutorial, I have shown how to fetch record from the database using AngularJs in ASP.NET MVC 5 Application. But now in this tutorial, we are going to next step in our series. First, I will make a database with one table, then add Entity Data Model in the project. Second, then I will add AngularJs library and add another js file with some coding in our project. Third, I will add a controller with two action methods. And finally, I will add a view to a specific action method. [Read more…]