FileMood

Download [GigaCourse.Com] Udemy - .NET 7 Web API & Entity Framework Jumpstart

GigaCourse Com Udemy NET Web API Entity Framework Jumpstart

Name

[GigaCourse.Com] Udemy - .NET 7 Web API & Entity Framework Jumpstart

 DOWNLOAD Copy Link

Total Size

8.0 GB

Total Files

578

Last Seen

2024-10-05 00:41

Hash

21A40F4F4E6E7B96684B12A6D50F71EBD9E385A4

/0. Websites you may like/

[CourseClub.Me].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/01 - Introduction - .NET 7/

001 Introduction.mp4

8.5 MB

001 Introduction_en.srt

3.2 KB

002 Tools (Visual Studio Code & .NET SDK).mp4

12.2 MB

002 Tools (Visual Studio Code & .NET SDK)_en.srt

2.2 KB

003 Create a new Web API.mp4

63.3 MB

003 Create a new Web API_en.srt

11.7 KB

004 First API Call.mp4

25.6 MB

004 First API Call_en.srt

4.7 KB

005 Git Repository & .gitignore File.mp4

27.6 MB

005 Git Repository & .gitignore File_en.srt

4.4 KB

006 GitHub Repository.html

0.7 KB

[CourseClub.Me].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/02 - Web API - .NET 7/

001 Introduction.mp4

951.2 KB

001 Introduction_en.srt

0.8 KB

002 The Model-View-Controller (MVC) Pattern.mp4

9.1 MB

002 The Model-View-Controller (MVC) Pattern_en.srt

3.3 KB

003 New Models.mp4

25.0 MB

003 New Models_en.srt

5.1 KB

004 New Controller & GET a New Character.mp4

83.8 MB

004 New Controller & GET a New Character_en.srt

12.8 KB

005 First Steps with Attribute Routing.mp4

33.6 MB

005 First Steps with Attribute Routing_en.srt

5.5 KB

006 Routing with Parameters.mp4

9.5 MB

006 Routing with Parameters_en.srt

3.4 KB

007 HTTP Request Methods Explained.mp4

5.8 MB

007 HTTP Request Methods Explained_en.srt

4.7 KB

008 Add a New Character with POST.mp4

13.0 MB

008 Add a New Character with POST_en.srt

4.3 KB

009 Best Practice Web API Structure.mp4

6.4 MB

009 Best Practice Web API Structure_en.srt

4.7 KB

010 Character Service.mp4

89.7 MB

010 Character Service_en.srt

10.9 KB

011 Fix the “Possible ArgumentNullException”.mp4

21.2 MB

011 Fix the “Possible ArgumentNullException”_en.srt

2.6 KB

012 Asynchronous Calls.mp4

17.1 MB

012 Asynchronous Calls_en.srt

5.2 KB

013 Proper Service Response with Generics.mp4

54.1 MB

013 Proper Service Response with Generics_en.srt

9.6 KB

014 Data-Transfer-Objects (DTOs).mp4

55.1 MB

014 Data-Transfer-Objects (DTOs)_en.srt

6.9 KB

015 AutoMapper.mp4

119.4 MB

015 AutoMapper_en.srt

15.6 KB

016 Modify a Character with PUT.mp4

108.4 MB

016 Modify a Character with PUT_en.srt

13.6 KB

017 Modify a Character with AutoMapper.mp4

11.6 MB

017 Modify a Character with AutoMapper_en.srt

1.7 KB

018 Delete a Character.mp4

51.3 MB

018 Delete a Character_en.srt

6.1 KB

019 Summary.mp4

1.4 MB

019 Summary_en.srt

1.1 KB

/03 - Entity Framework - .NET 7/

001 Introduction.mp4

1.4 MB

001 Introduction_en.srt

1.1 KB

002 Object-Relational-Mapping & Code-First Migration Explained.mp4

3.3 MB

002 Object-Relational-Mapping & Code-First Migration Explained_en.srt

2.8 KB

003 Installing Entity Framework 7.mp4

10.4 MB

003 Installing Entity Framework 7_en.srt

3.9 KB

004 Installing SQL Server Express (with Management Studio).mp4

8.3 MB

004 Installing SQL Server Express (with Management Studio)_en.srt

1.9 KB

005 Implementing the DataContext.mp4

22.6 MB

005 Implementing the DataContext_en.srt

4.4 KB

006 ConnectionString & Adding the DbContext.mp4

30.4 MB

006 ConnectionString & Adding the DbContext_en.srt

6.3 KB

007 First Migration.mp4

20.0 MB

