Click here to Skip to main content
15,907,396 members
Home / Discussions / C#
   

C#

 
GeneralAbout .Net CrystalReport Component Pin
zargo22-Apr-03 18:38
zargo22-Apr-03 18:38 
GeneralNamespaces Pin
Kant22-Apr-03 15:59
Kant22-Apr-03 15:59 
GeneralRe: Namespaces Pin
David Stone22-Apr-03 17:25
sitebuilderDavid Stone22-Apr-03 17:25 
Kant wrote:
1. If there are number of namespaces included in a project, how to know which namespaces are used?

If they're your namespaces that you created, pop open the object browser or Reflector[^]

If they're namespaces from the Framework, then you can look at the metadata in ILDASM or Reflector. To do it in Reflector, pop open the Assembly and click on the References item.


Kant wrote:
2. Is there any overhead if I referenced namespace and but not called any of the types included in that namespace?

IIRC, no. Because the Compiler optimizes away the unused namespaces. However, why reference a namespace that you aren't going to use?


Hawaian shirts and shorts work too in Summer.
People assume you're either a complete nut (in which case not a worthy target) or so damn good you don't need to worry about camouflage...

-Anna-Jayne Metcalfe on Paintballing

GeneralRe: Namespaces Pin
Kant22-Apr-03 18:40
Kant22-Apr-03 18:40 
GeneralRe: Namespaces Pin
Eric Gunnerson (msft)23-Apr-03 11:22
Eric Gunnerson (msft)23-Apr-03 11:22 
QuestionCan I use Crystal Report in Runtime? Pin
bania22-Apr-03 14:48
bania22-Apr-03 14:48 
GeneralChanging Column Header Text in DataGrid control Pin
Konrad Rotuski22-Apr-03 12:41
Konrad Rotuski22-Apr-03 12:41 
GeneralRe: Changing Column Header Text in DataGrid control Pin
Alexander German23-Apr-03 8:22
Alexander German23-Apr-03 8:22 
GeneralRe: Changing Column Header Text in DataGrid control Pin
Konrad Rotuski23-Apr-03 8:48
Konrad Rotuski23-Apr-03 8:48 
GeneralC# FAQ for C++ Developers Pin
Kant22-Apr-03 11:48
Kant22-Apr-03 11:48 
GeneralRe: C# FAQ for C++ Developers Pin
Alvaro Mendez22-Apr-03 15:37
Alvaro Mendez22-Apr-03 15:37 
GeneralCInt(), Int32.Parse(), Convert.ToInt32() Pin
kensai22-Apr-03 9:53
kensai22-Apr-03 9:53 
GeneralRe: CInt(), Int32.Parse(), Convert.ToInt32() Pin
David Stone22-Apr-03 10:04
sitebuilderDavid Stone22-Apr-03 10:04 
GeneralRe: CInt(), Int32.Parse(), Convert.ToInt32() Pin
Alvaro Mendez23-Apr-03 4:03
Alvaro Mendez23-Apr-03 4:03 
GeneralRe: CInt(), Int32.Parse(), Convert.ToInt32() Pin
Nick Parker23-Apr-03 4:39
protectorNick Parker23-Apr-03 4:39 
QuestionModifying the Executable at RunTime? Pin
Dire_st22-Apr-03 7:37
Dire_st22-Apr-03 7:37 
AnswerRe: Modifying the Executable at RunTime? Pin
Eric Gunnerson (msft)22-Apr-03 11:42
Eric Gunnerson (msft)22-Apr-03 11:42 
GeneralDatabase connection in c# Pin
nthomson22-Apr-03 5:02
nthomson22-Apr-03 5:02 
GeneralRe: Database connection in c# Pin
Ed K22-Apr-03 5:12
Ed K22-Apr-03 5:12 
GeneralRe: Database connection in c# Pin
nthomson22-Apr-03 5:24
nthomson22-Apr-03 5:24 
GeneralRe: Database connection in c# Pin
Ray Cassick22-Apr-03 5:35
Ray Cassick22-Apr-03 5:35 
GeneralRe: Database connection in c# Pin
nthomson22-Apr-03 6:35
nthomson22-Apr-03 6:35 
QuestionAny converters for C++? Pin
Kant22-Apr-03 3:31
Kant22-Apr-03 3:31 
AnswerRe: Any converters for C++? Pin
Stephane Rodriguez.22-Apr-03 4:40
Stephane Rodriguez.22-Apr-03 4:40 
GeneralRe: Any converters for C++? Pin
Kant22-Apr-03 5:09
Kant22-Apr-03 5:09 

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.