Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Adding a Project to GitHub
This video demonstrates how to add a project to GitHub. This clip is from the chapter "Source and Package Management" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this section, you will learn about source...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Adding Roles and Authorizations
This video shows how to add roles and authorizations. This clip is from the chapter "User Authentication" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this section, you will learn how to implement user...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Setting up a Database
This video demonstrates how to setup a database. This clip is from the chapter "Setup ASP.NET Model View Controller (MVC) Application" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this section, you will...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Managing Database Changes
This video explains how to manage database changes. This clip is from the chapter "Setup ASP.NET Model View Controller (MVC) Application" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this section, you will...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Partial View and Data Refresh
This video explains the concept of partial view and data refresh. This clip is from the chapter "Using jQuery and Ajax" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this section, you will learn how to use...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Installing jQuery UI JavaScript Libraries
This video demonstrates how to install jQuery UI JavaScript libraries. This clip is from the chapter "Using jQuery and Ajax" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this section, you will learn how to...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Customizing a View - Additional Data
This video explains how to customize a view using additional data. This clip is from the chapter "Setup ASP.NET Model View Controller (MVC) Application" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Adding Entity Framework Data Model
This video explains how to create an Entity Framework model from the database tables. These models are classes that you will use to work with the data. Each model mirrors a table in the database and contains properties that correspond to...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Adding Data Validations to Forms
This video shows how to add data validations to forms. This clip is from the chapter "Setup ASP.NET Model View Controller (MVC) Application" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this section, you...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Adding Lecturer and Enrollment Management Modules
This video explains how to add lecturer and enrollment management modules. This clip is from the chapter "Using jQuery and Ajax" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this section, you will learn how...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Creating the ASP.NET Model View Controller (MVC) Project
This video focuses on the ASP.NET MVC web development with controllers and views. You will also learn how to create a web app. This clip is from the chapter "Setup ASP.NET Model View Controller (MVC) Application" of the series "Learn...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Scaffolding: Adding Controller and Views
This video explains the concept of scaffolding. The scaffold will include a controller and views that correspond to the course models. This clip is from the chapter "Setup ASP.NET Model View Controller (MVC) Application" of the series...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Adding User Data Points
This video shows how to add user data points. This clip is from the chapter "User Authentication" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this section, you will learn how to implement user...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Tour of Folder Structure and Adding Views
This video explains how to create new views and how to create links to browse through them. You will also get a tour of the folder structure and develop an appreciation for the files and their role in our project. This clip is from the...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Implementing jQuery UI Autocomplete
This video explains how to implement jQuery UI Autocomplete. This clip is from the chapter "Using jQuery and Ajax" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this section, you will learn how to use jQuery...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Customizing a View - Bootstrap
This video explains how to customize a view in Bootstrap. This clip is from the chapter "Setup ASP.NET Model View Controller (MVC) Application" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this section, you...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Creating a jQuery/Ajax Form
This video explains how to create a jQuery/Ajax form. This clip is from the chapter "Using jQuery and Ajax" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this section, you will learn how to use jQuery and Ajax.
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Understanding Package Management
This video explains the concept of package management in detail. This clip is from the chapter "Source and Package Management" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this section, you will learn about...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Understanding Authentication Functionality
This video explains the concept of authentication functionality in detail. This clip is from the chapter "User Authentication" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this section, you will learn how to...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Control User Access
This video explains how to control user access. This clip is from the chapter "User Authentication" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this section, you will learn how to implement user...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Installing Visual Studio Community Edition
This video demonstrates how to install Visual Studio Community Edition. This clip is from the chapter "Setup ASP.NET Model View Controller (MVC) Application" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this...
Curated Video
Predictive Analytics with TensorFlow 1.4: Vectors, Matrices, and Graphs
We will discuss vectors, metrics, and tensors, which are some fundamental topics for learning predictive analytics. • Understand vectors and matrices • Find transpose of matrix
Curated Video
Predictive Analytics with TensorFlow 4.2: From Disaster to Decision –Titanic Example Revisited
In this video, we will see how we could develop several predictive models for Titanic survival prediction and do some analytics using them. In particular, we will discuss logistic regression, random forest, and linear SVM. We start with...
Curated Video
Predictive Analytics with TensorFlow 4.1: Supervised Learning for Predictive Analytics
In this video, we will see a type of machine learning process that is supervised learning. We will also see linear regression. We will use it for movie rating prediction. • See the spam filtering example • Use linear regression for movie...