007 First Migration_en.srt

5.6 KB

008 GET Implementations.mp4

46.4 MB

008 GET Implementations_en.srt

6.9 KB

009 POST Implementations.mp4

17.4 MB

009 POST Implementations_en.srt

3.5 KB

010 PUT Implementations.mp4

15.3 MB

010 PUT Implementations_en.srt

3.1 KB

011 DELETE Implementations.mp4

8.5 MB

011 DELETE Implementations_en.srt

2.3 KB

012 Summary.mp4

1.5 MB

012 Summary_en.srt

1.3 KB

/04 - Authentication - .NET 7/

001 Introduction.mp4

942.5 KB

001 Introduction_en.srt

1.0 KB

002 The User Model.mp4

24.2 MB

002 The User Model_en.srt

3.6 KB

003 First Relationship.mp4

11.3 MB

003 First Relationship_en.srt

4.9 KB

004 Authentication Theory.mp4

3.5 MB

004 Authentication Theory_en.srt

2.9 KB

005 Authentication Repository Theory.mp4

5.8 MB

005 Authentication Repository Theory_en.srt

3.7 KB

006 Authentication Repository Implementation.mp4

6.0 MB

006 Authentication Repository Implementation_en.srt

2.4 KB

007 User Registration.mp4

16.4 MB

007 User Registration_en.srt

5.9 KB

008 “User already exists.”.mp4

10.4 MB

008 “User already exists.”_en.srt

2.5 KB

009 Authentication Controller.mp4

26.9 MB

009 Authentication Controller_en.srt

7.0 KB

010 User Login.mp4

39.0 MB

010 User Login_en.srt

8.4 KB

011 Token Authentication with JSON Web Tokens.mp4

4.6 MB

011 Token Authentication with JSON Web Tokens_en.srt

2.8 KB

012 JSON Web Tokens (JWT) implementations.mp4

70.1 MB

012 JSON Web Tokens (JWT) implementations_en.srt

11.9 KB

013 Authentication Middleware & Authorize Attribute.mp4

68.4 MB

013 Authentication Middleware & Authorize Attribute_en.srt

8.9 KB

014 Testing Secured Methods with Swagger.mp4

63.4 MB

014 Testing Secured Methods with Swagger_en.srt

7.9 KB

015 Reading Claims & Receiving the User’s RPG Characters.mp4

51.0 MB

015 Reading Claims & Receiving the User’s RPG Characters_en.srt

6.1 KB

016 Summary.mp4

2.6 MB

016 Summary_en.srt

2.3 KB

/05 - Advanced Relationships with Entity Framework - .NET 7/

001 Introduction.mp4

1.9 MB

001 Introduction_en.srt

1.9 KB

002 Proper User-Character Relationship - Get All Characters.mp4

38.6 MB

002 Proper User-Character Relationship - Get All Characters_en.srt

5.2 KB

003 Proper User-Character Relationship - Add Character.mp4

32.0 MB

003 Proper User-Character Relationship - Add Character_en.srt

4.7 KB

004 Proper User-Character Relationship - Delete & Get Single Character.mp4

22.4 MB

004 Proper User-Character Relationship - Delete & Get Single Character_en.srt

3.5 KB

005 Include Entities with Entity Framework.mp4

39.3 MB

005 Include Entities with Entity Framework_en.srt

6.9 KB

006 One-To-One Relationship with Weapons.mp4

35.5 MB

006 One-To-One Relationship with Weapons_en.srt

6.7 KB

007 Add Weapons to RPG Characters.mp4

44.4 MB

007 Add Weapons to RPG Characters_en.srt

16.8 KB

008 Many-To-Many Relationship with Skills.mp4

26.1 MB

008 Many-To-Many Relationship with Skills_en.srt

4.9 KB

009 Data Seeding - Add Skills to the Database.mp4

14.0 MB

009 Data Seeding - Add Skills to the Database_en.srt

4.5 KB

010 Add Skills to RPG Characters.mp4

111.0 MB

010 Add Skills to RPG Characters_en.srt

13.0 KB

011 Summary.mp4

2.0 MB

011 Summary_en.srt

1.5 KB

/06 - Let The Games Begin (More Than Just CRUD) - .NET 7/

001 Introduction.mp4

803.5 KB

001 Introduction_en.srt

0.8 KB

002 Prepare to Fight!.mp4

25.0 MB

002 Prepare to Fight!_en.srt

7.0 KB

003 Attack with Weapons.mp4

100.7 MB

003 Attack with Weapons_en.srt

15.1 KB

004 Attack with Skills.mp4

