本站已收录 番号和无损神作磁力链接/BT种子 

[FreeCourseSite.com] Udemy - .NET Core 3.1 Web API & Entity Framework Core Jumpstart

种子简介

种子名称: [FreeCourseSite.com] Udemy - .NET Core 3.1 Web API & Entity Framework Core Jumpstart
文件类型: 视频
文件数目: 74个文件
文件大小: 2.16 GB
收录时间: 2021-2-21 05:00
已经下载: 3
资源热度: 299
最近下载: 2024-12-29 00:03

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:363af889f26371a861425b9877b642d5c9bfbc75&dn=[FreeCourseSite.com] Udemy - .NET Core 3.1 Web API & Entity Framework Core Jumpstart 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeCourseSite.com] Udemy - .NET Core 3.1 Web API & Entity Framework Core Jumpstart.torrent
  • 1. Introduction/1. Introduction.mp49.51MB
  • 1. Introduction/3. Create a new Web API.mp438.98MB
  • 1. Introduction/4. First API Call.mp412.84MB
  • 1. Introduction/5. Git Repository & .gitignore File.mp415.93MB
  • 2. Web API Core/1. Introduction.mp42.38MB
  • 2. Web API Core/10. Character Service.mp454.43MB
  • 2. Web API Core/11. Asynchronous Calls.mp428MB
  • 2. Web API Core/12. Proper Service Response with Generics.mp437.32MB
  • 2. Web API Core/13. Data-Transfer-Objects (DTOs).mp437.26MB
  • 2. Web API Core/14. AutoMapper.mp459.9MB
  • 2. Web API Core/15. Modify a Character with PUT.mp460.27MB
  • 2. Web API Core/16. Delete a Character.mp424.99MB
  • 2. Web API Core/17. Summary.mp43.88MB
  • 2. Web API Core/2. The Model-View-Controller (MVC) Pattern.mp48.52MB
  • 2. Web API Core/3. New Models.mp413.28MB
  • 2. Web API Core/4. New Controller & GET a New Character.mp428.73MB
  • 2. Web API Core/5. First Steps with Attribute Routing.mp425.8MB
  • 2. Web API Core/6. Routing with Parameters.mp48.53MB
  • 2. Web API Core/7. HTTP Methods Explained.mp413.62MB
  • 2. Web API Core/8. Add a New Character with POST.mp413.01MB
  • 2. Web API Core/9. Best Practice Web API Structure.mp412MB
  • 3. Entity Framework Core/1. Introduction.mp43.18MB
  • 3. Entity Framework Core/10. PUT Implementations.mp416.35MB
  • 3. Entity Framework Core/11. DELETE Implementations.mp414.47MB
  • 3. Entity Framework Core/12. Summary.mp43.74MB
  • 3. Entity Framework Core/2. Object-Relational-Mapping & Code-First Migration Explained.mp48.44MB
  • 3. Entity Framework Core/3. Installing Entity Framework Core.mp410.54MB
  • 3. Entity Framework Core/4. Installing SQL Server Express (with Management Studio).mp415.85MB
  • 3. Entity Framework Core/5. Implementing the DataContext.mp414.28MB
  • 3. Entity Framework Core/6. ConnectionString & Adding the DbContext.mp418.5MB
  • 3. Entity Framework Core/7. First Migration.mp415.85MB
  • 3. Entity Framework Core/8. GET Implementations.mp433.52MB
  • 3. Entity Framework Core/9. POST Implementations.mp414.55MB
  • 4. Authentication/1. Introduction.mp42.27MB
  • 4. Authentication/10. Token Authentication with JSON Web Tokens.mp410.66MB
  • 4. Authentication/11. JSON Web Tokens (JWT) preparations.mp418.46MB
  • 4. Authentication/12. JSON Web Tokens (JWT) implementations.mp453.04MB
  • 4. Authentication/13. Authorize Attribute.mp447.59MB
  • 4. Authentication/14. Read Claims & Get the User’s RPG Characters.mp431.76MB
  • 4. Authentication/15. Summary.mp46.12MB
  • 4. Authentication/2. The User Model.mp416.59MB
  • 4. Authentication/3. First Relation.mp422.59MB
  • 4. Authentication/4. Authentication Theory.mp48.53MB
  • 4. Authentication/5. Authentication Repository.mp422.13MB
  • 4. Authentication/6. User Registration.mp428.81MB
  • 4. Authentication/7. “User already exists.”.mp414.71MB
  • 4. Authentication/8. Authentication Controller.mp435.48MB
  • 4. Authentication/9. User Login.mp459.71MB
  • 5. Advanced Relationships with Entity Framework Core/1. Introduction.mp44.21MB
  • 5. Advanced Relationships with Entity Framework Core/2. Proper User-Character Relation.mp4108.95MB
  • 5. Advanced Relationships with Entity Framework Core/3. Include Entities with Entity Framework.mp439.31MB
  • 5. Advanced Relationships with Entity Framework Core/4. One-To-One Relation with Weapons.mp444.61MB
  • 5. Advanced Relationships with Entity Framework Core/5. Add Weapons to RPG Characters.mp4109.77MB
  • 5. Advanced Relationships with Entity Framework Core/6. Many-To-Many Relation with Skills.mp446.9MB
  • 5. Advanced Relationships with Entity Framework Core/7. Add Skills to RPG Characters.mp4144.43MB
  • 5. Advanced Relationships with Entity Framework Core/8. Summary.mp45.06MB
  • 6. Let The Games Begin (More Than Just CRUD)/1. Introduction.mp42.06MB
  • 6. Let The Games Begin (More Than Just CRUD)/2. Prepare to Fight!.mp433.01MB
  • 6. Let The Games Begin (More Than Just CRUD)/3. Attack with Weapons.mp482.41MB
  • 6. Let The Games Begin (More Than Just CRUD)/4. Attack with Skills.mp442.05MB
  • 6. Let The Games Begin (More Than Just CRUD)/5. Start a Fight.mp4120.27MB
  • 6. Let The Games Begin (More Than Just CRUD)/6. Highscore Sort & Filter Entities.mp443.69MB
  • 6. Let The Games Begin (More Than Just CRUD)/7. Summary.mp48.09MB
  • 7. Bonus Role-Based Authentication/1. Introduction.mp42.67MB
  • 7. Bonus Role-Based Authentication/2. New User Property Role & A New Migration.mp431.91MB
  • 7. Bonus Role-Based Authentication/3. Extend the JSON Web Token with another Claim.mp411.86MB
  • 7. Bonus Role-Based Authentication/4. Restrict Controller Access & Change Service Behavior.mp448.41MB
  • 8. Bonus SQLite & Data Seeding/1. Introduction.mp42.29MB
  • 8. Bonus SQLite & Data Seeding/2. New Package, ConnectionString & Configuration.mp428.6MB
  • 8. Bonus SQLite & Data Seeding/3. Create the SQLite Database.mp419.69MB
  • 8. Bonus SQLite & Data Seeding/4. Use the DB Browser for SQLite.mp422.55MB
  • 8. Bonus SQLite & Data Seeding/5. Data Seeding Preparations.mp427.71MB
  • 8. Bonus SQLite & Data Seeding/6. Seeding Skills.mp457.11MB
  • 8. Bonus SQLite & Data Seeding/7. Seeding Entities with Relations.mp464.09MB