C# Soup to Nuts: c# string, c# dataset, c# object, c# thread, c# array, msdn c#, datagrid c#
This is a 22-part video tutorial series entitled “C# Soup to Nuts”. Bill Steele is the instructor. Here are just a few of the topics covered: c# string, c# dataset,
c# object, c# thread, c# array, msdn c#, datagrid c#.
Bill Steele is my favorite Microsoft instructor. He is featured speaker for Microsoft and NASA, a pilot, inventor, has a great sense of humor, and is very entertaining. Oh yes, did I mention that he also knows C# inside and out? This is the most streamlined video tutorial series on c sharp that I have found.
photo credit: batmoo
C# Soup to Nuts
1. Introduction to C# Download Demo Code |
Key Concepts:
A. The basic language constructs 11/13/2006 |
2. Visual C# Express Download Demo Code |
Key Concepts:
A. Visual C# Express is a free download from Microsoft that allows you to develop C# applications 11/20/2006 |
3. Class Libraries Download Demo Code |
Key Concepts:
A. Class Libraries 11/27/2006 |
4. C# Program Structure Download Demo Code |
Key Concepts:
A. What is C# and how are programs written in C# structured 12/4/2006 |
5. Language Fundamentals Download Demo Code |
Key Concepts:
A. Specific C# language features 12/11/2006 |
6. Branching and Looping Download Demo Code |
Key Concepts:
A. Iterators 12/18/2006 |
7. Classes and Objects Download Demo Code |
Key Concepts:
A. Classes 1/8/2007 |
8. Operator Basics Download Demo Code |
Key Concepts:
A. The different kinds of operators and how to use them. 1/15/2007 |
9. Basic Debugging Download Demo Code |
Key Concepts:
A. Debugging 1/22/2007 |
10. Arrays and Collections Download Demo Code |
Key Concepts:
A. Arrays 1/29/2007 |
11. Creating and Manipulating Strings Download Demo Code |
Key Concepts:
A. Creating and Manipulating Strings 2/5/2007 |
12. Exception Handling Download Demo Code |
Key Concepts:
A. Exception Handling 2/12/2007 |
13. Delegates and Events Download Demo Code |
Key Concepts:
A. Delegates and Events allow us to build applications that can let others know that some type of interesting thing has happened within our application. 2/19/2007 |
14. Inheritance and Polymorphism Download Demo Code |
Key Concepts:
A. Inheritance allows one to create objects that are “like” other objects. 2/26/2007 |
15. C# and the Web Download Demo Code |
Key Concepts:
A. ASP.NET and how it relates to C# 3/5/2007 |
16. Custom Web Controls Download Demo Code |
Key Concepts:
A. Building basic ASP.NET controls in C#. 3/12/2007 |
17.C# and Windows Applications Download Demo Code |
Key Concepts:
A. Building basic Windows Applications 3/19/2007 |
18. Custom Controls Download Demo Code |
Key Concepts:
A. Advanced features of Windows Forms development, such as GDI+ that allow us to tailor the user interface to exactly what our applicaiton needs. 3/26/2007 |
19. C# and Windows Presentation Foundation Download Demo Code |
Key Concepts:
A. How to take advantage of Windows Vista’s new presentation system, Windows Presentation Foundation (aka WPF) with C#. 4/9/2007 |
20. C# and SQL Server 2005 Download Demo Code |
Key Concepts:
A. How to include data access features in your applications 4/16/2007 |
21. C# and Game Development Download Demo Code |
Key Concepts:
A. XNA Game Studio Express. 4/23/2007 |
22. C# Application Deployment Options |
Key Concepts:
A. Deployment options 4/30/2007 |