19.0 MB

004 Attack with Skills_en.srt

7.4 KB

005 Start a Fight.mp4

154.0 MB

005 Start a Fight_en.srt

21.0 KB

006 Highscore Sort & Filter Entities.mp4

54.0 MB

006 Highscore Sort & Filter Entities_en.srt

6.9 KB

007 Summary.mp4

2.9 MB

007 Summary_en.srt

2.3 KB

/07 - Introduction - .NET 6/

001 Introduction.mp4

8.6 MB

001 Introduction_en.srt

3.3 KB

002 Tools (Visual Studio Code & .NET SDK).html

1.1 KB

003 Create a new Web API.mp4

55.7 MB

003 Create a new Web API_en.srt

10.7 KB

004 First API Call.mp4

25.5 MB

004 First API Call_en.srt

5.0 KB

005 Git Repository & .gitignore File.mp4

9.7 MB

005 Git Repository & .gitignore File_en.srt

4.9 KB

006 GitHub Repository.html

0.7 KB

/08 - Web API - .NET 6/

001 Introduction.mp4

2.1 MB

001 Introduction_en.srt

0.8 KB

002 The Model-View-Controller (MVC) Pattern.mp4

8.3 MB

002 The Model-View-Controller (MVC) Pattern_en.srt

3.3 KB

003 New Models.mp4

19.5 MB

003 New Models_en.srt

3.7 KB

004 New Controller & GET a New Character.mp4

72.9 MB

004 New Controller & GET a New Character_en.srt

11.3 KB

005 First Steps with Attribute Routing.mp4

42.2 MB

005 First Steps with Attribute Routing_en.srt

5.8 KB

006 Routing with Parameters.mp4

8.4 MB

006 Routing with Parameters_en.srt

2.9 KB

007 HTTP Methods Explained.mp4

5.7 MB

007 HTTP Methods Explained_en.srt

4.7 KB

008 Add a New Character with POST.mp4

23.4 MB

008 Add a New Character with POST_en.srt

4.7 KB

009 Best Practice Web API Structure.mp4

6.7 MB

009 Best Practice Web API Structure_en.srt

4.8 KB

010 Character Service.mp4

67.7 MB

010 Character Service_en.srt

8.8 KB

011 Asynchronous Calls.mp4

20.9 MB

011 Asynchronous Calls_en.srt

5.1 KB

012 Proper Service Response with Generics.mp4

44.2 MB

012 Proper Service Response with Generics_en.srt

6.7 KB

013 Data-Transfer-Objects (DTOs).mp4

44.1 MB

013 Data-Transfer-Objects (DTOs)_en.srt

5.0 KB

014 AutoMapper.mp4

113.5 MB

014 AutoMapper_en.srt

13.5 KB

015 Modify a Character with PUT.mp4

63.4 MB

015 Modify a Character with PUT_en.srt

10.5 KB

016 Modify a Character with Automapper.mp4

22.1 MB

016 Modify a Character with Automapper_en.srt

4.1 KB

017 Delete a Character.mp4

44.2 MB

017 Delete a Character_en.srt

5.1 KB

018 Summary.mp4

3.6 MB

018 Summary_en.srt

1.1 KB

/09 - Entity Framework Core - .NET 6/

001 Introduction.mp4

2.9 MB

001 Introduction_en.srt

1.1 KB

002 Object-Relational-Mapping & Code-First Migration Explained.mp4

8.1 MB

002 Object-Relational-Mapping & Code-First Migration Explained_en.srt

2.9 KB

003 Installing Entity Framework Core.mp4

9.2 MB

003 Installing Entity Framework Core_en.srt

2.8 KB

004 Installing SQL Server Express (with Management Studio).html

1.3 KB

005 Implementing the DataContext.mp4

12.4 MB

005 Implementing the DataContext_en.srt

3.9 KB

006 ConnectionString & Adding the DbContext.mp4

14.9 MB

006 ConnectionString & Adding the DbContext_en.srt

4.6 KB

007 First Migration.mp4

18.7 MB

007 First Migration_en.srt

3.5 KB

008 GET Implementations.mp4

49.1 MB

008 GET Implementations_en.srt

7.0 KB

009 POST Implementations.mp4

14.3 MB

009 POST Implementations_en.srt

3.5 KB

010 PUT Implementations.mp4

17.4 MB

010 PUT Implementations_en.srt

3.6 KB

011 DELETE Implementations.mp4

14.2 MB

011 DELETE Implementations_en.srt

2.2 KB

012 Summary.mp4

1.6 MB

