C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Resources » Articles » .NET Framework »

DotNet NameSpaces


Posted Date: 09 Jul 2009    Resource Type: Articles    Category: .NET Framework
Author: nimeshMember Level: Bronze    
Rating: 1 out of 5Points: 8



NameSpace is logical group of classies which help to develop an application.

Namespace allows you to use in-built .NET Classes. "System" at top(begining) of the code behind page.

In C#, We have to write "using" keyword begining of namespace e.g "using System".

In VB, We have to write "Imports" keyword begining of namespace e.g "Imports System".

System: Root for All other namespace in Dot Net. It is basic namespace for all other namespace.


e.g In C#

using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;


e.g In VB

Imports System
Imports System.Data
Imports System.Configuration
Imports System.Web
Imports System.Web.Security
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Web.UI.WebControls.WebParts
Imports System.Web.UI.HtmlControls


for further infomration open "http://developmentwithdotnet.blogspot.com"

Must read.. It's really helpfull


For more details, visit http://developmentwithdotnet.blogspot.com



Responses

Author: Deepika Haridas    10 Jul 2009Member Level: Diamond   Points : 1
Hi,

Provide more description.

---
Thanks & Regards,
Deepika
Editor


Author: Deepika Haridas    14 Jul 2009Member Level: Diamond   Points : 0
Hi,

Format your Article.

---
Thanks & Regards,
Deepika
Editor


Author: Deepika Haridas    14 Jul 2009Member Level: Diamond   Points : 1
Hi,

I have reduced your points as there was no formatting done. I have formatted your post and approved it. Better take care of it next time.

---
Thanks & Regards,
Deepika
Editor


Author: nimesh    20 Jul 2009Member Level: Bronze   Points : 0
Hello All,

Thanks for good suggetions

Thanks
-Nimesh


Feedbacks      
Popular Tags   What are tags ?   Search Tags  
Sign In to add tags.
Namespace in dotnet  .  Namespace  .  Dotnet tutorial  .  Dotnet namespace  .  Dotnet  .  .NET Framework  .  .NET  .  

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: C# Conditional debugging - Debugging a thread
Previous Resource: Namespace in Dot Net Framework
Return to Discussion Resource Index
Post New Resource
Category: .NET Framework


Post resources and earn money!
 
More Resources



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use