FileMood

Download UD755

UD755

Name

UD755

 DOWNLOAD Copy Link

Total Size

13.8 GB

Total Files

219

Hash

644F810D8B458F7F5EE03E856E2EB6780483FDCD

/01 Introduction/

001 Introduction.mp4

18.6 MB

002 Setting up the development environment.mp4

53.5 MB

/.../02 Building a Walking Skeleton/

003 Introduction.mp4

5.9 MB

004 Creating the DotNet Core WebAPI using the DotNetCLI.mp4

40.6 MB

005 Setting up VS Code for C development.mp4

33.3 MB

006 Reviewing the Project files in the DotNet Web API.mp4

67.7 MB

007 Differences between a .Net Core 2.2 Web API template and .Net Core 3.0 template.mp4

59.8 MB

008 Running the DotNet Core application.mp4

45.4 MB

009 Environment settings and using dotnet watch.mp4

68.9 MB

010 Creating the first Model and DataContext.mp4

82.6 MB

011 Creating the Database using Entity Framework migrations.mp4

75.9 MB

012 Retrieving data from the Database.mp4

67.0 MB

013 Making our code asynchronous.mp4

32.0 MB

014 Creating the Angular application using AngularCLI.mp4

35.8 MB

015 The Angular bootstrapping and running the Angular app.mp4

84.0 MB

016 Adding VS Code extensions used in this course.mp4

61.2 MB

017 Making HTTP requests in Angular.mp4

99.0 MB

018 Adding CORS support to the API.mp4

30.2 MB

019 Displaying data from the API on the HTML page.mp4

18.8 MB

020 Adding Bootstrap and Font-Awesome to our Angular app.mp4

56.6 MB

021 Adding GIT for source control.mp4

85.0 MB

022 Summary of Section 2.mp4

5.1 MB

/03 Security/

023 Introduction.mp4

5.9 MB

024 Storing passwords in the Database.mp4

4.5 MB

025 Creating the User model.mp4

26.4 MB

026 The Repository pattern.mp4

7.3 MB

027 Creating an Interface for the Repository.mp4

14.1 MB

028 Creating the concrete Auth Repository and Register Method.mp4

72.7 MB

029 Creating the Login repository method.mp4

68.0 MB

030 Registering services in the Startup class.mp4

28.8 MB

031 Creating the Register method in our Auth Controller.mp4

77.6 MB

032 Using DTOs (Data Transfer Objects).mp4

72.9 MB

033 Validation in the API.mp4

99.2 MB

034 Token Authentication.mp4

6.5 MB

035 Creating the Login method in the API.mp4

167.9 MB

036 Using the Authentication middleware.mp4

93.4 MB

037 Safe storage of secrets.mp4

63.8 MB

038 Summary of Section 3.mp4

6.6 MB

/.../04 Client side login and register/

039 Introduction.mp4

3.6 MB

040 Creating the Navigation and Login form.mp4

66.0 MB

041 Introduction to Angular template forms.mp4

79.8 MB

042 Introduction to Angular Services.mp4

71.0 MB

043 Injecting the Angular services in our Components.mp4

41.8 MB

044 Using ngIf to conditionally display HTML Elements.mp4

74.0 MB

045 Adding a component so users can Register to our site.mp4

72.5 MB

046 Parent to Child Component communication using Input properties.mp4

51.0 MB

047 Component Communication Child to Parent using Output properties.mp4

35.0 MB

048 Adding the register method to the Auth Service.mp4

52.8 MB

049 Summary of Section 4.mp4

1.7 MB

/.../05 Error Handling/

050 Introduction.mp4

2.9 MB

051 Handling exceptions in the API.mp4

111.4 MB

052 Setting up the Global exception handler in the API.mp4

104.9 MB

053 Handling errors in Angular.mp4

165.5 MB

054 Summary of Section 5.mp4

3.5 MB

/.../06 Adding 3rd party components to our app/

055 Introduction.mp4

4.7 MB

056 Wrapping 3rd party libraries as an Angular service.mp4

82.9 MB

057 Using the Angular JWT library to improve token handling.mp4

62.4 MB

058 Using the Angular JWT library to decode tokens.mp4

78.5 MB

059 Adding Ngx Bootstrap to power our Bootstrap components.mp4

71.8 MB

060 Bringing some color to our app with a theme from Bootswatch.mp4

28.2 MB

061 Summary of Section 6.mp4

4.2 MB

/.../07 Routing in Angular/

062 Introduction.mp4

4.7 MB

063 Setting up routing in Angular.mp4

50.9 MB

064 Setting up our links in the nav component.mp4

33.6 MB

065 Using routing in our components.mp4

28.0 MB

066 Protecting our routes with a route guard.mp4

41.1 MB

067 Protecting multiple routes with a single route guard using dummy routes.mp4

51.1 MB

068 Summary of Section 7.mp4

6.4 MB

/.../08 Extending the API/

069 Introduction.mp4

4.7 MB

070 Extending the User Model.mp4

66.7 MB

071 Exploring Entity Framework migrations.mp4

109.1 MB

072 Entity Framework Relationships.mp4

32.4 MB