012 Summary_en.srt

1.3 KB

/10 - Authentication - .NET 6/

001 Introduction.mp4

943.5 KB

001 Introduction_en.srt

0.9 KB

002 The User Model.mp4

14.9 MB

002 The User Model_en.srt

3.6 KB

003 First Relationship.mp4

14.1 MB

003 First Relationship_en.srt

4.5 KB

004 Authentication Theory.mp4

3.6 MB

004 Authentication Theory_en.srt

2.9 KB

005 Authentication Repository.mp4

16.6 MB

005 Authentication Repository_en.srt

6.9 KB

006 User Registration.mp4

19.4 MB

006 User Registration_en.srt

5.4 KB

007 “User already exists.”.mp4

10.2 MB

007 “User already exists.”_en.srt

2.7 KB

008 Authentication Controller.mp4

53.0 MB

008 Authentication Controller_en.srt

6.8 KB

009 User Login.mp4

90.4 MB

009 User Login_en.srt

12.4 KB

010 Token Authentication with JSON Web Tokens.mp4

5.0 MB

010 Token Authentication with JSON Web Tokens_en.srt

2.9 KB

011 JSON Web Tokens (JWT) implementations.mp4

71.4 MB

011 JSON Web Tokens (JWT) implementations_en.srt

10.0 KB

012 Authentication Middleware & Authorize Attribute.mp4

56.4 MB

012 Authentication Middleware & Authorize Attribute_en.srt

6.2 KB

013 Testing Secured Methods with Swagger.mp4

44.3 MB

013 Testing Secured Methods with Swagger_en.srt

6.5 KB

014 Reading Claims & Receiving the User’s RPG Characters.mp4

40.4 MB

014 Reading Claims & Receiving the User’s RPG Characters_en.srt

6.5 KB

015 Summary.mp4

2.5 MB

015 Summary_en.srt

2.3 KB

/11 - Advanced Relationships with Entity Framework Core - .NET 6/

001 Introduction.mp4

1.9 MB

001 Introduction_en.srt

2.0 KB

002 Proper User-Character Relationship - Get All Characters.mp4

30.1 MB

002 Proper User-Character Relationship - Get All Characters_en.srt

5.2 KB

003 Proper User-Character Relationship - Add Character.mp4

31.6 MB

003 Proper User-Character Relationship - Add Character_en.srt

5.3 KB

004 Proper User-Character Relationship - Delete & Get Single Character.mp4

39.0 MB

004 Proper User-Character Relationship - Delete & Get Single Character_en.srt

6.1 KB

005 Include Entities with Entity Framework.mp4

52.4 MB

005 Include Entities with Entity Framework_en.srt

5.6 KB

006 One-To-One Relationship with Weapons.mp4

56.9 MB

006 One-To-One Relationship with Weapons_en.srt

7.1 KB

007 Add Weapons to RPG Characters.mp4

161.7 MB

007 Add Weapons to RPG Characters_en.srt

18.9 KB

008 Many-To-Many Relationship with Skills.mp4

19.2 MB

008 Many-To-Many Relationship with Skills_en.srt

4.6 KB

009 Data Seeding - Add Skills to the Database.mp4

28.8 MB

009 Data Seeding - Add Skills to the Database_en.srt

3.4 KB

010 Add Skills to RPG Characters.mp4

94.2 MB

010 Add Skills to RPG Characters_en.srt

13.4 KB

011 Summary.mp4

2.0 MB

011 Summary_en.srt

1.5 KB

[CourseClub.Me].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/12 - Let The Games Begin (More Than Just CRUD) - .NET 6/

001 Introduction.mp4

812.8 KB

001 Introduction_en.srt

0.8 KB

002 Prepare to Fight!.mp4

16.5 MB

002 Prepare to Fight!_en.srt

6.0 KB

003 Attack with Weapons.mp4

84.1 MB

003 Attack with Weapons_en.srt

14.0 KB

004 Attack with Skills.mp4

26.3 MB

004 Attack with Skills_en.srt

6.3 KB

005 Start a Fight.mp4

145.2 MB

005 Start a Fight_en.srt

22.1 KB

006 Highscore Sort & Filter Entities.mp4

60.5 MB

006 Highscore Sort & Filter Entities_en.srt

6.6 KB

007 Summary.mp4

2.9 MB

007 Summary_en.srt

2.3 KB

/13 - Introduction - .NET 5/

001 Introduction.mp4

9.1 MB

001 Introduction_en.srt

3.2 KB

002 Tools (Visual Studio Code & .NET SDK).html

0.8 KB

