Click here to Skip to main content
15,915,702 members
Home / Discussions / C#
   

C#

 
GeneralRe: Photo Printing Wizard Pin
tommazzo26-Mar-05 7:36
tommazzo26-Mar-05 7:36 
GeneralRe: Photo Printing Wizard Pin
Heath Stewart26-Mar-05 8:16
protectorHeath Stewart26-Mar-05 8:16 
Generaltypeof versus Type.GetType() Pin
Member 9625-Mar-05 5:50
Member 9625-Mar-05 5:50 
GeneralRe: typeof versus Type.GetType() Pin
Heath Stewart25-Mar-05 11:34
protectorHeath Stewart25-Mar-05 11:34 
GeneralRe: typeof versus Type.GetType() Pin
Member 9625-Mar-05 13:59
Member 9625-Mar-05 13:59 
GeneralRe: typeof versus Type.GetType() Pin
Heath Stewart25-Mar-05 14:31
protectorHeath Stewart25-Mar-05 14:31 
GeneralRe: typeof versus Type.GetType() Pin
Tom Larsen25-Mar-05 12:21
Tom Larsen25-Mar-05 12:21 
GeneralRe: typeof versus Type.GetType() Pin
Heath Stewart25-Mar-05 14:28
protectorHeath Stewart25-Mar-05 14:28 
The latter also has a change of breaking at runtime if the Type is not defined in the current assembly. The former (typeof) is checked at compile time and you can be sure that the type will be found (so long as the entire assembly isn't missing or the version redirected to where the Type isn't defined) at run-time.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: typeof versus Type.GetType() Pin
Member 9625-Mar-05 16:39
Member 9625-Mar-05 16:39 
GeneralRe: typeof versus Type.GetType() Pin
Shardool25-Mar-05 14:39
Shardool25-Mar-05 14:39 
GeneralGenerate Word Document in C# Pin
Michele@MERC25-Mar-05 5:24
Michele@MERC25-Mar-05 5:24 
GeneralRe: Generate Word Document in C# Pin
Heath Stewart25-Mar-05 12:16
protectorHeath Stewart25-Mar-05 12:16 
GeneralRe: Generate Word Document in C# Pin
Michele@MERC29-Mar-05 4:13
Michele@MERC29-Mar-05 4:13 
GeneralRe: Generate Word Document in C# Pin
Heath Stewart29-Mar-05 5:29
protectorHeath Stewart29-Mar-05 5:29 
GeneralRe: Generate Word Document in C# Pin
Michele@MERC29-Mar-05 6:29
Michele@MERC29-Mar-05 6:29 
GeneralRe: Generate Word Document in C# Pin
Heath Stewart29-Mar-05 8:35
protectorHeath Stewart29-Mar-05 8:35 
GeneralRe: Generate Word Document in C# Pin
Michele@MERC30-Mar-05 3:30
Michele@MERC30-Mar-05 3:30 
GeneralRe: Generate Word Document in C# Pin
Heath Stewart30-Mar-05 5:17
protectorHeath Stewart30-Mar-05 5:17 
Generalprinting results from printer Pin
Member 178719025-Mar-05 4:45
Member 178719025-Mar-05 4:45 
GeneralRe: printing results from printer Pin
Heath Stewart25-Mar-05 11:11
protectorHeath Stewart25-Mar-05 11:11 
GeneralAVI Clip running Pin
Member 178719025-Mar-05 4:43
Member 178719025-Mar-05 4:43 
GeneralRe: AVI Clip running Pin
Dave Kreskowiak25-Mar-05 7:21
mveDave Kreskowiak25-Mar-05 7:21 
GeneralSingle quotes in sql statment Pin
webhay25-Mar-05 1:59
webhay25-Mar-05 1:59 
GeneralRe: Single quotes in sql statment Pin
Colin Angus Mackay25-Mar-05 2:02
Colin Angus Mackay25-Mar-05 2:02 
GeneralRe: Single quotes in sql statment Pin
webhay25-Mar-05 2:07
webhay25-Mar-05 2:07 

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.