Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution...

Post on 04-Jan-2016

222 views 0 download

Tags:

transcript

Lecture 1:

IDE - Integrated Development Environment

.NET Framework

Visual Studio 2010 .NET

Solution Explorer

Properties Window

Visual Studio 2010 and C# are much larger than can be adequately covered in a programming course.

The goal of the course is to provide the student with sufficient understanding to continue to develop programming expertise through self-study and programming practice.

C# in a Nutshell

50 % The C# Language

30 % Windows Programming

10% LINQ

10% XML/WPF

Chapter 1: Introducing C#Chapter 2 : Writing a C# ProgramChapter 3 : Variables and ExpressionsChapter 4 : Flow ControlChapter 5 : More About VariablesChapter 6 : FunctionsChapter 7 : Debugging and Error HandlingChapter 8: Introduction to Object - Oriented ProgrammingChapter 9: Defining ClassesChapter 10: Defining Class MembersChapter 11 : Collections, Comparisons, and Conversions

WROX

2. C# Language Basics3. Creating Types in C#6. Framework Fundamentals7. Collections8. LINQ Queries10. LINQ to XML11. Other XML Technologies26. Regular Expressions

Nutshell

2. Working with Variables, Operators, and Expressions6. Managing Error and Exceptions7. Creating and Managing Classes and Objects10. Using Arrays and Collections18. Introducing Generics19. Enumerating Collections21. Operator Overloading22. Introducing Windows Presentation Foundation

Step-by-Step

Creating a .NET Application

Applications you can Write with C#

Visual Studio .NET

Creating a Console Application

Creating a Windows Application

Properties

Summary