003 Create a new Web API.mp4

57.2 MB

003 Create a new Web API_en.srt

10.9 KB

004 First API Call.mp4

15.7 MB

004 First API Call_en.srt

3.9 KB

005 Git Repository & .gitignore File.mp4

22.1 MB

005 Git Repository & .gitignore File_en.srt

3.2 KB

006 GitHub Repository.html

0.6 KB

/14 - Web API - .NET 5/

001 Introduction.mp4

2.6 MB

001 Introduction_en.srt

0.8 KB

002 The Model-View-Controller (MVC) Pattern.mp4

8.5 MB

002 The Model-View-Controller (MVC) Pattern_en.srt

3.3 KB

003 New Models.mp4

13.7 MB

003 New Models_en.srt

3.2 KB

004 New Controller & GET a New Character.mp4

51.7 MB

004 New Controller & GET a New Character_en.srt

10.1 KB

005 First Steps with Attribute Routing.mp4

20.8 MB

005 First Steps with Attribute Routing_en.srt

5.2 KB

006 Routing with Parameters.mp4

9.4 MB

006 Routing with Parameters_en.srt

4.3 KB

007 HTTP Methods Explained.mp4

6.1 MB

007 HTTP Methods Explained_en.srt

4.5 KB

008 Add a New Character with POST.mp4

12.9 MB

008 Add a New Character with POST_en.srt

4.2 KB

009 Best Practice Web API Structure.mp4

5.8 MB

009 Best Practice Web API Structure_en.srt

4.4 KB

010 Character Service.mp4

80.4 MB

010 Character Service_en.srt

10.8 KB

011 Asynchronous Calls.mp4

17.9 MB

011 Asynchronous Calls_en.srt

5.8 KB

012 Proper Service Response with Generics.mp4

41.4 MB

012 Proper Service Response with Generics_en.srt

7.4 KB

013 Data-Transfer-Objects (DTOs).mp4

23.6 MB

013 Data-Transfer-Objects (DTOs)_en.srt

5.4 KB

014 AutoMapper.mp4

98.2 MB

014 AutoMapper_en.srt

12.2 KB

015 Modify a Character with PUT.mp4

91.1 MB

015 Modify a Character with PUT_en.srt

11.3 KB

016 Delete a Character.mp4

15.1 MB

016 Delete a Character_en.srt

4.3 KB

017 Summary.mp4

1.4 MB

017 Summary_en.srt

1.0 KB

/15 - Entity Framework Core - .NET 5/

001 Introduction.mp4

1.4 MB

001 Introduction_en.srt

1.0 KB

002 Object-Relational-Mapping & Code-First Migration Explained.mp4

3.4 MB

002 Object-Relational-Mapping & Code-First Migration Explained_en.srt

2.8 KB

003 Installing Entity Framework Core.mp4

22.1 MB

003 Installing Entity Framework Core_en.srt

3.8 KB

004 Installing SQL Server Express (with Management Studio).mp4

8.5 MB

004 Installing SQL Server Express (with Management Studio)_en.srt

2.8 KB

005 Implementing the DataContext.mp4

7.1 MB

005 Implementing the DataContext_en.srt

3.1 KB

006 ConnectionString & Adding the DbContext.mp4

11.6 MB

006 ConnectionString & Adding the DbContext_en.srt

3.9 KB

007 First Migration.mp4

10.3 MB

007 First Migration_en.srt

3.3 KB

008 GET Implementations.mp4

39.0 MB

008 GET Implementations_en.srt

4.9 KB

009 POST Implementations.mp4

13.4 MB

009 POST Implementations_en.srt

3.4 KB

010 PUT Implementations.mp4

22.5 MB

010 PUT Implementations_en.srt

4.7 KB

011 DELETE Implementations.mp4

16.3 MB

011 DELETE Implementations_en.srt

2.2 KB

012 Summary.mp4

1.6 MB

012 Summary_en.srt

1.3 KB

/16 - Authentication - .NET 5/

001 Introduction.mp4

2.3 MB

001 Introduction_en.srt

1.0 KB

002 The User Model.mp4

9.5 MB

002 The User Model_en.srt

2.9 KB

003 First Relationship.mp4

20.0 MB

003 First Relationship_en.srt

4.9 KB

004 Authentication Theory.mp4

3.5 MB

004 Authentication Theory_en.srt

2.9 KB

005 Authentication Repository.mp4

15.8 MB

005 Authentication Repository_en.srt

6.5 KB

006 User Registration.mp4

19.1 MB

006 User Registration_en.srt

5.6 KB

