Introduction to Asp.Net
10 minutes23 secondsPreparation before Asp.Net development
09 minutes16 secondsIntroduction to Asp.Net WebForms
10 minutes06 secondsHello world of Asp.Net WebForms
09 minutes41 secondsIntroduction to Asp.Net MVC
05 minutes53 secondsHello world of Asp.Net MVC
05 minutes52 secondsAsp.Net MVC Add Controller
04 minutes45 secondsAsp.Net MVC Controller related
09 minutes24 secondsAsp.Net MVC adds View and Razor engine
08 minutes31 secondsAsp.Net MVC View related analysis
07 minutes42 secondsAsp.Net MVC Add Model
04 minutes14 secondsAsp.Net MVC connects and creates database LocalDB
07 minutes49 secondsAsp.Net MVC from page to action
10 minutes18 secondsAsp.Net MVC parses Edit's Action and View
06 minutes13 secondsAsp.Net MVC parses Action and View of Details and Delete
08 minutes05 secondsAsp.Net MVC adds search function
07 minutes03 secondsAsp.Net MVC Search via UI
05 minutes42 secondsAsp.Net MVC searches based on existing categories
08 minutes19 secondsAsp.Net MVC adds validation mechanism
07 minutes22 secondsBrowser implementation effect of Asp.Net MVC verification mechanism
04 minutes11 secondsServer-side implementation of Asp.Net MVC verification mechanism
06 minutes16 secondsC# handling exceptions
04 minutes47 secondsGet file details in C#
12 minutes03 secondsC# write file operation
08 minutes52 secondsC# read file operation
08 minutes51 secondsC# indexer syntax
08 minutes30 secondsC# indexer overloading
04 minutes08 secondsC# interface-based indexers and code robustness
06 minutes15 secondsCalling static methods through delegates in C#
05 minutes48 secondsCalling instantiation methods through delegates in C#
04 minutes16 secondsC# 的 multi-casting delegate
Usage of events in WinForms in C#
C# event syntax
C# event related content
Implementation of generics on Class in C#
Further discussion of C# generic classes
Implementation of C# generics on method Method
Implementation of C# generics on delegate Delegate
Several simple built-in Attributes in C#
07 minutes08 secondsC# Custom Attribute
Obtain information in Attribute through reflection in C#
System.Type-based reflection in C#
Reflection of methods, properties, etc. in C#
06 minutes19 secondsDynamic loading and delayed binding in C#
08 minutes23 secondsBasic concepts of C# preprocessing directives and regional preprocessing directives
Conditional preprocessing directives for C#
C# line count and pragma preprocessing directives
Basic concepts and learning tools for regular expressions
Basic syntax of regular expressions
Regex class for C#
05 minutes37 secondsCommon methods of C#’s Regex class
C#’s Match class and Group class
The basic concepts of C# anonymous functions and the development history of delegation
Anonymous methods in C#
Lambda expressions in C#
04 minutes20 secondsBasic concepts and advantages of LINQ for C#
08 minutes20 secondsThe basic components of C#'s LINQ Query
Several basic operations of C#'s LINQ Query
C#'s LINQ Query's into, let keywords
Implementation of C# extension methods in LINQ
C# extension method syntax
Implementation of C# extension methods on enumeration types
C# initializer and syntax
08 minutes00 secondsApplication of C# anonymous classes and initializers in anonymous classes
06 minutes38 secondsCollection initializer for C#
06 minutes37 secondsCourse Introduction
00 minutes54 seconds.NET Framework Overview
11 minutes06 secondsCommon Language Runtime (CLR)
10 minutes25 seconds.NET Framework Class Library
05 minutes20 secondsSummary of this lesson
00 minutes41 secondsEntity Framework overview
10 minutes00 secondsInstallation of Entity Framework
05 minutes55 secondsInstallation of LocalDB and SQL Server Express
10 minutes49 secondsSummary of this lesson
00 minutes39 secondsCreate a data model based on an existing database
10 minutes53 secondsData model parsing and Model Browser
07 minutes09 secondsDBContext
10 minutes07 secondsCourse Introduction
00 minutes25 secondsType of Entity
11 minutes26 secondsEntity interrelationships
07 minutes02 secondsEntity life cycle
06 minutes00 secondsCourse Introduction
00 minutes48 secondsCreate a database using Code First mode
11 minutes51 secondsCode First Migration
10 minutes30 secondsData Annotation 和 Fluent API
05 minutes32 secondsUse Code First mode to connect to an existing database
05 minutes20 secondsCourse Introduction
01 minutes01 secondsCreate Model
07 minutes54 secondsCreate database and code based on Model
04 minutes55 secondsMode selection
05 minutes39 seconds