Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Monday, September 08, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > Visual Basic.Net > Namespaces
Understanding and Using Assemblies and Namespaces in .NET        
Total Hits: 228  |  Today: 0 Author: Mike Gunderloy       Rating:  
Read Reviews | Write Review |   Your Rating: 

Microsoft .NET provides several ways to think of your code as more than just a bunch of disconnected lines. As a Visual Basic programmer, you're already familiar with the concept of a class, a section of code that defines an object and its behavior. But two of the higher-level groupings may be unfamiliar to you:
1.An assembly provides a fundamental unit of physical code grouping. 2.A namespace provides a fundamental unit of logical code grouping.
As you'll see in this document, you can use Visual Basic .NET to create both assemblies and namespaces. You'll need to understand both of these concepts to be a productive Visual Basic .NET deve..


What's New at DevASP.Net
09/08  Make Your WPF Apps Power-Aware
09/08  ASP.NET Data Shaping
09/08  Establishing Relationships Betwee..
09/08  Understanding Templates in ASP.NE..
09/08  DataList vs. DataGrid in ASP.NET
09/08  Building a DataNavigator Control
09/08  Building a Tiered Web App Using t..
09/08  Code Your Way to ASP.NET Excellen..
09/08  Creating a Multi-table DataGrid i..
09/08  Tailor Your DataGrid Apps Using T..
09/08  Nested Grids for Hierarchical Dat..
09/08  Extend the ASP.NET DataGrid with ..
09/08  Client-side Paging for DataGrids
09/08  Page Ready State, DataGrid Row De..
09/08  Move Over DataGrid, There's a New..
09/08  Moving DataGrid Rows Up and Down
09/08  Data Integrity Over HTTP, IIS Cre..
09/08  Abstracting ADO .NET
09/08  ADO to XML: Building a Data Acces..
09/08  DataGrid In-place Editing
Latest Posts at Dev Forums
displaying an xml file in datagridview
Tory Block
Deploying website to offline and onlin..
Deploying website to offline and onlin..
window service c#
kiossru
Regular expression
asp.net
Very urgent--
submit to the server
load gif image
focus
filter combo boxes in formview control
ASP Composite Control and Position
Caching as a Master DataSource w/t Rea..
Method returning values in Threadpool!
ADVERTISEMENTS USING XML FILE
DATALIST PROBLEM
FTP Downloading using C#
Nested gridview footer total by using ..

DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net