007 User already exists.mp4

7.3 MB

007 User already exists_en.srt

2.6 KB

008 Authentication Controller.mp4

39.9 MB

008 Authentication Controller_en.srt

6.6 KB

009 User Login.mp4

50.8 MB

009 User Login_en.srt

12.7 KB

010 Token Authentication with JSON Web Tokens.mp4

5.1 MB

010 Token Authentication with JSON Web Tokens_en.srt

3.0 KB

011 JSON Web Tokens (JWT) implementations.mp4

75.3 MB

011 JSON Web Tokens (JWT) implementations_en.srt

13.4 KB

012 Authentication Middleware & Authorize Attribute.mp4

40.5 MB

012 Authentication Middleware & Authorize Attribute_en.srt

5.6 KB

013 Test Secured Methods with Swagger.mp4

29.1 MB

013 Test Secured Methods with Swagger_en.srt

8.1 KB

014 Read Claims & Get the User’s RPG Characters.mp4

26.9 MB

014 Read Claims & Get the User’s RPG Characters_en.srt

6.1 KB

015 Summary.mp4

2.7 MB

015 Summary_en.srt

2.3 KB

/17 - Advanced Relationships with Entity Framework Core - .NET 5/

001 Introduction.mp4

2.0 MB

001 Introduction_en.srt

1.9 KB

002 Proper User-Character Relationship 13 - Get All Characters.mp4

37.3 MB

002 Proper User-Character Relationship 13 - Get All Characters_en.srt

6.1 KB

003 Proper User-Character Relationship 23 - Add Character.mp4

30.7 MB

003 Proper User-Character Relationship 23 - Add Character_en.srt

5.0 KB

004 Proper User-Character Relationship 33 - Delete & Get Single Character.mp4

13.3 MB

004 Proper User-Character Relationship 33 - Delete & Get Single Character_en.srt

4.9 KB

005 Include Entities with Entity Framework.mp4

42.6 MB

005 Include Entities with Entity Framework_en.srt

4.7 KB

006 One-To-One Relationship with Weapons.mp4

37.3 MB

006 One-To-One Relationship with Weapons_en.srt

6.1 KB

007 Add Weapons to RPG Characters.mp4

125.7 MB

007 Add Weapons to RPG Characters_en.srt

14.6 KB

008 Many-To-Many Relationship with Skills.mp4

20.9 MB

008 Many-To-Many Relationship with Skills_en.srt

4.9 KB

009 Data Seeding - Add Skills to the Database.mp4

12.3 MB

009 Data Seeding - Add Skills to the Database_en.srt

3.7 KB

010 Add Skills to RPG Characters.mp4

91.4 MB

010 Add Skills to RPG Characters_en.srt

15.1 KB

011 Summary.mp4

2.0 MB

011 Summary_en.srt

1.5 KB

/18 - Let The Games Begin (More Than Just CRUD) - .NET 5/

001 Introduction.mp4

818.1 KB

001 Introduction_en.srt

0.8 KB

002 Prepare to Fight!.mp4

25.1 MB

002 Prepare to Fight!_en.srt

6.4 KB

003 Attack with Weapons.mp4

88.4 MB

003 Attack with Weapons_en.srt

14.0 KB

004 Attack with Skills.mp4

28.6 MB

004 Attack with Skills_en.srt

7.1 KB

005 Start a Fight.mp4

119.5 MB

005 Start a Fight_en.srt

19.1 KB

006 Highscore Sort & Filter Entities.mp4

46.4 MB

006 Highscore Sort & Filter Entities_en.srt

6.1 KB

007 Summary.mp4

3.0 MB

007 Summary_en.srt

2.2 KB

/19 - Introduction - .NET Core 3.1/

001 Introduction.mp4

10.0 MB

001 Introduction_en.srt

3.2 KB

002 Tools (VS Code, Postman, .NET Core SDK).html

0.9 KB

003 Create a new Web API.mp4

40.9 MB

003 Create a new Web API_en.srt

7.4 KB

004 First API Call.mp4

13.5 MB

004 First API Call_en.srt

1.9 KB

005 Git Repository & .gitignore File.mp4

16.7 MB

005 Git Repository & .gitignore File_en.srt

1.9 KB

006 GitHub Repository.html

0.7 KB

/20 - Web API Core - .NET Core 3.1/

001 Introduction.mp4

2.5 MB

001 Introduction_en.srt

0.8 KB

002 The Model-View-Controller (MVC) Pattern.mp4

8.9 MB

002 The Model-View-Controller (MVC) Pattern_en.srt

3.2 KB