073 Seeding Data to the Database - Part 1.mp4

85.8 MB

074 Seeding Data to the Database Part 2.mp4

112.7 MB

075 Creating a new repository for our API.mp4

62.9 MB

076 Creating the Users Controller.mp4

134.8 MB

077 Shaping the data to return with DTOs.mp4

43.2 MB

078 Using AutoMapper Part 1.mp4

86.1 MB

079 Using AutoMapper Part 2.mp4

79.0 MB

080 Summary.mp4

6.5 MB

/.../09 Building a great looking User Interface/

081 Introduction.mp4

4.5 MB

082 Introduction to Interfaces in Typescript.mp4

6.1 MB

083 Adding Interfaces to our Typescript code.mp4

28.3 MB

084 Creating another Angular service.mp4

64.3 MB

085 Retrieving the Members into the Member List Component.mp4

39.7 MB

086 Creating Member Cards to display on our Member list page.mp4

59.1 MB

087 Giving our Members some style with CSS.mp4

25.1 MB

088 Adding animated buttons to the member cards.mp4

46.3 MB

089 Using Auth0 JwtModule to send up jwt tokens automatically.mp4

56.7 MB

090 Creating the Member Detailed View component class.mp4

63.5 MB

091 Designing the Member detailed view template - left hand side.mp4

42.3 MB

092 Adding a tabbed panel for the right hand side of the Member detailed page.mp4

56.1 MB

093 Using Route Resolvers to retrieve data.mp4

118.3 MB

094 Adding a photo gallery to our application.mp4

123.6 MB

095 Summary.mp4

5.3 MB

/.../10 Updating Resources/

096 Introduction.mp4

3.6 MB

097 Creating a Member Edit Component.mp4

59.5 MB

098 Designing the template for the member profile edit page - part 1.mp4

68.7 MB

099 Creating the Member Edit Template part 2.mp4

76.0 MB

100 Adding a CanDeactivate route guard.mp4

67.7 MB

101 Persisting the Member updates.mp4

79.2 MB

102 Finishing off the Member edit component.mp4

34.1 MB

103 Summary.mp4

3.8 MB

/.../11 Adding Photo upload functionality to the application/

104 Introduction.mp4

20.1 MB

105 Where should we store the photos.mp4

8.4 MB

106 Using Cloudinary as a photo storage solution.mp4

111.8 MB

107 Creating the Photos controller Part 1.mp4

124.4 MB

108 Creating the Photos Controller Part 2.mp4

87.3 MB

109 Testing the Photo upload with Postman.mp4

112.8 MB

110 Creating the Photo upload component in Angular.mp4

40.0 MB

111 Adding a 3rd Party File Uploader.mp4

118.1 MB

112 Configuring the 3rd Party file uploader.mp4

130.0 MB

113 Adding the Set Main photo functionality to the API.mp4

107.0 MB

114 Adding the Set Main Photo functionality to the SPA.mp4

66.4 MB

115 Using the array filter method to provide instant feedback in the SPA.mp4

30.3 MB

116 Output properties revisited.mp4

37.9 MB

117 Adding the main photo to the Nav bar.mp4

132.1 MB

118 Any to Any component communication in Angular.mp4

6.1 MB

119 user.png

2.7 KB

119 Using BehaviorSubject to add any to any communication to our app.mp4

102.6 MB

120 Adding the Delete photo function to the API.mp4

120.5 MB

121 Adding the Delete Photo functionality to the SPA.mp4

72.3 MB

122 Summary.mp4

3.8 MB

/.../12 Reactive Forms in Angular/

123 Introduction.mp4

14.9 MB

124 Introduction to Reactive Forms in Angular.mp4

50.0 MB

125 Validation in Reactive forms.mp4

38.3 MB

126 Custom Validators in Reactive forms.mp4

23.2 MB

127 Providing Validation feedback to the user.mp4

93.0 MB

128 Using the Reactive Forms FormBuilder Service.mp4

43.4 MB

129 Expanding the Registration form.mp4

78.6 MB

130 Handling Dates in Forms.mp4

105.4 MB

131 Updating the Register method in the API.mp4

71.0 MB

132 Completing the Registration implementation.mp4

76.5 MB

133 Fixing the Photos issue for newly registered users.mp4

82.8 MB

134 Summary.mp4

3.9 MB

/.../13 Action Filters in ASP.NET Core/

135 Introduction.mp4

5.1 MB

136 Using a TimeAgo pipe for dates in Angular.mp4

48.9 MB

137 Using Action Filters.mp4

84.7 MB

/.../14 Paging Sorting and Filtering/

138 Introduction.mp4

5.7 MB

139 Paging in ASP.NET Core Web API.mp4

4.7 MB

140 Adding a PagedList class.mp4

98.7 MB

141 Setting up the paging helper classes.mp4

74.8 MB

142 Implementing pagination in the API.mp4

142.2 MB

143 Setting up pagination in the SPA.mp4

99.2 MB

144 Using nix-bootstrap pagination module.mp4

70.8 MB

145 Filtering in the API.mp4

55.3 MB

146 Adding additional filtering parameters to the API.mp4

52.1 MB

