Click here to Skip to main content
15,892,797 members
Home / Discussions / C#
   

C#

 
GeneralRe: Accessing the user.config file on a newly installed application from the installer itself Pin
hwswin23-Jun-10 7:04
hwswin23-Jun-10 7:04 
GeneralRe: Accessing the user.config file on a newly installed application from the installer itself Pin
Kaare Tragethon23-Jun-10 7:15
Kaare Tragethon23-Jun-10 7:15 
GeneralRe: Accessing the user.config file on a newly installed application from the installer itself Pin
hwswin23-Jun-10 7:27
hwswin23-Jun-10 7:27 
GeneralRe: Accessing the user.config file on a newly installed application from the installer itself Pin
Kaare Tragethon23-Jun-10 7:47
Kaare Tragethon23-Jun-10 7:47 
QuestionHow to import a namespace - 2 levels up? Pin
martingeorgiev23-Jun-10 4:47
martingeorgiev23-Jun-10 4:47 
AnswerRe: How to import a namespace - 2 levels up? Pin
Łukasz Nowakowski23-Jun-10 4:53
Łukasz Nowakowski23-Jun-10 4:53 
AnswerRe: How to import a namespace - 2 levels up? Pin
Abhinav S23-Jun-10 5:04
Abhinav S23-Jun-10 5:04 
AnswerRe: How to import a namespace - 2 levels up? Pin
Luc Pattyn23-Jun-10 5:11
sitebuilderLuc Pattyn23-Jun-10 5:11 
I don't see where folders come into the picture.

Maybe you have a Java background, where there was a strong link between namespace structure and file structure; there is no such thing in .NET

Files reside in folders.
Types reside in namespaces.
You can have (parts of) more than one namespace in a file.
You can have a namespace spread over many files and folders.
The project holds files, and the compiler will locate and deal with all types in them.
And to locate types in some other project, you'd have to add a reference.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use < PRE > tags for code snippets, it preserves indentation, and improves readability.


GeneralRe: How to import a namespace - 2 levels up? Pin
PIEBALDconsult23-Jun-10 14:33
mvePIEBALDconsult23-Jun-10 14:33 
AnswerRe: How to import a namespace - 2 levels up? Pin
martingeorgiev23-Jun-10 5:22
martingeorgiev23-Jun-10 5:22 
GeneralRe: How to import a namespace - 2 levels up? Pin
Luc Pattyn23-Jun-10 5:27
sitebuilderLuc Pattyn23-Jun-10 5:27 
Questionnested masterpages. Pin
FEMDEV23-Jun-10 4:41
FEMDEV23-Jun-10 4:41 
AnswerRe: nested masterpages. Pin
Paladin200023-Jun-10 5:00
Paladin200023-Jun-10 5:00 
GeneralRe: nested masterpages. Pin
FEMDEV23-Jun-10 5:04
FEMDEV23-Jun-10 5:04 
GeneralRe: nested masterpages. Pin
Paladin200023-Jun-10 5:06
Paladin200023-Jun-10 5:06 
GeneralRe: nested masterpages. Pin
FEMDEV23-Jun-10 5:14
FEMDEV23-Jun-10 5:14 
QuestionControll flash file from C# project and get action event from flash to C# application Pin
Md. Ali Naser Khan23-Jun-10 0:32
Md. Ali Naser Khan23-Jun-10 0:32 
AnswerRe: Controll flash file from C# project and get action event from flash to C# application Pin
Dave Kreskowiak23-Jun-10 3:11
mveDave Kreskowiak23-Jun-10 3:11 
QuestionHow to write public void DrawString(string s, Font font, Brush brush, RectangleF layoutRectangle); function [modified][Solved] Pin
yu-jian22-Jun-10 23:38
yu-jian22-Jun-10 23:38 
AnswerRe: How to write public void DrawString(string s, Font font, Brush brush, RectangleF layoutRectangle); function Pin
DaveAuld22-Jun-10 23:44
professionalDaveAuld22-Jun-10 23:44 
AnswerRe: How to write public void DrawString(string s, Font font, Brush brush, RectangleF layoutRectangle); function Pin
phil.o22-Jun-10 23:49
professionalphil.o22-Jun-10 23:49 
GeneralRe: How to write public void DrawString(string s, Font font, Brush brush, RectangleF layoutRectangle); function Pin
yu-jian23-Jun-10 4:10
yu-jian23-Jun-10 4:10 
Questioncompare 2 text file Pin
mohsen nikdel22-Jun-10 23:13
mohsen nikdel22-Jun-10 23:13 
RantRe: compare 2 text file Pin
Covean22-Jun-10 23:35
Covean22-Jun-10 23:35 
AnswerRe: compare 2 text file PinPopular
harold aptroot22-Jun-10 23:41
harold aptroot22-Jun-10 23:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.