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
09 minutes48 secondsUsage of events in WinForms in C#
04 minutes31 secondsC# event syntax
07 minutes52 secondsC# event related content
07 minutes08 secondsImplementation of generics on Class in C#
09 minutes16 secondsFurther discussion of C# generic classes
05 minutes48 secondsImplementation of C# generics on method Method
06 minutes37 secondsImplementation of C# generics on delegate Delegate
04 minutes10 secondsSeveral simple built-in Attributes in C#
07 minutes08 secondsC# Custom Attribute
08 minutes38 secondsObtain information in Attribute through reflection in C#
03 minutes46 secondsSystem.Type-based reflection in C#
08 minutes32 secondsReflection 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
07 minutes26 secondsConditional preprocessing directives for C#
07 minutes13 secondsC# line count and pragma preprocessing directives
09 minutes20 secondsBasic concepts and learning tools for regular expressions
05 minutes52 secondsBasic syntax of regular expressions
11 minutes13 secondsRegex class for C#
05 minutes37 secondsCommon methods of C#’s Regex class
08 minutes37 secondsC#’s Match class and Group class
10 minutes55 secondsThe basic concepts of C# anonymous functions and the development history of delegation
06 minutes23 secondsAnonymous methods in C#
04 minutes03 secondsLambda expressions in C#
04 minutes20 secondsBasic concepts and advantages of LINQ for C#
08 minutes20 secondsThe basic components of C#'s LINQ Query
07 minutes04 secondsSeveral basic operations of C#'s LINQ Query
10 minutes23 secondsC#'s LINQ Query's into, let keywords
05 minutes25 secondsImplementation of C# extension methods in LINQ
06 minutes11 secondsC# extension method syntax
06 minutes18 secondsImplementation of C# extension methods on enumeration types
07 minutes03 secondsC# 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