Programming C# 6, (Part 2 of 12): Your First App
Interactive

Programming C# 6, (Part 2 of 12): Your First App

Biz Library
Updated Feb 04, 2020

Nothing is stopping you from using your favorite text editor and command-like tools to build .NET projects, but Visual Studio provides an environment that will help you be much more productive. In this course you'll learn about some of the best features of Visual Studio and learn how to create complete solutions with it. You'll also learn about the rich support for debugging in both C# and Visual Studio, so you can hunt down the causes for problems in your applications.

Lesson 1:

  • Working with Profile Settings
  • Demo: Profile Settings
  • Demo: Import & Reset Settings.

Lesson 2:

  • Demo: Visual Studio Options
  • Demo: New Project
  • Demo: Visual Studio Workspace.

Lesson 3:

  • Demo: Solution Explorer
  • Demo: Project Properties
  • Demo: Changing Namespaces.

Lesson 4:

  • Demo: References
  • Demo: Comments
  • Demo: Intellisense.

Lesson 5:

  • Demo: Building a Project
  • Demo: Build Menu
  • Demo: Configuration Manager.

Lesson 6:

  • Code Error Types
  • Demo: Debug Project
  • Demo: Application Testing
  • Demo: Syntax Errors
  • Demo: Dealing with Errors.

Lesson 7:

  • Breakpoints
  • Demo: Set Breakpoints
  • Demo: Breakpoint Window
  • Demo: The Debugger.

Lesson 8:

  • Demo: Runtime Errors
  • Handling Errors
  • Demo: Handling Errors
  • Demo: Logic Errors
  • Investigating Exceptions
  • Structured Exception Handling.