8.25 GB | 30min 9s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English
Files Included :
1 -What Will You Build - Application Demo.mp4 (66.46 MB)
2 -What to Expect From This Course.mp4 (13.19 MB)
3 -Setting up Development Environment.mp4 (28.69 MB)
4 -ASP NET MVC Project Setup, Default Files, and GitHub Repository Management.mp4 (89.02 MB)
1 -Creating a Report Model, Reports Table, and Defining Relationships in the DB.mp4 (44.98 MB)
2 -Creating an Action to Report a Post.mp4 (27.82 MB)
3 -Sending a Report Request and Updating the UI.mp4 (51.43 MB)
4 -Filtering Out Reported Posts.mp4 (21.81 MB)
1 -Implementing Post Delete Confirmation Dialog.mp4 (120.19 MB)
2 -Refractoring Delete Confirmation Dialog.mp4 (38.17 MB)
3 -Hard Deletion of Posts From the Database.mp4 (63.71 MB)
4 -Soft Deletion of Posts From the Database.mp4 (40.25 MB)
1 -Setting Up the Database to Support Stories.mp4 (43 MB)
2 -Creating an Action to Create a Story.mp4 (64.42 MB)
3 -Designing the Story Preview Interface.mp4 (62.9 MB)
4 -Creating User Stories.mp4 (53.04 MB)
5 -Creating a View to Load Stories.mp4 (39.51 MB)
6 -Loading and Previewing Stories from Database.mp4 (53.47 MB)
1 -Understanding ViewComponents vs Partial Views in ASP NET Core.mp4 (39.19 MB)
2 -Creating Your First ViewComponent Loading Stories Data.mp4 (69.74 MB)
3 -Customizing Redirects After Creating a Story.mp4 (15.92 MB)
4 -Hiding Stories After 24 Hours.mp4 (22.07 MB)
1 -Creating the Hashtags Table.mp4 (31.7 MB)
2 -Converting Hashtags Partial View to ViewModel.mp4 (29.91 MB)
3 -Creating a Helper Class to Extract Hashtags.mp4 (36.04 MB)
4 -Finding and Storing Hashtags After Post Creation.mp4 (74.23 MB)
5 -Updating ViewComponent to Show Hashtag Counts.mp4 (46.19 MB)
6 -Updating Hashtags Count When a Post Is Removed.mp4 (28.96 MB)
1 -Understanding the Benefits of Using Services Instead of Direct Context Access.mp4 (23.63 MB)
2 -Defining the Posts Service Contract.mp4 (57.57 MB)
3 -Implementing the Post Service Logic.mp4 (91.04 MB)
4 -Integrating Service Layer with Dependency Injection.mp4 (125.12 MB)
5 -Hashtag Service Implementation and Integration.mp4 (90.27 MB)
6 -Stories Service Implementation and Integration.mp4 (64.87 MB)
7 -File Service Implementation And Setup.mp4 (123.61 MB)
8 -Fixing and Optimizing Image Upload Functionality.mp4 (55.96 MB)
1 -Adding Service Method to Load Favorited Posts.mp4 (58.38 MB)
2 -Creating a Controllerand, an Action and a View for Favorite Posts.mp4 (31.94 MB)
3 -Loading Favorited Posts.mp4 (42.86 MB)
1 -Creating User Profile Settings Controller, Action and View.mp4 (34.02 MB)
2 -Creating the User Profile Settings Service.mp4 (54.42 MB)
3 -Designing the Header Section of User Profile.mp4 (71.26 MB)
4 -Designing the Tabs Section of User Profile.mp4 (108.84 MB)
5 -Implementing Profile Picture Upload Service Method.mp4 (61.52 MB)
6 -Previewing and Uploading the User Profile Picture.mp4 (69.68 MB)
7 -Implementing 'Update Profile' Tab Functionality.mp4 (43.54 MB)
8 -Adding 'Password' Tab Update Functionality.mp4 (34.43 MB)
1 -Creating a New Service Method to Get Post Details.mp4 (38.33 MB)
2 -Creating Post Details Action Handler.mp4 (29.12 MB)
3 -Implementing Post Details Display.mp4 (67.75 MB)
4 -Fixing Image Loading in Post Details View.mp4 (102.4 MB)
5 -Fixing Show All Comments Button.mp4 (63.91 MB)
1 -Configuring Identity Services.mp4 (81.93 MB)
10 -Customizing Default Password Requirements.mp4 (32.23 MB)
11 -Implementing Login with Validation.mp4 (75.65 MB)
12 -Redirecting Users After Login.mp4 (52.4 MB)
13 -Displaying Menus Based on User Authentication.mp4 (28.86 MB)
14 -Logging Users Out Securely.mp4 (33.13 MB)
15 -Displaying User Details Using Claims.mp4 (165.21 MB)
16 -Secure Password Updates with Tab Navigation.mp4 (136.97 MB)
17 -Managing User Profile Updates.mp4 (119.99 MB)
18 -Enhancing Profile Visibility with User Data.mp4 (119.12 MB)
19 -Refactoring User ID Handling with Base Controller.mp4 (136.94 MB)
2 -Adding Custom Identity Classes and Modifying Database Tables.mp4 (97.97 MB)
3 -Seeding Application Database with Roles and Users.mp4 (154.58 MB)
4 -Creating the Authentication Controller with Empty Login and Register Views.mp4 (23.47 MB)
5 -Designing the Login Form with an Image Slider.mp4 (171.57 MB)
6 -Designing the Registration Form.mp4 (67.5 MB)
7 -Registering a New User.mp4 (139.53 MB)
8 -Adding Validation to the Registration Form.mp4 (136.44 MB)
9 -Handling Registration Errors.mp4 (69.72 MB)
1 -Github Branches Course Code Navigation.mp4 (5 MB)
2 -What Is the ASP NET MVC Pattern.mp4 (16.33 MB)
3 -assets.zip (224.93 KB)
3 -Setting up Application Assets.mp4 (53.37 MB)
1 -Creating a Google OAuth Application.mp4 (45.92 MB)
2 -Implementing Google Authentication in Your Application.mp4 (33.09 MB)
3 -Managing Google User Authentication Flow.mp4 (118.54 MB)
4 -Setting Up GitHub OAuth Application.mp4 (25.8 MB)
5 -Implementing GitHub Authentication in Your Application.mp4 (16.21 MB)
6 -Managing GitHub User Authentication Flow.mp4 (34.69 MB)
1 -Creating a New Controller for User Profile Details.mp4 (108.32 MB)
2 -Designing the Top Section of the Profile Page.mp4 (44.97 MB)
3 -Designing the Posts & Friends Section.mp4 (54.42 MB)
4 -Loading User Details - Show User Posts.mp4 (63.55 MB)
5 -Simplifying User Details Page - Show Posts Without Comments Section.mp4 (29.4 MB)
6 -Updating User Profile Section - Show Profile Picture, Full Name, and Username.mp4 (101.03 MB)
7 -Fixing Broken Links & Profile Picture URL Issues.mp4 (30.51 MB)
1 -Setting Up Database Infrastructure.mp4 (86.7 MB)
2 -Creating FriendsService And a Method For Sending Friend Requests.mp4 (40.54 MB)
3 -Create Service Methods For Managing Friend Requests (Accept, Reject, Cancel).mp4 (80.15 MB)
4 -Creating FriendsController and View.mp4 (25.77 MB)
5 -Creating the 'People You May Know' ViewComponent.mp4 (46.03 MB)
1 -Designing the Application's TopBar with Tailwind CSS.mp4 (295.51 MB)
2 -Designing the Application's Sidebar with Tailwind CSS and a Partial View.mp4 (86.5 MB)
3 -Designing the Application's Story Placeholder with Tailwind CSS.mp4 (101.62 MB)
4 -Designing the Application's Story Modal with Tailwind CSS.mp4 (92.01 MB)
5 -Designing the Create Status Placeholder with Tailwind CSS.mp4 (32.78 MB)
6 -Designing the Application's Create Status Modal with Tailwind CSS.mp4 (77.9 MB)
7 -Designing the Application's Post Placeholder with Tailwind CSS.mp4 (162.17 MB)
8 -Designing the Application's Suggested Friends Placehoder with Tailwind CSS.mp4 (54.69 MB)
9 -Designing the Application's Trends For You Placehoder with Tailwind CSS.mp4 (45.14 MB)
1 -Create an Empty SQL Database and Store the Connection String in Your Project.mp4 (34.2 MB)
2 -Set Up Entity Framework Core Install NuGet, Create AppDbContext, Configure It.mp4 (58.94 MB)
3 -Create a Model, Add Migrations, and Update the Database with Entity Framework.mp4 (64.48 MB)
4 -Creating a Separate Data Project.mp4 (73.77 MB)
5 -Creating a User Model and Users Table in the Database.mp4 (31.12 MB)
6 -Building One-to-Many Relationships in C# with Entity Framework User and Posts.mp4 (40.31 MB)
7 -Setting Up a Database Initializer for Our Project.mp4 (97.86 MB)
1 -Using AppDbContext in HomeController to Load Posts and User Data.mp4 (36.33 MB)
2 -Replace Hardcoded Timeline Posts with Database Data.mp4 (95.27 MB)
3 -Creating a Post Partial View to Simplify the Timeline View.mp4 (44.02 MB)
4 -Implement User-Friendly Time Display for Your Social Media Posts.mp4 (56.04 MB)
5 -Creating the Post Action in HomeController.mp4 (40.23 MB)
6 -Creating Your First Text-Only Status.mp4 (61.48 MB)
7 -Updating Post Action with Image Upload Support.mp4 (52.57 MB)
8 -Creating Status Implementing Image Preview and Upload.mp4 (95.91 MB)
1 -Creating a Like Model, Likes Table, and Defining Relationships in the Database.mp4 (80.86 MB)
2 -Implementing LikeUnlike Action in Home Controller.mp4 (43.51 MB)
3 -Adding Post LikeUnlike Functionality.mp4 (40.28 MB)
4 -Showing Post Likes and Like Status.mp4 (43.25 MB)
1 -Creating a Comment Model, Comments Table, and Defining Relationships in the DB.mp4 (55.7 MB)
2 -Implementing AddPostComment Action in Home Controller.mp4 (36.18 MB)
3 -Adding a New Comment to Database.mp4 (45.14 MB)
4 -Displaying Comments and Comment Counts on Posts.mp4 (90.25 MB)
5 -Managing Comment Overflow with Show More Button.mp4 (28.36 MB)
6 -Adding Delete Icon to Post Comments.mp4 (42.21 MB)
7 -Removing a Comment from a Post.mp4 (32.34 MB)
1 -Creating a Favorite Model, Favorites Table, and Defining Relationships.mp4 (42.39 MB)
2 -Implementing FavoriteUnfavorite Action in Home Controller.mp4 (26.2 MB)
3 -Adding Post FavoriteUnfavorite Functionality.mp4 (27.75 MB)
4 -Showing Post Favorites Count and Favorite Status.mp4 (69.14 MB)
1 -Setting Post Visibility Toggle.mp4 (61.78 MB)
2 -Sending Visibility Toggle Requests and Updating UI.mp4 (55.23 MB)
3 -Filtering Private Posts.mp4 (29.7 MB)
2 -What to Expect From This Course.mp4 (13.19 MB)
3 -Setting up Development Environment.mp4 (28.69 MB)
4 -ASP NET MVC Project Setup, Default Files, and GitHub Repository Management.mp4 (89.02 MB)
1 -Creating a Report Model, Reports Table, and Defining Relationships in the DB.mp4 (44.98 MB)
2 -Creating an Action to Report a Post.mp4 (27.82 MB)
3 -Sending a Report Request and Updating the UI.mp4 (51.43 MB)
4 -Filtering Out Reported Posts.mp4 (21.81 MB)
1 -Implementing Post Delete Confirmation Dialog.mp4 (120.19 MB)
2 -Refractoring Delete Confirmation Dialog.mp4 (38.17 MB)
3 -Hard Deletion of Posts From the Database.mp4 (63.71 MB)
4 -Soft Deletion of Posts From the Database.mp4 (40.25 MB)
1 -Setting Up the Database to Support Stories.mp4 (43 MB)
2 -Creating an Action to Create a Story.mp4 (64.42 MB)
3 -Designing the Story Preview Interface.mp4 (62.9 MB)
4 -Creating User Stories.mp4 (53.04 MB)
5 -Creating a View to Load Stories.mp4 (39.51 MB)
6 -Loading and Previewing Stories from Database.mp4 (53.47 MB)
1 -Understanding ViewComponents vs Partial Views in ASP NET Core.mp4 (39.19 MB)
2 -Creating Your First ViewComponent Loading Stories Data.mp4 (69.74 MB)
3 -Customizing Redirects After Creating a Story.mp4 (15.92 MB)
4 -Hiding Stories After 24 Hours.mp4 (22.07 MB)
1 -Creating the Hashtags Table.mp4 (31.7 MB)
2 -Converting Hashtags Partial View to ViewModel.mp4 (29.91 MB)
3 -Creating a Helper Class to Extract Hashtags.mp4 (36.04 MB)
4 -Finding and Storing Hashtags After Post Creation.mp4 (74.23 MB)
5 -Updating ViewComponent to Show Hashtag Counts.mp4 (46.19 MB)
6 -Updating Hashtags Count When a Post Is Removed.mp4 (28.96 MB)
1 -Understanding the Benefits of Using Services Instead of Direct Context Access.mp4 (23.63 MB)
2 -Defining the Posts Service Contract.mp4 (57.57 MB)
3 -Implementing the Post Service Logic.mp4 (91.04 MB)
4 -Integrating Service Layer with Dependency Injection.mp4 (125.12 MB)
5 -Hashtag Service Implementation and Integration.mp4 (90.27 MB)
6 -Stories Service Implementation and Integration.mp4 (64.87 MB)
7 -File Service Implementation And Setup.mp4 (123.61 MB)
8 -Fixing and Optimizing Image Upload Functionality.mp4 (55.96 MB)
1 -Adding Service Method to Load Favorited Posts.mp4 (58.38 MB)
2 -Creating a Controllerand, an Action and a View for Favorite Posts.mp4 (31.94 MB)
3 -Loading Favorited Posts.mp4 (42.86 MB)
1 -Creating User Profile Settings Controller, Action and View.mp4 (34.02 MB)
2 -Creating the User Profile Settings Service.mp4 (54.42 MB)
3 -Designing the Header Section of User Profile.mp4 (71.26 MB)
4 -Designing the Tabs Section of User Profile.mp4 (108.84 MB)
5 -Implementing Profile Picture Upload Service Method.mp4 (61.52 MB)
6 -Previewing and Uploading the User Profile Picture.mp4 (69.68 MB)
7 -Implementing 'Update Profile' Tab Functionality.mp4 (43.54 MB)
8 -Adding 'Password' Tab Update Functionality.mp4 (34.43 MB)
1 -Creating a New Service Method to Get Post Details.mp4 (38.33 MB)
2 -Creating Post Details Action Handler.mp4 (29.12 MB)
3 -Implementing Post Details Display.mp4 (67.75 MB)
4 -Fixing Image Loading in Post Details View.mp4 (102.4 MB)
5 -Fixing Show All Comments Button.mp4 (63.91 MB)
1 -Configuring Identity Services.mp4 (81.93 MB)
10 -Customizing Default Password Requirements.mp4 (32.23 MB)
11 -Implementing Login with Validation.mp4 (75.65 MB)
12 -Redirecting Users After Login.mp4 (52.4 MB)
13 -Displaying Menus Based on User Authentication.mp4 (28.86 MB)
14 -Logging Users Out Securely.mp4 (33.13 MB)
15 -Displaying User Details Using Claims.mp4 (165.21 MB)
16 -Secure Password Updates with Tab Navigation.mp4 (136.97 MB)
17 -Managing User Profile Updates.mp4 (119.99 MB)
18 -Enhancing Profile Visibility with User Data.mp4 (119.12 MB)
19 -Refactoring User ID Handling with Base Controller.mp4 (136.94 MB)
2 -Adding Custom Identity Classes and Modifying Database Tables.mp4 (97.97 MB)
3 -Seeding Application Database with Roles and Users.mp4 (154.58 MB)
4 -Creating the Authentication Controller with Empty Login and Register Views.mp4 (23.47 MB)
5 -Designing the Login Form with an Image Slider.mp4 (171.57 MB)
6 -Designing the Registration Form.mp4 (67.5 MB)
7 -Registering a New User.mp4 (139.53 MB)
8 -Adding Validation to the Registration Form.mp4 (136.44 MB)
9 -Handling Registration Errors.mp4 (69.72 MB)
1 -Github Branches Course Code Navigation.mp4 (5 MB)
2 -What Is the ASP NET MVC Pattern.mp4 (16.33 MB)
3 -assets.zip (224.93 KB)
3 -Setting up Application Assets.mp4 (53.37 MB)
1 -Creating a Google OAuth Application.mp4 (45.92 MB)
2 -Implementing Google Authentication in Your Application.mp4 (33.09 MB)
3 -Managing Google User Authentication Flow.mp4 (118.54 MB)
4 -Setting Up GitHub OAuth Application.mp4 (25.8 MB)
5 -Implementing GitHub Authentication in Your Application.mp4 (16.21 MB)
6 -Managing GitHub User Authentication Flow.mp4 (34.69 MB)
1 -Creating a New Controller for User Profile Details.mp4 (108.32 MB)
2 -Designing the Top Section of the Profile Page.mp4 (44.97 MB)
3 -Designing the Posts & Friends Section.mp4 (54.42 MB)
4 -Loading User Details - Show User Posts.mp4 (63.55 MB)
5 -Simplifying User Details Page - Show Posts Without Comments Section.mp4 (29.4 MB)
6 -Updating User Profile Section - Show Profile Picture, Full Name, and Username.mp4 (101.03 MB)
7 -Fixing Broken Links & Profile Picture URL Issues.mp4 (30.51 MB)
1 -Setting Up Database Infrastructure.mp4 (86.7 MB)
2 -Creating FriendsService And a Method For Sending Friend Requests.mp4 (40.54 MB)
3 -Create Service Methods For Managing Friend Requests (Accept, Reject, Cancel).mp4 (80.15 MB)
4 -Creating FriendsController and View.mp4 (25.77 MB)
5 -Creating the 'People You May Know' ViewComponent.mp4 (46.03 MB)
1 -Designing the Application's TopBar with Tailwind CSS.mp4 (295.51 MB)
2 -Designing the Application's Sidebar with Tailwind CSS and a Partial View.mp4 (86.5 MB)
3 -Designing the Application's Story Placeholder with Tailwind CSS.mp4 (101.62 MB)
4 -Designing the Application's Story Modal with Tailwind CSS.mp4 (92.01 MB)
5 -Designing the Create Status Placeholder with Tailwind CSS.mp4 (32.78 MB)
6 -Designing the Application's Create Status Modal with Tailwind CSS.mp4 (77.9 MB)
7 -Designing the Application's Post Placeholder with Tailwind CSS.mp4 (162.17 MB)
8 -Designing the Application's Suggested Friends Placehoder with Tailwind CSS.mp4 (54.69 MB)
9 -Designing the Application's Trends For You Placehoder with Tailwind CSS.mp4 (45.14 MB)
1 -Create an Empty SQL Database and Store the Connection String in Your Project.mp4 (34.2 MB)
2 -Set Up Entity Framework Core Install NuGet, Create AppDbContext, Configure It.mp4 (58.94 MB)
3 -Create a Model, Add Migrations, and Update the Database with Entity Framework.mp4 (64.48 MB)
4 -Creating a Separate Data Project.mp4 (73.77 MB)
5 -Creating a User Model and Users Table in the Database.mp4 (31.12 MB)
6 -Building One-to-Many Relationships in C# with Entity Framework User and Posts.mp4 (40.31 MB)
7 -Setting Up a Database Initializer for Our Project.mp4 (97.86 MB)
1 -Using AppDbContext in HomeController to Load Posts and User Data.mp4 (36.33 MB)
2 -Replace Hardcoded Timeline Posts with Database Data.mp4 (95.27 MB)
3 -Creating a Post Partial View to Simplify the Timeline View.mp4 (44.02 MB)
4 -Implement User-Friendly Time Display for Your Social Media Posts.mp4 (56.04 MB)
5 -Creating the Post Action in HomeController.mp4 (40.23 MB)
6 -Creating Your First Text-Only Status.mp4 (61.48 MB)
7 -Updating Post Action with Image Upload Support.mp4 (52.57 MB)
8 -Creating Status Implementing Image Preview and Upload.mp4 (95.91 MB)
1 -Creating a Like Model, Likes Table, and Defining Relationships in the Database.mp4 (80.86 MB)
2 -Implementing LikeUnlike Action in Home Controller.mp4 (43.51 MB)
3 -Adding Post LikeUnlike Functionality.mp4 (40.28 MB)
4 -Showing Post Likes and Like Status.mp4 (43.25 MB)
1 -Creating a Comment Model, Comments Table, and Defining Relationships in the DB.mp4 (55.7 MB)
2 -Implementing AddPostComment Action in Home Controller.mp4 (36.18 MB)
3 -Adding a New Comment to Database.mp4 (45.14 MB)
4 -Displaying Comments and Comment Counts on Posts.mp4 (90.25 MB)
5 -Managing Comment Overflow with Show More Button.mp4 (28.36 MB)
6 -Adding Delete Icon to Post Comments.mp4 (42.21 MB)
7 -Removing a Comment from a Post.mp4 (32.34 MB)
1 -Creating a Favorite Model, Favorites Table, and Defining Relationships.mp4 (42.39 MB)
2 -Implementing FavoriteUnfavorite Action in Home Controller.mp4 (26.2 MB)
3 -Adding Post FavoriteUnfavorite Functionality.mp4 (27.75 MB)
4 -Showing Post Favorites Count and Favorite Status.mp4 (69.14 MB)
1 -Setting Post Visibility Toggle.mp4 (61.78 MB)
2 -Sending Visibility Toggle Requests and Updating UI.mp4 (55.23 MB)
3 -Filtering Private Posts.mp4 (29.7 MB)
Screenshot
TurboBit
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!