BitTorrent Трекер RusTrek.ru http://5.45.70.241/ |
|
[pluralsight-training.net] Курсы по .NET часть 2 [2010-2011, ENG] http://5.45.70.241/viewtopic.php?f=513&t=37214 |
Страница 1 из 1 |
Автор: | Релизер [ 2012-04-22 17:02 ] |
Заголовок сообщения: | [pluralsight-training.net] Курсы по .NET часть 2 [2010-2011, ENG] |
Курсы по .NET часть 2 #777 #777 Год выпуска: 2010-2011 Производитель: pluralsight-training.net Продолжительность: 12:35:01 Тип раздаваемого материала: Видеоурок Язык: Английский Описание: 6 курсов по языкам и технологиям .NET .NET Reflector by Example Learn how to effectively use Redgate's .NET Reflector through a series of sample demonstrations. .NET Regular Expressions Using regular expressions in .NET to process text. Aspect Oriented Programming in .NET In this course, we will walk through the concepts involved with Aspect-Oriented Programming (AOP) in a .NET environment. AOP is a programming paradigm that enables increased modularity by allowing the separation of cross-cutting concerns through interceptors and code weaving. A typical example is logging - AOP makes it easy to cleanly inject logging behavior into classes without modifying method bodies. This course uses frameworks like Castle Windsor and PostSharp to implement AOP in .NET projects. C# 4.0 New Features This course describes the new features in version 4.0 of the C# language, from optional and named parameters, support of new variance scenarios to the "dynamic" keyword for DLR interaction and a few new compiler options. IronRuby by Example Have you heard of Ruby? It's a fantastic dynamic programming language with a focus on simplicity and productivity. This course shows you how to get up and running with IronRuby - a .NET implementation of Ruby. VB.NET Fundamentals This course is intended for those who are new, or fairly new, to the .NET Framework and programming with Visual Basic. it has a strong focus on the language features and the integration with the Framework Class Libraries (FCL). The course is intended to give you a solid foundation so that you'll be prepared to watch courses on building full applications with technologies like WPF and ASP.NET. Introducing redgate .NET Reflector 00:41:27 Reflector part 1 12:56 Reflector part 2 14:12 Reflector part 3 14:19 Debugging SharePoint 2010 With Reflector 00:22:50 Debugging SharePoint 2010 With Reflector 22:50 Introduction To Regex 00:23:15 Overview 04:29 Concatenation 02:56 Concatenation Algorithm 03:56 Alernation 03:18 Repetition 05:27 Summary 02:36 References 00:33 Matching the Whole String 00:42:35 Overview 01:37 Next Match 06:28 String and Line Endpoints 06:22 Character Classes 06:34 Special Characters 02:53 Word Boundries 03:44 Wild Character 12:42 Summary 02:15 Regex Groups and Captures 00:37:09 Overview 00:46 Group 02:05 Group identity 08:59 Ignore Whitespace 02:00 Inline Comments 00:34 Group Name 01:03 Captures 04:03 Back Reference 16:28 Summary 01:11 Fine Tuning Regular Expression Matches 00:23:35 Introduction 00:09 Overview 01:53 Atomic Groups 03:07 Lazy Captures 05:13 Character Case 01:09 Explicit Captures 01:34 Pruning Character Classes 01:38 Runaway Expressions 06:11 Summary 01:45 References 00:56 Conditional Expressions 00:26:18 Introduction 01:59 Look Arounds 07:23 If 06:16 Balancing Delimiters 09:34 Summary 01:06 Applying Regex Class 00:56:08 Introduction 01:48 Options & Modifiers 03:48 RegexOptions.Compiled 08:39 CompileToAssembly 07:59 Match 03:51 IsMatch 01:34 RegexOptions.RightToLeft 07:24 RegexOptions.CultureInvariant 05:16 RegexOptions.ECMAScript 00:29 Replace 09:12 Split 02:59 Escape/Unescape 00:59 Summary 02:10 Introduction to AOP 00:08:40 Introduction 01:01 AOP Definition 02:09 Aspect Hook Locations 02:03 Attaching Aspects 02:27 Summary 01:00 AOP using Interceptors 00:16:29 Introduction 00:08 Introduction to Interception 01:14 Interception Process 02:13 Creating Interceptors 00:42 Demo: Creating Interceptors 04:42 Demo: Attaching Interceptors 06:12 Summary 01:18 AOP using IL Code Weaving 00:11:43 Introduction 00:09 Introduction to IL Weaving 00:32 IL Weaving Process 00:55 Creating Aspects 00:32 Demo: Creating Aspects 02:56 Demo: Attaching Aspects 05:53 Summary 00:46 AOP beyond decorators 00:26:54 Introduction 01:39 Moving Past Decorators 03:44 Demo: WCF Attributes 07:21 Demo: Validating Aspect 05:29 Demo: Code Generating Aspect 06:23 Non-AOP Frameworks 01:25 Summary 00:53 C# 4.0 - Parameters 00:38:42 Overview 01:08 Optional Parameters 01:14 Demo: Optional Parameters 02:05 Named Parameters 00:52 Demo: Named Parameters 07:38 Overload Resolution 02:04 Demo: Overload Resolution 09:03 Unexpected Behavior 01:01 Demo: Unexpected Behavior 11:27 Summary 02:10 C# 4.0 - Co- and Contravariance 00:14:53 Overview 00:37 Theory and State before C# 4.0 06:11 Variance: New in C# 4.0 02:42 Demo: Variance in C# 4.0 04:48 Summary 00:35 C# 4.0 - "dynamic" 00:31:31 Overview 00:44 The 'dynamic' keyword 04:25 Demo: Basics of the 'dynamic' keyword 07:59 How It Works 01:27 Reflection Misconceptions 02:00 Demo: 'dynamic' and Automation 09:34 Demo: 'dynamic' and IronPython 04:48 Summary 00:34 C# 4.0 - New Compiler Options 00:09:03 Overview 00:39 Embedding COM Interop Type Info 03:17 Demo: Embedding COM Interop Type Info 02:28 Compile-time app.config Files 02:00 Summary 00:39 Getting started with IronRuby 00:21:25 Getting started 11:24 Hosting 10:01 Introduction to Visual Basic 00:46:52 Introduction 01:16 What is .NET? 04:19 What is Visual Basic? 09:13 Variables 14:29 Operators 09:59 Arrays 04:31 Enumerations 02:37 Summary 00:28 Flow Control and Exceptions 00:47:11 Introduction 00:32 If Statements 06:21 Case Statements 04:31 For and While Loops 09:09 For Each Loops 02:13 Procedures 13:34 Exceptions 10:31 Summary 00:20 Classes and Objects 00:29:29 Introduction 00:24 Classes and Objects 05:58 Fields 02:24 Properties 11:04 Methods 04:11 Constructors 05:05 Summary 00:23 Types and Assemblies 00:49:21 Introduction 00:33 Value and Reference Types 15:09 Parameter Passing 12:27 Type Conversions 09:22 Assemblies, References and Namespaces 11:19 Summary 00:31 Inheritance and Interfaces 00:58:09 Introduction 00:36 Prepare the Demo 18:09 Inheritance 12:37 Abstract Classes and Members 06:19 Virtual Members 05:43 Constructors 04:03 Interfaces 09:59 Summary 00:43 Collections 00:29:33 Introduction 00:26 Lists 11:15 Dictionaries 08:50 LINQ Queries 08:30 Summary 00:32 Visual Basic and the CLR 00:31:36 Introduction 00:35 Working with the File System 10:54 Garbage Collection 09:59 Threading 04:15 COM Interop 05:13 Summary 00:40 Файлы примеров: отсутствуют Формат видео: WMV Видео: WMW3, 1024x768, 25 fps, ~170 kbps Аудио: MP3, 44100Hz, 128 kb/s, Stereo |
Страница 1 из 1 | Часовой пояс: UTC + 3 часа |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |