C# Soup to Nuts: c# string, c# dataset, c# object, c# thread, c# array, msdn c#, datagrid c#

Get 5 Hours of FREE PREMIUM Videos:

LearnVisualStudio.NET Free Preview


LearnVisualStudio.NET Free Preview: Declaring Variables and Assigning Values

I am a lifetime member of LearnVisualStudio.net and a Premium Plus member of dotNetVideos.net.

LearnVisualStudio.net is awesome because it grows in value each year as more videos are added.

dotNetVideos.net is also great because it focuses a lot on MS Certifications and practical interview questions.


- Wade Harvey (IdealProgrammer.com)

LearnVisualStudio Premium Videos

Visual C# 2010 for Absolute Beginners C# for Absolute Beginners C# for Absolute Beginners Study Guide Visual Basic for Absolute Beginners Visual Basic Express Edition Study Guide
Visual Basic 9.0 Language Enhancements Entity Framework Linq To Sql Windows Phone 7 Development Unit Testing
ASP.NET MVC 3 (In Progress) ASP.NET MVC Hands On Project ASP.NET For Absolute Beginners Visual Web Developer C# Study Guide Visual Web Developer VB.NET Study Guide
ASP.NET Controls Series ASP.NET AJAX ASP.NET Architecture Series ASP.NET Server Controls Silverlight 4.0
Windows Presentation Foundation Windows Forms Controls Visual Studio 2010 New Features Visual Studio Team System 2008 Visual Studio Team System Features
Getting Started With Sql Server Express Edition


dotNetVideos Premium Video Catalog

Interview Questions & Answers Windows AzureASP.NET MVC 4Windows Phone 7 (3 Videos)Visual Studio 2011 Application Lifecycle Management
LightSwitchHTML 5SOLIDVisual Studio Add-OnsVisual Studio 2010 ALM Lab Management
ASP.NET 4 Deep Dive Microsoft Enterprise Library 5 with ASP.NET 4 (10 Videos)Virtualization Techniques for Developer (5 Videos)Test Series - 70-519: Designing and Developing Web Applications Using Microsoft .NET Framework 4 (20+ Videos)
Test Series - 70-519: Supplemental70-513: Test Series (MCTS) Windows Communication Foundation 4 (20+ Videos)70-515:Web Applications Development with Microsoft .NET Framework 4 (20+ Videos)Test Series - 70-516: Accessing Data with Microsoft .NET Framework 4 (20+ Videos)Test Series: 70-432: Microsoft SQL Server 2008, Implementation and Maintenance (20+ Videos)
Test Series: 70-433: SQL Server AdministrationFrom Novice To Professional - C# (25 Videos)From Novice To Professional - VB.NET (25 Videos)




Premium (Not Free) Video Tutorials

Free Video Tutorials & Free Tools

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# 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 inside and out? This is the most streamlined that I have found.
Creative Commons License photo credit: batmoo

 

C# Soup to Nuts

 

1. Introduction to C# Download Demo Code
Key Concepts:

A. The basic language constructs
B. What types of applications can be built
C. Overview of this webcast series

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
B. Learn about the powerful IDE features like Code Editor, Compiler, Intellisense and the Debugger.
C. The project system that allows us to build a collection to keep all the files related to our program together.

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
B. How the "main" function is defined
C. Basics of the language
D. How C# assembles the lines of code into something meaningful at runtime.

12/4/2006

5. Language Fundamentals Download Demo Code
Key Concepts:

A. Specific C# language features
B. Types
C. Variables
D. Constants
E. Statements

12/11/2006

6. Branching and Looping Download Demo Code
Key Concepts:

A. Iterators
B. Loops
C. Branching

12/18/2006

7. Classes and Objects Download Demo Code
Key Concepts:

A. Classes
B. Objects
C. Instantiation

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
B. How the IDE allows you to see what is going on inside your application while it is running.

1/22/2007

10. Arrays and Collections Download Demo Code
Key Concepts:

A. Arrays
B. Collections

1/29/2007

11. Creating and Manipulating Strings Download Demo Code
Key Concepts:

A. Creating and Manipulating Strings
B. StringBuilder class.

2/5/2007

12. Exception Handling Download Demo Code
Key Concepts:

A. Exception Handling
B. Try-Catch blocks and how to correctly handle the different types of exceptions

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.
B. Multiple listeners responding to a single event

2/19/2007

14. Inheritance and Polymorphism Download Demo Code
Key Concepts:

A. Inheritance allows one to create objects that are "like" other objects.
B. Advantages of Inheritance and Polymorphism: reduces the amount of code and makes it much easier to understand.

2/26/2007

15. C# and the Web Download Demo Code
Key Concepts:

A. ASP.NET and how it relates to C#
B. How we can build web pages and controls that allow us to reuse our code

3/5/2007

16. Custom Web Controls Download Demo Code
Key Concepts:

A. Building basic ASP.NET controls in C#.
B. Code reuse can significantly reduce our development time
C. User Controls – not compiled into separate assembly
D. Custom Controls- compiled into separate assembly

3/12/2007

17.C# and Windows Applications Download Demo Code
Key Concepts:

A. Building basic Windows Applications
B. The basic window class we use in C# is the Form.
C. System.Windows.Form object

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#.
B. WPF allows our applications to include stunning graphics (2-D, 3-D, animations, and more) and enhanced user experience functionallity that was unatainable in the past.
C. XAML

4/9/2007

20. C# and SQL Server 2005 Download Demo Code
Key Concepts:

A. How to include data access features in your applications
B. How to integrate SQL Server 2005 database functionality directly into your web and Windows based applications
C. C# allows us to programatically get direct access to SQL Server data
D. SQL Server 2005 and other data sources.

4/16/2007

21. C# and Game Development Download Demo Code
Key Concepts:

A. XNA Game Studio Express.
B. XNA is a gaming framework available for Windows as well as for the XBox 360.
C. How XNA Game Studio and Microsoft Visual C# Express allow one to develop stunning 3D games with ease.

4/23/2007

22. C# Application Deployment Options
Key Concepts:

A. Deployment options

4/30/2007

 

Related posts:

  1. ASP.NET Soup To Nuts – 26 hours of FREE Videos I just finished watching Bill Steele of Microsoft explain ASP.NET...
  2. SQL Server 2005 Express Tutorial: (13 Videos) Database mirroring, backup sql server 2005, sql server 2005 replication, sql server standard edition, download sql server 2005, compare sql server, sql server instance Excellent SQL Server 2005 Express series of 13 free videos...
  3. Summary of Over 700 Programmer Videos This is an organized summary of over 700 programmer videos...
  4. Visual C# 2005 Express Video Tutorial -1- Installing Shows you how to install C# for free in under...
  5. Programming News Generating Insert or Update Statements from table data using SQL...

Related posts brought to you by Yet Another Related Posts Plugin.

Comments

5 Responses to “C# Soup to Nuts: c# string, c# dataset, c# object, c# thread, c# array, msdn c#, datagrid c#”
  1. Dude! Do one thing with spamming within the remarks, satisfy! Most of those responses are fake :/.

  2. greenek says:

    Hi. I have made several attempts to play "Introduction to C#" today. Each time it abruptly ends, and I get a message that Media Player cannot run it because the file is corrupted. Each time it has ended at a defferent part of the tutorial. Can someone assist me so that I can play this tutorial? Thank you 313-972-3372 or greenek@courts.mi.gov or heybaabie@gmail.com
     

Trackbacks

Check out what others are saying about this post...
  1. [...] The presenter is Joe Hummel. Some of the topics covered include:  c# grid, vb net grid, c# component, net [...]

  2. [...] (ORDERED, VIDEO SERIES): http://idealprogrammer.com/videos/c-soup-to-nuts-22-free-one-hour-videos-from-microsoft-expert/ (Another video from the "Soup to Nuts" set, awesome video series, again need IE as it [...]

  3. [...] a couple years ago and it is like freaking pulling teeth to get to see the thing. You can go to this site for a collection of links to the presentations, but don't get too giddy just yet. Once you [...]



Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!

Powered by WP Hashcash

This blog uses the cross-linker plugin developed by Web-Developers.Net