In this video, learn how to use the ASP.NET Web API framework to build RESTful services, while reviewing fundamental topics including API models, controllers, and routing.
- [Instructor] ASP.NET Web API is a framework … for building RESTful APIs using the HTTP protocol. … REST is an architecture that allows systems … to communicate over HTTP. … One of the advantages of Web API … is that it can be consumed by different clients … like web, mobile, and desktop apps. … Let's get started by building a simple Web API … that returns a list of students. … Go to the File menu and New Project. … Under Visual C# and Web, … select the ASP.NET Web Application Template. … Name it Roux … Academy … Api, … and add it to the solution, and hit OK. … On this screen, select the Empty template. … We could have selected Web API, … but that adds MVC content that we don't need for this demo. … Under Add folders and core references for, … go ahead and check Web API, … and click OK. … The reason we created a project for the API … is to maintain and deploy it separately. … It is possible though to add API controllers … directly to an application. … For example, go ahead and right-click MVCApplication …
Author
Released
3/7/2019- Capabilities of the ASP.NET platform
- Running and debugging a web application
- Creating a Web Forms application
- Building dynamic pages with Razor syntax
- Working with models and forms in ASP.NET MVC
- Data access with Entity Framework
- Building RESTful services using ASP.NET Web API
- Real-time web functionality with SignalR
Skill Level Beginner
Duration
Views
Related Courses
-
ASP.NET Core New Features
with Phil Japikse3h 48m Intermediate
-
Introduction
-
What you should know1m 34s
-
1. Get Started with ASP.NET Development
-
Explore the ASP.NET platform4m 47s
-
Visual Studio basics5m 49s
-
-
2. Build Dynamic Websites with ASP.NET Web Forms
-
Introduction to Web Forms3m 22s
-
Understand state management5m 26s
-
-
3. Programming with ASP.NET Web Pages
-
4. Build Web Applications with ASP.NET MVC
-
Sample web application setup5m 37s
-
Work with models and forms7m 56s
-
5. Work with Data
-
Querying data with LINQ7m 1s
-
6. Create RESTful Services with Web API
-
Web API with Ajax5m 22s
-
7. Real-Time Web Functionality with SignalR
-
Conclusion
-
Next steps1m 33s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Get started with ASP.NET Web API