003 New Models.mp4

13.9 MB

003 New Models_en.srt

2.5 KB

004 New Controller & GET a New Character.mp4

30.1 MB

004 New Controller & GET a New Character_en.srt

5.1 KB

005 First Steps with Attribute Routing.mp4

27.1 MB

005 First Steps with Attribute Routing_en.srt

3.5 KB

006 Routing with Parameters.mp4

8.9 MB

006 Routing with Parameters_en.srt

1.9 KB

007 HTTP Methods Explained.mp4

14.3 MB

007 HTTP Methods Explained_en.srt

4.5 KB

008 Add a New Character with POST.mp4

13.6 MB

008 Add a New Character with POST_en.srt

2.7 KB

009 Best Practice Web API Structure.mp4

12.6 MB

009 Best Practice Web API Structure_en.srt

4.4 KB

010 Character Service.mp4

57.1 MB

010 Character Service_en.srt

7.1 KB

011 Asynchronous Calls.mp4

29.4 MB

011 Asynchronous Calls_en.srt

4.0 KB

012 Proper Service Response with Generics.mp4

39.1 MB

012 Proper Service Response with Generics_en.srt

4.2 KB

013 Data-Transfer-Objects (DTOs).mp4

39.1 MB

013 Data-Transfer-Objects (DTOs)_en.srt

3.9 KB

014 AutoMapper.mp4

62.8 MB

014 AutoMapper_en.srt

6.2 KB

015 Modify a Character with PUT.mp4

63.2 MB

015 Modify a Character with PUT_en.srt

6.2 KB

016 Delete a Character.mp4

26.2 MB

016 Delete a Character_en.srt

2.7 KB

017 Summary.mp4

4.1 MB

017 Summary_en.srt

1.0 KB

[CourseClub.Me].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/21 - Entity Framework Core - .NET Core 3.1/

001 Introduction.mp4

3.3 MB

001 Introduction_en.srt

1.0 KB

002 Object-Relational-Mapping & Code-First Migration Explained.mp4

8.8 MB

002 Object-Relational-Mapping & Code-First Migration Explained_en.srt

2.8 KB

003 Installing Entity Framework Core.mp4

9.8 MB

003 Installing Entity Framework Core_en.srt

1.5 KB

004 Installing SQL Server Express (with Management Studio).mp4

12.7 MB

004 Installing SQL Server Express (with Management Studio)_en.srt

2.3 KB

005 Implementing the DataContext.mp4

6.8 MB

005 Implementing the DataContext_en.srt

2.5 KB

006 ConnectionString & Adding the DbContext.mp4

15.4 MB

006 ConnectionString & Adding the DbContext_en.srt

3.0 KB

007 First Migration.mp4

13.6 MB

007 First Migration_en.srt

2.3 KB

008 GET Implementations.mp4

25.5 MB

008 GET Implementations_en.srt

3.1 KB

009 POST Implementations.mp4

12.0 MB

009 POST Implementations_en.srt

1.7 KB

010 PUT Implementations.mp4

13.7 MB

010 PUT Implementations_en.srt

2.4 KB

011 DELETE Implementations.mp4

11.5 MB

011 DELETE Implementations_en.srt

1.6 KB

012 Summary.mp4

1.6 MB

012 Summary_en.srt

1.3 KB

/22 - Authentication - .NET Core 3.1/

001 Introduction.mp4

1.1 MB

001 Introduction_en.srt

0.9 KB

002 The User Model.mp4

9.8 MB

002 The User Model_en.srt

2.3 KB

003 First Relation.mp4

19.3 MB

003 First Relation_en.srt

4.0 KB

004 Authentication Theory.mp4

3.7 MB

004 Authentication Theory_en.srt

2.9 KB

005 Authentication Repository.mp4

11.9 MB

005 Authentication Repository_en.srt

4.8 KB

006 User Registration.mp4

30.2 MB

006 User Registration_en.srt

3.1 KB

007 “User already exists.”.mp4

5.4 MB

007 “User already exists.”_en.srt

1.7 KB

008 Authentication Controller.mp4

21.6 MB

008 Authentication Controller_en.srt

4.1 KB

009 User Login.mp4

27.1 MB

009 User Login_en.srt

5.7 KB

010 Token Authentication with JSON Web Tokens.mp4

5.2 MB

010 Token Authentication with JSON Web Tokens_en.srt

2.9 KB

011 JSON Web Tokens (JWT) preparations.mp4

12.2 MB

011 JSON Web Tokens (JWT) preparations_en.srt

3.2 KB

