Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Interior Nine-Inch Walls: Servant Kitchen, Pantry, and Dining Room
In this video, we will focus on drafting interior walls of the servant kitchen, pantry, and dining room in AutoCAD 2D. You will learn how to create walls with proper dimensions and alignments, set wall properties, and create openings for...
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Interior Nine-Inch Walls: Lounge and Kitchen
In this video, we will cover drafting interior walls of the lounge and kitchen in AutoCAD 2D. You will learn how to create walls with precise dimensions and alignments, set wall properties, and create openings for doors and windows.
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Interior Nine-Inch Walls: Bedroom, Lobby, and Bath
In this video, we will focus on drafting interior walls of the bedroom, lobby, and bathroom in AutoCAD 2D. You will learn how to create walls with proper dimensions and alignments, set wall properties, and create openings for doors and...
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Interior Nine-Inch Walls: Master Bedroom and Bath
In this video, we will cover drafting interior walls of the master bedroom and bathroom in AutoCAD 2D. You will learn how to create walls with precise dimensions and alignments, set wall properties, and create openings for doors and...
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Setting Units and Limits
In this video, you will learn how to set the units and limits in AutoCAD 2D for creating an accurate ground floor plan. You will learn how to configure the drawing units, set the drawing limits, and adjust the grid and snap settings to...
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Working with Dimensions-1
In this video, we will cover the basics of dimensioning in AutoCAD 2D, which is essential for adding accurate measurements to your drawings. You will learn how to create different types of dimensions, set dimension styles, and customize...
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Working with Layers and Blocks
In this video, we will explore the concept of layers and blocks in AutoCAD 2D, which are essential for organizing and managing your drawings. You will learn how to create and manage layers, set layer properties, and work with blocks for...
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Learning Some Initial Commands
In this video, we will cover the fundamental commands in AutoCAD 2D that are used for creating and modifying basic shapes, lines, and objects. You will learn how to draw lines, circles, and rectangles, as well as modify them using basic...
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - How to Install AutoCAD 2D on Your PC
In this video, we will walk you through the process of installing AutoCAD 2D on your PC. You will learn step-by-step instructions on how to install the software, set up the required configurations, and activate your license. We will also...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the DeleteCustomer Action Method
This video explains the code to delete a customer from the database. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of the series "ASP.NET 6.0 - Build Hands-On Web...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create UpdateCustomer View
You will be able to understand the creation and working of the view to render an update of a customer record. They will get a refresher on the client- and server-side validation in the process. The completed application until this point...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create UpdateCustomer Action Methods
This video is about creating the GET and POST action methods for updating a customer. You will learn the code with a thorough explanation of the methods. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Client-Side Validation of Customer Model
This video shows the process to add client-side validation using jQuery unobtrusive package. You will see the working of client-side through F12 Chrome developer tools and also explain how validation on Client works. This clip is from...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Server-Side Validation with AddCustomer View
AddCustomer view is added in this video along with suitable markup with built-in tag helpers to add model or server-side application. The application is run at the end of the video to demonstrate server-side validation in action. This...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create AddCustomer Action Methods
On the Customer Controller side, AddCustomer (GET and POST) action methods are coded in this video with an explanation. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Add Validation Attributes to Customer Class
This video discusses the use of System.ComponentModel.DataAnnotation library for attribute validation for the Customer class. You will become aware of the usage of validation attributes. At the end of this video, you will know the...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the View to Get Customer by ID
Completing this video will allow you to create a view that shows a customer with a specific ID and a message if that customer does not exist in the database. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the GetCustomer Action Methods
You will learn how to complete the coding for the GetCustomer Action methods (both GET and POST) for the Customer Controller. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client"...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the Index View (Customer Controller)
This video walks through the coding for creating the index view for the Customer Controller. The application is run to see the Customer list. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the Customer Controller
Students will be able to create the Customer Controller and complete the Index action method after completing this video. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Edit Home Controller Index View
We will edit the default Index view of the home controller in this video to customize it according to our needs. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of the...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Install Nuget Packages
In this video, you will know which are the essential Nuget packages for the MVC client application and how to install them in the project. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Modify the Home Controller
The HomeController is edited to customize it for starting the application. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of the series "ASP.NET 6.0 - Build Hands-On Web...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Configuring the Startup Class
The Startup class explains ways to configure it to include the essential code to configure the appropriate service and include essential middleware. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an...