HOME > Development > asp.net web api and angularjs development to deployment

asp.net web api and angularjs development to deployment

  • Development
  • Apr 30, 2025
Synopsisasp.net web api and angularjs development to deployment, avai...
asp.net web api and angularjs development to deployment  No.1

asp.net web api and angularjs development to deployment, available at $44.99, has an average rating of 4, with 62 lectures, based on 70 reviews, and has 3278 subscribers.

You will learn about Will love to develop web application using ASP .NET Web API and AngularJS This course is ideal for individuals who are Beginner C# and Javascript/jQuery developer want to build career as ASP .NET Web API and AngularJS developer It is particularly useful for Beginner C# and Javascript/jQuery developer want to build career as ASP .NET Web API and AngularJS developer.

Enroll now: asp.net web api and angularjs development to deployment

Summary

Title: asp.net web api and angularjs development to deployment

Price: $44.99

Average Rating: 4

Number of Lectures: 62

Number of Published Lectures: 51

Number of Curriculum Items: 62

Number of Published Curriculum Objects: 51

Original Price: $39.99

Quality Status: approved

Status: Live

What You Will Learn

  • Will love to develop web application using ASP .NET Web API and AngularJS
  • Who Should Attend

  • Beginner C# and Javascript/jQuery developer want to build career as ASP .NET Web API and AngularJS developer
  • Target Audiences

  • Beginner C# and Javascript/jQuery developer want to build career as ASP .NET Web API and AngularJS developer
  • If you want to be an API based web application developer and want to develop your client side application using asp net web api and angularjs then you are in right track.

    In this course you will learn –

    1. How to create an angularjs module and include the module in your web project.

    2. Write angularjs controller and register with the module.

    3. Bind the angularjs module and controller with your view.

    4. How to use ui-route for anchoring.

    5. Create the master layout and render all the sub views in the master layout.

    6. How to use bootstrap in your web application.

    7. How to crate an API.

    8. How HTTP Verbs work.

    9. How api route works.

    10. How to use HTTP Verbs as prefix.

    11. How to use HTTP Verbs as attribute.

    12. How to use route attribute for writing custom route.

    13. How to write connection config and insert data into database.

    14. How to get list of data and show in html table.

    15. How to get single data and show in edit form.

    16. How to update and delete data.

    17. What should you return from API end point.

    18. How should you return from API end point.

    19. How to show success or error message on a successful or failed API calling.

    20. How to use $resource service instead of $http service for getting, inserting, updating and deleting data.

    21. How to upload file, show uploaded image and show image preview on selecting an image.

    22. How to create pagination.

    23. How to deploy your API application in live server

    24. How to deploy your web site in another live server and connect with your API server.

    25. How to get path and give permission to the directory for uploading files in live server.

    Course Curriculum

    Chapter 1: Before you take this course

    Lecture 1: Before you take this course

    Chapter 2: Creating solution and installing angularjs

    Lecture 1: 01 – Create solution and add new web site

    Lecture 2: 02 – Install and include angularjs in the web project

    Chapter 3: Creating and registering angularjs module and controller

    Lecture 1: 01 – Create new angularjs module and include to project

    Lecture 2: 02 – Create new angularjs controller and include in web project

    Lecture 3: 03 – Bind angularjs module and controller and show data in html view

    Chapter 4: Routing with ui-router

    Lecture 1: 01.1 – Adding more views

    Lecture 2: 01.2 – Anchoring the views

    Lecture 3: 02.1 – Lets route using ui-router

    Lecture 4: 02.2 – Lets route using ui-route [configuration]

    Lecture 5: 02.3 – Lets route using ui-route [writing first route state]

    Lecture 6: 02.4 – Lets route using ui-route [sub view]

    Lecture 7: 02.5 – Lets route using ui-route[use routes and render sub views]

    Chapter 5: Using bootstrap

    Lecture 1: 01 – Bootstraping the view using Bootstrap

    Chapter 6: Connecting to api

    Lecture 1: 01 – Design the form and resolve the page re-load problem

    Lecture 2: 02 – Declare angularjs model and get the form data

    Lecture 3: 03 – Crate your first API

    Lecture 4: 04 – Connect the API – [API route and the http verbs]

    Lecture 5: 05 – Connect the API – [Resolving No Access-Control-Allow-Origin issue]

    Lecture 6: 06 – Connect the API – Lets try other http verbs

    Lecture 7: 07. Connect the API – How the api route works

    Chapter 7: How api route works

    Lecture 1: 01 – The route prefix

    Lecture 2: 02 – The method names and http verbs

    Lecture 3: 03 – The route attribute and http verb attribute

    Chapter 8: Inserting data into database using asp.net web api and angularjs

    Lecture 1: 01 – Write the student class and post form data

    Lecture 2: 02 – Write the connection config and context class

    Lecture 3: 03 – Write the context class

    Lecture 4: 04 – Create the database and insert the form data

    Chapter 9: Getting, updating and deleting data from database using web api and angularjs

    Lecture 1: 01 – Get list of data from database

    Lecture 2: 02 – Get the edit form

    Lecture 3: 03 – Get the data in edit form

    Lecture 4: 04 – Update the data

    Lecture 5: 05 – Delete student information

    Chapter 10: The status code and return type from api end point

    Lecture 1: 01 – What should we return from api end point

    Lecture 2: 02 – How should we return [Returning from getstudents and getstudentbyid]

    Lecture 3: 03 – How should we return [Returning from post student]

    Lecture 4: 04 – How should we return [Returning from put student]

    Lecture 5: 05 – How should we return [Returning from delete student]

    Chapter 11: Showing success and error message

    Lecture 1: 01 – Installation and configuration

    Lecture 2: 02 – Showing the success message

    Lecture 3: 03 – Showing the error message

    Chapter 12: Using $resource service instead of $http service for communicating with api

    Lecture 1: 01 – Using $resource service instead of $http service

    Chapter 13: Uploading files using asp.net web api and angularjs

    Lecture 1: 01 – Uploading file – write the directive

    Lecture 2: 02 – Upload the file by student – angularjs code

    Lecture 3: 03 – Upload the file by student – web api codes

    Lecture 4: 04. Showing image and image preview

    Chapter 14: Pagination

    Lecture 1: 01. Client side pagination using angularjs

    Chapter 15: Deployment

    Lecture 1: 01 – Api and the api server

    Lecture 2: 02 – Web and the web server

    Lecture 3: 03 – Getting the path for uploading file and giving permission to the directory

    Lecture 4: 04 – Resolve delete method not allowed problem

    Instructors

  • asp.net web api and angularjs development to deployment  No.2
    Lutfor Rahman
    Sr. Web & Mobile App Developer
  • Rating Distribution

  • 1 stars: 4 votes
  • 2 stars: 1 votes
  • 3 stars: 6 votes
  • 4 stars: 22 votes
  • 5 stars: 37 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!