Member of the LearnItFirst.com Video Training Network Related Video Training Sites: · Visual Basic Training Videos · SQL Server DBA Training
   
C#
                        Training Videos

C# Tutorial: Pt. 4 - Nesting Namespaces and Organizing Your Classes and Code

   Chapter: Introduction to .NET and C# Concepts
Download! Skill Level: 300 (Intermediate)
Duration: 12:45
Size: 10.4MB
Versions/Editions Covered: Visual Studio 2005 , C# , Visual Basic
Added/Updated: Jun 29, 2007
Staff Pick!
Download this video
 This video shows namespace clashes, more on organizing code, and shows you how to use the C# using statement and the VB Imports statement to reference namespaces. You'll see both VB.NET and C# code for managing namespaces.

Highlights from this video:
  • Imports vs. using for declaring namespace references in .NET
  • Adding references to assemblies from a VS project
  • How Intellisense works with namespaces
  • Icons of the Intellisense
  • Multiple techniques for resolving namespace naming clashes
  • Using aliases such as
    • using as = AssemblyName;
    • Imports as = AssemblyName
and much more
Tags for this video: ooad  
< Back Download this video
AddThis Social Bookmark Button
People Who Downloaded this Video Also Downloaded:
TitleSkillDownload
Pt. 1 - Creating Our First Application Using Visual C# Express Edition 100 Download
Pt. 4 - Postbacks and Events 200 Download
Pt. 2 - Understanding the Properties, the Toolbox, and Design Time Programming 200 Download
Pt. 1 - Building the Website and Adding Pages 200 Download
Pt. 3 - Working with Properties and Changing Properties at Runtime 200 Download
This video is part of the following video series: "Namespaces: An Introduction to How to Use Them, Best Practices, and Comparing C# and Visual Basic"
At the heart of all .NET projects is the namespace - it's a little tiny implementation detail that, on the surface may seem minor, but it really is a huge part of your design and your implementation of assemblies. Without a solid understanding of namespaces in C# and Visual Basic, you will somewhat flounder along copy code from the internet/samples without fully understanding what makes things tick!

This series is designed to help you get a solid understanding of using namespaces to help organize your code, provide a few Do's and Don'ts for namespaces, and even a few Best Practices. This series covers both C# and VB.NET since namespaces are namespaces; they are not language-dependent.
To view all videos in this series, click here

About the Instructor:

Scott Whigham Scott Whigham is the founder of LearnItFirst.com, one of the web's most extensive video training libraries focusing on technical training. Scott is also an experienced consultant, trainer, and author with more than a decade of hands-on experience working with SQL Server databases, writing and debugging applications using Visual Studio, and performance tuning. Scott designed the architecture (websites, class libraries, and database) for the LearnItFirst.com websites and, most re... (Scott Whigham's full bio can be found on the About the Author page)

   
 
About Us Video Playback Subscriptions More Video Training More
 
© Copyright 2004-2008 LearnItFirst.com LLC. All rights reserved. All trademarks remain the property of their respective owners. This site is not affiliated in any way with the Microsoft Corporation. Refer a Friend and Get a Free Subscription!
 
8/20/2008 6:48:34 AM