012 JSON Web Tokens (JWT) implementations.mp4

43.4 MB

012 JSON Web Tokens (JWT) implementations_en.srt

3.7 KB

013 Authorize Attribute.mp4

38.3 MB

013 Authorize Attribute_en.srt

4.3 KB

014 Read Claims & Get the User’s RPG Characters.mp4

24.4 MB

014 Read Claims & Get the User’s RPG Characters_en.srt

3.1 KB

015 Summary.mp4

2.7 MB

015 Summary_en.srt

2.2 KB

/23 - Advanced Relationships with Entity Framework Core - .NET Core 3.1/

001 Introduction.mp4

2.0 MB

001 Introduction_en.srt

1.9 KB

002 Proper User-Character Relation.mp4

103.5 MB

002 Proper User-Character Relation_en.srt

8.3 KB

003 Include Entities with Entity Framework.mp4

37.7 MB

003 Include Entities with Entity Framework_en.srt

2.7 KB

004 One-To-One Relation with Weapons.mp4

35.0 MB

004 One-To-One Relation with Weapons_en.srt

4.7 KB

005 Add Weapons to RPG Characters.mp4

108.2 MB

005 Add Weapons to RPG Characters_en.srt

7.1 KB

006 Many-To-Many Relation with Skills.mp4

41.0 MB

006 Many-To-Many Relation with Skills_en.srt

5.8 KB

007 Add Skills to RPG Characters.mp4

79.8 MB

007 Add Skills to RPG Characters_en.srt

10.6 KB

008 Summary.mp4

2.2 MB

008 Summary_en.srt

1.5 KB

/24 - Let The Games Begin (More Than Just CRUD) - .NET Core 3.1/

001 Introduction.mp4

891.8 KB

001 Introduction_en.srt

0.8 KB

002 Prepare to Fight!.mp4

18.1 MB

002 Prepare to Fight!_en.srt

3.1 KB

003 Attack with Weapons.mp4

70.0 MB

003 Attack with Weapons_en.srt

8.1 KB

004 Attack with Skills.mp4

22.4 MB

004 Attack with Skills_en.srt

4.1 KB

005 Start a Fight.mp4

96.8 MB

005 Start a Fight_en.srt

10.0 KB

006 Highscore Sort & Filter Entities.mp4

35.1 MB

006 Highscore Sort & Filter Entities_en.srt

4.0 KB

007 Summary.mp4

3.4 MB

007 Summary_en.srt

2.2 KB

/25 - Bonus Role-Based Authentication - .NET Core 3.1/

001 Introduction.mp4

1.5 MB

001 Introduction_en.srt

1.0 KB

002 New User Property Role & A New Migration.mp4

17.2 MB

002 New User Property Role & A New Migration_en.srt

5.0 KB

003 Extend the JSON Web Token with another Claim.mp4

6.8 MB

003 Extend the JSON Web Token with another Claim_en.srt

1.6 KB

004 Restrict Controller Access & Change Service Behavior.mp4

40.4 MB

004 Restrict Controller Access & Change Service Behavior_en.srt

6.2 KB

/26 - Bonus SQLite & Data Seeding - .NET Core 3.1/

001 Introduction.mp4

1.2 MB

001 Introduction_en.srt

1.2 KB

002 New Package, ConnectionString & Configuration.mp4

13.5 MB

002 New Package, ConnectionString & Configuration_en.srt

2.7 KB

003 Create the SQLite Database.mp4

9.6 MB

003 Create the SQLite Database_en.srt

2.0 KB

004 Use the DB Browser for SQLite.mp4

12.2 MB

004 Use the DB Browser for SQLite_en.srt

4.0 KB

005 Data Seeding Preparations.mp4

13.5 MB

005 Data Seeding Preparations_en.srt

3.9 KB

006 Seeding Skills.mp4

30.7 MB

006 Seeding Skills_en.srt

5.8 KB

007 Seeding Entities with Relations.mp4

34.6 MB

007 Seeding Entities with Relations_en.srt

8.1 KB

[CourseClub.Me].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/27 - Migrate from .NET Core 3.1 to .NET 5/

001 Why .NET 5.mp4

10.2 MB

001 Why .NET 5_en.srt

2.9 KB

002 Download the SDK & Update Visual Studio Code.mp4

6.6 MB

002 Download the SDK & Update Visual Studio Code_en.srt

2.7 KB

003 Migrate the Project.mp4

46.6 MB

003 Migrate the Project_en.srt

6.8 KB

/

[CourseClub.Me].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

 

Total files 578


Copyright © 2024 FileMood.com