#777 Год выпуска: 2014 Производитель: Lynda Сайт производителя: http://www.lynda.com/C-tutorials/C-Esse ... 207-2.html Автор: David Gassner Продолжительность: 5h 2m Тип раздаваемого материала: 7h 49m Язык: Английский Описание: C# is an object-oriented language designed by Microsoft and used by systems engineers, desktop programmers, and mobile app developers the world over. In these tutorials, David Gassner takes you through C#'s history, its core syntax, and the fundamentals of writing strong C# code. After explaining C#'s relationship to .NET and Windows, David shows how to install Visual Studio, a great IDE for developing in C#, and then dives into the language itself. Along the way, he covers topics such as: Declaring and initializing variables with a variety of data types Exploring operators, expressions, constants, and enumerations Controlling flow with conditional code and loops Handling exceptions Managing data collections Creating custom classes Organizing classes by namespace Understanding inheritance Whether you're choosing C# as your first step into programming or adding it your existing skillset, these training videos will help you understand the language and use it to build your own great software.
Содержание
Introduction 6m 30s Welcome 1m 19s What you should know before watching this course 3m 21s Using the exercise files 1m 50s 1. What Is C#? 14m 24s The history of C# 3m 54s C#, the .NET Framework, and Windows Runtime 3m 41s Memory management and garbage collection 6m 49s 2. Getting Started 27m 37s Installing Visual Studio 2m 16s Creating a console application 7m 6s Creating a rich desktop application 7m 24s Creating a simple web application 5m 53s Reviewing the CodeRunner app 4m 58s 3. Language Fundamentals 19m 13s Everything is an object 7m 34s Understanding C# syntax 2m 54s Identifier naming conventions 5m 15s Using the documentation 3m 30s 4. Declaring Variables 1h 0m Using built-in data types 8m 23s Declaring variables 8m 50s Working with characters 5m 19s Working with strings 6m 45s Building strings with StringBuilder 3m 57s Parsing strings as numbers 6m 21s Using mathematical operators 5m 39s Working with Boolean values and expressions 5m 30s Using constants and enumerations 4m 43s Working with dates and times 4m 48s 5. Managing Application Flow 50m 15s Getting input in a console application 3m 25s Evaluating conditions with if and else 4m 31s Evaluating conditions with switch statements 4m 1s Looping with for statements 5m 20s Looping with while and do statements 5m 3s Looping with foreach and in 2m 25s Creating reusable code with methods 7m 17s Managing variable visibility and scope 5m 40s Managing flow with break and continue 4m 38s Challenge: Building a simple calculator application 2m 40s Solution: Building a simple calculator application 5m 15s 6. Exception Handling and Debugging 20m 33s Understanding runtime exceptions 2m 18s Debugging exceptions in your code 6m 39s Handling exceptions with try/catch 5m 5s Using multiple catch statements 4m 27s Cleaning up with finally 2m 4s 7. Managing Collections of Data 27m 29s Using simple arrays 6m 16s Using multidimensional arrays 6m 2s Managing ordered data with lists 6m 56s Managing unordered data with dictionaries 8m 15s 8. Creating Custom Classes 37m 41s Defining a class with static methods 5m 50s Representing data with plain-old class objects 5m 3s Declaring private fields and public properties 6m 29s Declaring properties with shorthand get and set methods 2m 55s Overriding the ToString() method 5m 15s Adding multiple constructor methods 4m 42s Organizing classes with namespaces 7m 27s 9. Working with Inheritance and Polymorphism 15m 29s Extending a class to create a new class 5m 13s Overriding and calling base class methods 3m 12s Creating methods that accept subclassed objects 7m 4s 10. Visual Programming and Event Handling 22m 19s Setting visual component property values 4m 19s Handling visual component events 7m 12s Challenge: Creating a visual calculator in Windows Presentation Foundation (WPF) 5m 0s Solution: Creating a visual calculator in Windows Presentation Foundation (WPF) 5m 48s Conclusion 1m 5s Next steps 1m 5s
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 17
Вы не можете начинать темы Вы не можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы не можете добавлять вложения
Ресурс не предоставляет электронные версии произведений, а занимается лишь коллекционированием и каталогизацией ссылок, присылаемых и публикуемых на форуме нашими читателями. Если вы являетесь правообладателем какого-либо представленного материала и не желаете чтобы ссылка на него находилась в нашем каталоге, свяжитесь с нами и мы незамедлительно удалим её. Файлы для обмена на трекере предоставлены пользователями сайта, и администрация не несёт ответственности за их содержание. Просьба не заливать файлы, защищенные авторскими правами, а также файлы нелегального содержания!