What's new
Heroturko

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Udemy Master RESTful API with NET Core Web API Dot NET 8 English

ad-team

Trusted Editor
Trusted Editor
537368816_que-es-udemy-analisis-opiniones.jpg

7.24 GB | 26min 7s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English

Files Included :
1 -Demo of the API We Will Develop.mp4 (48.62 MB)
2 -What is an API.mp4 (71.29 MB)
3 -HTTP Requests.mp4 (29.15 MB)
4 -HTTP Responses.mp4 (17.42 MB)
5 -Response Codes.mp4 (22.88 MB)
6 -Installation of Necessary Tools.mp4 (149.3 MB)
7 -Project Creation.mp4 (33.04 MB)
8 -Review of Files and Folders.mp4 (26.69 MB)
9 -About NET Versions.mp4 (81.95 MB)
1 -Introduction.mp4 (11.01 MB)
2 -Installation of Extensions.mp4 (14.17 MB)
3 -Add Support for Versions.mp4 (113.29 MB)
4 -Version Attribute.mp4 (22.26 MB)
5 -Multiple API Versions.mp4 (96.81 MB)
6 -Swagger Documentation for Version 1.mp4 (46.78 MB)
7 -Multiple Documentation in Swagger.mp4 (31.38 MB)
8 -Manage Multiple Versions.mp4 (68.58 MB)
9 -Neutral and Deprecated API.mp4 (93.37 MB)
1 -What is NET Identity.mp4 (95.76 MB)
2 -Implement NET Identity in API.mp4 (255.46 MB)
3 -Adjustments in Login.mp4 (96.32 MB)
4 -Adjustments in Registration.mp4 (105.18 MB)
5 -Test Functionality.mp4 (134.84 MB)
6 -Archivos fuente.zip (8.32 MB)
1 -Adjustments for File Upload.mp4 (89.97 MB)
2 -File Upload When Creating Movie.mp4 (128.54 MB)
3 -File Upload When Updating Movie.mp4 (97.68 MB)
1 -Filters and Search.mp4 (98.05 MB)
2 -Implement Pagination.mp4 (154.58 MB)
1 -Migrate Database to Azure.mp4 (178.09 MB)
2 -Publish API to Azure App Service.mp4 (69.31 MB)
3 -Solution for Publishing Error.mp4 (47.51 MB)
1 -Introduction to Minimal API.mp4 (51.05 MB)
2 -Creating a Minimal API Project.mp4 (28.08 MB)
3 -Minimal API vs Standard API Comparison.mp4 (49.18 MB)
4 -Program cs - Main File.mp4 (68.11 MB)
1 -Create Endpoints.mp4 (42.06 MB)
2 -Return Types.mp4 (29.22 MB)
3 -Route Parameters.mp4 (25.7 MB)
4 -Property Model.mp4 (26.35 MB)
5 -Property Service.mp4 (36.78 MB)
1 -Get Properties.mp4 (23.15 MB)
10 -Asynchronous Endpoints.mp4 (10.32 MB)
11 -API Responses.mp4 (138.69 MB)
12 -Update Property.mp4 (92.5 MB)
2 -Get Individual Property.mp4 (23.83 MB)
3 -Create Property.mp4 (111.42 MB)
4 -Dependency Injection.mp4 (61.68 MB)
5 -Naming Endpoints.mp4 (65.43 MB)
6 -Responses and Codes.mp4 (46.58 MB)
7 -DTO (Data Transfer Object).mp4 (86.15 MB)
8 -AutoMapper.mp4 (69.97 MB)
9 -Validations.mp4 (90.28 MB)
1 -Database and Context.mp4 (115.3 MB)
2 -Property Model, Migration, and Table.mp4 (64.2 MB)
3 -Get Records.mp4 (28.84 MB)
4 -Get Individual Record.mp4 (17.59 MB)
5 -Create Record.mp4 (46.79 MB)
6 -Update Record.mp4 (30.07 MB)
7 -Delete Record.mp4 (30.66 MB)
1 -Category Model.mp4 (42.18 MB)
2 -Database Connection.mp4 (20.89 MB)
3 -Installation of Necessary Extensions.mp4 (23.27 MB)
4 -Context File.mp4 (41.83 MB)
5 -Configure SQL Connection.mp4 (28.71 MB)
6 -Migration and Database.mp4 (79.26 MB)
1 -What is the Repository Pattern and Why Use It.mp4 (45.66 MB)
2 -Creation of Category Interface.mp4 (38.75 MB)
3 -Implementation of Category Interface.mp4 (89.67 MB)
4 -What is a DTO (Data Transfer Object).mp4 (24.49 MB)
5 -DTO for Category.mp4 (45.05 MB)
6 -AutoMapper Extension Configuration.mp4 (37.44 MB)
1 -Categories Controller.mp4 (21.12 MB)
2 -Get Categories.mp4 (112.68 MB)
3 -Get Individual Category.mp4 (39.54 MB)
4 -Create New Category (HTTP POST).mp4 (98.84 MB)
5 -Update Category (HTTP PATCH).mp4 (74.1 MB)
6 -Update Category (HTTP PUT).mp4 (89.68 MB)
7 -Delete Category (HTTP DELETE).mp4 (39.14 MB)
1 -Movie Model, Migration, and Database.mp4 (74.08 MB)
2 -DTOs for Movie.mp4 (31.47 MB)
3 -Movie Repository.mp4 (140.08 MB)
4 -Movies Controller.mp4 (17.95 MB)
5 -List Movies.mp4 (27.91 MB)
6 -Individual Movie.mp4 (21.3 MB)
7 -Create Movie.mp4 (73.26 MB)
8 -Update Movie.mp4 (96 MB)
9 -Delete Movie.mp4 (37.05 MB)
1 -User Model.mp4 (34.13 MB)
10 -Get Individual User.mp4 (27.35 MB)
11 -User Registration.mp4 (64.34 MB)
12 -User Access (Login).mp4 (75.89 MB)
2 -DTOs for User.mp4 (52.95 MB)
3 -User Interface.mp4 (38.24 MB)
4 -Implement User Interface.mp4 (52.17 MB)
5 -Repository and Registration.mp4 (102.52 MB)
6 -Encrypt Password.mp4 (21.6 MB)
7 -What is JWT (JSON Web Tokens).mp4 (27.37 MB)
8 -Repository and Login.mp4 (199.71 MB)
9 -Controller and List of Users.mp4 (46.21 MB)
1 -What is CORS.mp4 (25.02 MB)
2 -How to Implement CORS.mp4 (82.92 MB)
1 -Protecting Access.mp4 (293.86 MB)
2 -Tests in Postman.mp4 (53.27 MB)
3 -Implement Authentication in Documentation.mp4 (132.81 MB)
1 -Add Cache.mp4 (123.57 MB)
2 -Global Profile.mp4 (79.68 MB)]
Screenshot
hEW6b7El_o.jpg


 

Feel free to post your Udemy Master RESTful API with NET Core Web API Dot NET 8 English Free Download, torrent, subtitles, free download, quality, NFO, Dangerous Udemy Master RESTful API with NET Core Web API Dot NET 8 English Torrent Download, free premium downloads movie, game, mp3 download, crack, serial, keygen.

Top