147 Adding filtering functionality to the SPA.mp4

112.3 MB

148 Sorting results in the API.mp4

44.0 MB

149 Adding the Sorting functionality to the SPA.mp4

71.3 MB

150 Summary.mp4

3.1 MB

/.../15 Adding the Likes functionality from start to finish/

151 Introduction.mp4

3.4 MB

152 Configuring the EF relationship so users can like each other.mp4

3.7 MB

153 Creating the Like entity.mp4

80.5 MB

154 Adding the Send Like functionality in the API.mp4

81.2 MB

155 Retrieving the list of users liked and liked by user.mp4

85.7 MB

156 Adding the Send like functionality to the SPA.mp4

47.0 MB

157 Creating the Lists component.mp4

86.1 MB

158 Summary of Section 15.mp4

3.3 MB

/.../16 Add a private messaging system to the application/

159 Introduction.mp4

8.5 MB

160 Creating the Message Entity and relationships.mp4

51.6 MB

161 Adding the repository methods for the messages.mp4

29.3 MB

162 Adding the Create Message method in the API.mp4

113.8 MB

163 Adding the Repository methods for an Inbox Outbox.mp4

69.4 MB

164 Creating the Message Controller.mp4

129.3 MB

165 Adding the Message thread methods to the API.mp4

65.5 MB

166 Working with the message component in the SPA.mp4

149.3 MB

167 Designing the Inbox and Outbox template.mp4

55.1 MB

168 Getting the message thread in the component.mp4

69.2 MB

169 Designing the message tab chat system.mp4

101.9 MB

170 Adding Query params to an Angular route.mp4

69.3 MB

171 Adding the send message functionality and a challenge.mp4

75.7 MB

172 Challenge solution - resolving the issue with the photos.mp4

118.9 MB

173 Adding the Delete message functionality to the API.mp4

62.7 MB

174 Deleting messages in the SPA.mp4

70.9 MB

175 Adding the Mark as Read functionality.mp4

107.2 MB

176 Summary of Section 16.mp4

5.8 MB

/.../17 Publishing (new)/

177 Introduction.mp4

29.2 MB

178 Using NG Build and running the application from the Kestrel server.mp4

99.3 MB

179 .Net Core 3.0 - Serving Static Files from the API.mp4

45.3 MB

180 Angular CLI AOT Production build.mp4

108.4 MB

181 Installing and setting up MySQL.mp4

40.7 MB

182 Adding additional Database providers.mp4

63.7 MB

183 Dealing with migrations and multiple Database providers.mp4

72.0 MB

184 .Net Core 3.0 MySQL provider bug workaround.mp4

73.3 MB

185 Adding Lazy loading for our related entities.mp4

103.6 MB

186 Publishing to IIS.mp4

97.7 MB

187 Setting up a Linux server for publishing.mp4

163.0 MB

188 Publishing the app to Linux.mp4

78.6 MB

189 HTTPS configuration for Apache.mp4

93.9 MB

190 Setting up Azure to publish our app.mp4

93.5 MB

191 Publishing our App to Azure.mp4

106.4 MB

192 End of course summary.mp4

60.2 MB

/.../18 Course Updates - Aug E9 - Migrate to .Net 2.2 and Angular v8/

193 Updating the .Net Core project to use .Net Core 2.2.mp4

188.5 MB

194 Updating the Angular v6 project to Angular v8.mp4

190.9 MB

/.../19 Course Updates Nov E9 - Migrate your .Net Core 2.2 project to .Net Core 3.0/

195 Migrate your project from 2.2 to 3.0.mp4

229.7 MB

/.../20 Bonus - Identity and Role Management/

196 Introduction to Identity.mp4

7.9 MB

197 Getting to the starting point for this bonus section.mp4

46.2 MB

198 Adding the Identity models.mp4

43.6 MB

199 Configuring the DataContext for Identity.mp4

52.6 MB

200 Configuring the Startup.cs class for Identity.mp4

94.4 MB

201 Fixing the errors and adding a new migration.mp4

85.2 MB

202 Updating the Seed Users method.mp4

45.4 MB

203 Updating the Login method.mp4

89.7 MB

204 Updating the register method.mp4

49.0 MB

205 Updating the seed method with Roles.mp4

59.7 MB

206 Adding roles to the JWT Token.mp4

59.0 MB

207 Policy based authorization.mp4

75.7 MB

208 Returning the users with their roles.mp4

37.1 MB

209 Adding the edit roles method in the API.mp4

92.5 MB

210 Creating the Admin Component in the SPA.mp4

38.1 MB

211 Updating the Auth guard to protect routes based on user role.mp4

73.4 MB

212 Adding a custom structural directive.mp4

73.9 MB

213 Adding the admin service and user management component.mp4

74.4 MB

214 Adding a Modal Component.mp4

82.2 MB

215 Passing the roles data into the Modal.mp4

78.8 MB

216 Passing data out of the Modal and hooking up to the API.mp4

102.7 MB

217 Challenge - Creating the Photo Management system.mp4

85.6 MB

218 Challenge Solution.mp4

192.9 MB

 

Total files 219


Copyright © 2024 FileMood.com