1 / 21

Lecture 1:

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.

burnsl
Download Presentation

Lecture 1:

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


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

  2. 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

  3. 50 % The C# Language 30 % Windows Programming 10% LINQ 10% XML/WPF

  4. Step-by-Step 2. Working with Variables, Operators, and Expressions 6. Managing Error and Exceptions 7. Creating and Managing Classes and Objects 10. Using Arrays and Collections 18. Introducing Generics 19. Enumerating Collections 21. Operator Overloading 22. Introducing Windows Presentation Foundation WROX Nutshell Chapter 1: Introducing C# Chapter 2 : Writing a C# Program Chapter 3 : Variables and Expressions Chapter 4 : Flow Control Chapter 5 : More About Variables Chapter 6 : Functions Chapter 7 : Debugging and Error Handling Chapter 8: Introduction to Object - Oriented Programming Chapter 9: Defining Classes Chapter 10: Defining Class Members Chapter 11 : Collections, Comparisons, and Conversions 2. C# Language Basics 3. Creating Types in C# 6. Framework Fundamentals 7. Collections 8. LINQ Queries 10. LINQ to XML 11. Other XML Technologies 26. Regular Expressions

  5. Creating a .NET Application

  6. Applications you can Write with C#

  7. Visual Studio .NET

  8. Creating a Console Application

  9. Creating a Windows Application

  10. Properties

  11. Summary

More Related