21
Lecture 1: IDE - Integrated Development Environment .NET Framework Visual Studio 2010 .NET Solution Explorer Properties Window

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

Embed Size (px)

Citation preview

Page 1: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window

Lecture 1:

IDE - Integrated Development Environment

.NET Framework

Visual Studio 2010 .NET

Solution Explorer

Properties Window

Page 2: 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

Page 3: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window

50 % The C# Language

30 % Windows Programming

10% LINQ

10% XML/WPF

Page 4: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window

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

Page 5: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window
Page 6: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window

Creating a .NET Application

Page 7: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window
Page 8: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window
Page 9: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window

Applications you can Write with C#

Page 10: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window

Visual Studio .NET

Page 11: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window
Page 12: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window
Page 13: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window
Page 14: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window

Creating a Console Application

Page 15: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window
Page 16: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window
Page 17: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window

Creating a Windows Application

Page 18: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window
Page 19: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window
Page 20: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window

Properties

Page 21: Lecture 1: IDE - Integrated Development Environment.NET Framework Visual Studio 2010.NET Solution Explorer Properties Window

Summary