In this course, you will learn how to create an Asp.Net Web Forms application from scratch, while implementing the Responsive Design Framework Bootstrap. We will start with the installation of Visual Studio.
From there, we will learn about the different server controls such as a Listbox, Dropdownlist, File Upload controls and more while structuring these controls with Bootstrap for a clean user interface design.
We will then implement different data controls such as a Gridview, Formview, and Repeaters. These controls will be incorporated within Entity Framework and Sql Server for the purpose of advanced data access techniques..
Students who complete this course will acquire the skills for creating advanced Asp.Net web applications while implementing Bootstrap and Entity Framework.
Source Code will be made available. Once the student finishes this course, They will be able to create advanced .NET applications that will be functional on any device.
Introduction To ASP.NET and Visual Studio
In this Lecture, You will be introduced to the basic concepts of the .NET Framework.
You will learn how to Install Visual Studio.
You will Learn the basics concepts of ASP.NET Web Forms.
Summary Powerpoints Downloadable in Zip format.
Introduction Concepts of ASP.NET
Introduction to Bootstrap
In this lecture, you will be introduced to the responsive framework Bootstrap.
In this lecture, you will learn all of the Bootstrap components.
You will learn the basics of the bootstrap framework.
ASP.NET Server Controls with HTML5 and Bootstrap
You will learn how to create your first Asp.Net Web Forms application.
In this lecture, we will analyze our Asp.Net Web Forms application file and folder structure.
In this lecture, you will learn how to use the textbox and button server controls in our Asp.Net Web Forms application.
In this lecture, you will learn how to use bootstrap design patterns on our textbox and button server controls in our Asp.Net Web Forms application.
In this lecture, you will learn how to use the fileupload and dropdownlist server controls in our Asp.Net Web Forms application.
In this lecture, you will learn how to use bootstrap design patterns on our fileupload and dropdownlist server controls in our Asp.Net Web Forms application.
In this lecture, you will learn how to use the calendar, bulletedlist, and other server controls in our Asp.Net Web Forms application.
Summary of Asp.Net Server Controls.
ASP.NET server controls and Bootstrap quiz.
C# Fundamentals
In this lecture, we will introduce the basic concepts of C# in ASP.NET.
In this lecture, will introduce the basic concepts Object Oriented Programming in C#.
In this lecture, we will create our first class in C#.
You will create your first C# variables. You will also create a namespace for all of your class files.
We will create our first C# methods within our classes.
We will create and examine Arrays in C#.
We will implement loops in C#.
We will examine conditional statements and operators in C#.
We will implement an Object Oriented Server Control in C#.
We will summarize our lecture on C#.
Downloads and Source Code
C# Introduction Concepts Quiz
Master Pages and Web User Controls
In this lecture, we will cover the basic concepts of Master Pages in ASP.NET
In this lecture, we will cover the basic concepts of User Controls in ASP.NET
In this lecture, we will create our first User Control
Summary Of Master Pages and User Controls
Download Source Code and lectures
Session Management
This lecture will introduce the basic concepts of state management in ASP.NET.
This lecture will introduce the basic concepts of Client side state management in ASP.NET.
In this lecture, we will demo Viewstate in ASP.NET.
In this lecture, we will demo Hidden Fields in ASP.NET.
In this lecture, we will demo Cookies in ASP.NET.
In this lecture, we will demo Querystrings in ASP.NET.
This lecture will introduce the basic concepts of Server side state management in ASP.NET.
In this lecture, we will demo Session State and Application State in ASP.NET.
Summary Of State Management
Download Source Code and lectures
Jquery and JavaScript in ASP.NET
In this lecture, will discuss the basic concepts of JavaScript and Jquery
In this lecture, we will demo how utilize internal scripts and external scripts for client side development.
In this lecture, we will demo how utilize the Jquery & JavaScript onload & DOM load function.
In this lecture, we will demo how utilize the Jquery & JavaScript Onclick eveny.
In this lecture, we will demo how utilize the Jquery & JavaScript variables.
In this lecture, we will demo how utilize the Jquery & JavaScript Arrays.
In this lecture, we will demo how utilize the Jquery & JavaScript Event Focus & Blur Events.
We will summarize JavaScript & Jquery
Source Code Download
ASP.NET AJAX
In this lecture, will discuss the basic concepts of ASP.NET Ajax Server Controls.
In this lecture, I will demo the ASP.NET Update Panel and Script Manager Controls.
In this lecture, I will demo the ASP.NET Update Progress Control.
In this lecture, I will demo the ASP.NET Timer Control.
In this lecture, I will demo the ASP.NET Ajax async triggers associated to update panels and events.
In this lecture, I will demo the ASP.NET Ajax Control Toolkit.
I will summarize ASP.NET Ajax.
Downloadable Materials
Entity Framework Basics
In this lecture, will discuss the conceptual aspect of Entity Framework.
In this lecture, I will demo how to install SQL Server Express and Execute our SQL Server Script.
In this lecture, I will create our First Entity Data Model based on Entity Framework Database First.
In this lecture, I will create our First Select Statement using LINQ queries and Entity Framework.
In this lecture, I will create our First Delete Statement using LINQ queries and Entity Framework.
In this lecture, I will create our Insert Statement using LINQ queries and Entity Framework.
In this lecture, I will create our First Update Statement using LINQ queries and Entity Framework.
In this lecture, I will incorporate our first stored procedure using LINQ queries and Entity Framework.
Summary of Entity Framework Section
Source Code
ASP.NET Data and DataSource Controls
In this lecture, we will examine the basic features of data source and data bound controls in Asp.Net.
In this lecture, I will demo the Listview Data Bound control with the SQL Data Source Control.
In this lecture, I will demo the Details View Data Bound control with the Object Data Source Control.
In this lecture, I will demo the Gridview Data Bound control with the Linq Data Source Control.
In this lecture, I will demo the Gridview Data Bound control with Entity Framework.
In this lecture, I will demo the Repeater Data Bound control with the SQL Data Source Control.
Summary of Data Bound and Data Source controls.
ASP.NET with Bootstrap Business Forms
In this lecture, we will introduce our Bootstrap Forms associated with CRUD operations.
In this lecture, we will create our Bootstrap Login Form.
In this lecture, we will execute our SQL Server Script for our database.
In this lecture, we will implement a Bootstrap styled gridview hooked up to a Sql Server DataSource Control
In this lecture, we will implement a Bootstrap Modal connected to an Entity Framework Select Statement.
In this lecture, we will implement a Bootstrap Modal connected to an Entity Framework Insert Statement.
In this lecture, we will implement a Bootstrap Modal connected to an Entity Framework Update Statement.