Click here to Skip to main content
15,910,277 members
Home / Discussions / C#
   

C#

 
GeneralRe: hiding the control box Pin
thomasa25-Feb-04 22:30
thomasa25-Feb-04 22:30 
QuestionWhy my Win2k Server only run .aspx but no .asp files? Pin
DengJW25-Feb-04 21:41
DengJW25-Feb-04 21:41 
AnswerRe: Why my Win2k Server only run .aspx but no .asp files? Pin
y_seval26-Feb-04 0:53
y_seval26-Feb-04 0:53 
GeneralInitializing variables ... Pin
Andres Coder25-Feb-04 21:38
Andres Coder25-Feb-04 21:38 
GeneralRe: Initializing variables ... Pin
Corinna John25-Feb-04 22:58
Corinna John25-Feb-04 22:58 
GeneralRe: Initializing variables ... Pin
MJ Mirzazadeh26-Feb-04 0:41
MJ Mirzazadeh26-Feb-04 0:41 
GeneralRe: Initializing variables ... Pin
turbochimp26-Feb-04 2:19
turbochimp26-Feb-04 2:19 
GeneralRe: Initializing variables ... Pin
turbochimp26-Feb-04 2:22
turbochimp26-Feb-04 2:22 
One other difference to note:

In C#, field variables are initialized before instance constructors fire, so in your first example, the 'list' object would be initialized before the public constructor fired, instead of after, as in the second example.

It's also interesting to note that VB.Net exhibits the opposite behavior (fields are initialized after the constructor fires).

GeneralBackground Image for ToolBar... Pin
Weiye Chen25-Feb-04 21:38
Weiye Chen25-Feb-04 21:38 
GeneralRe: Background Image for ToolBar... Pin
Heath Stewart26-Feb-04 4:20
protectorHeath Stewart26-Feb-04 4:20 
GeneralRe: Background Image for ToolBar... Pin
Weiye Chen26-Feb-04 19:20
Weiye Chen26-Feb-04 19:20 
GeneralRe: Background Image for ToolBar... Pin
Heath Stewart27-Feb-04 2:52
protectorHeath Stewart27-Feb-04 2:52 
GeneralRe: Background Image for ToolBar... Pin
Weiye Chen27-Feb-04 17:48
Weiye Chen27-Feb-04 17:48 
GeneralRe: Background Image for ToolBar... Pin
Weiye Chen28-Feb-04 2:47
Weiye Chen28-Feb-04 2:47 
GeneralRe: Background Image for ToolBar... Pin
Heath Stewart28-Feb-04 3:39
protectorHeath Stewart28-Feb-04 3:39 
Generalform_load is not suitable Pin
hazzem elrefai25-Feb-04 20:48
hazzem elrefai25-Feb-04 20:48 
GeneralRe: form_load is not suitable Pin
Heath Stewart26-Feb-04 3:54
protectorHeath Stewart26-Feb-04 3:54 
GeneralSET SYSTEM TIME Pin
POKRI25-Feb-04 19:53
POKRI25-Feb-04 19:53 
GeneralRe: SET SYSTEM TIME Pin
Heath Stewart26-Feb-04 3:38
protectorHeath Stewart26-Feb-04 3:38 
General, Pin
Anonymous25-Feb-04 19:36
Anonymous25-Feb-04 19:36 
GeneralAnybody know whether ASP.NET ADO.NET and C# can be Pin
DengJW25-Feb-04 16:39
DengJW25-Feb-04 16:39 
GeneralRe: Anybody know whether ASP.NET ADO.NET and C# can be Pin
John Kuhn25-Feb-04 18:22
John Kuhn25-Feb-04 18:22 
GeneralRe: Anybody know whether ASP.NET ADO.NET and C# can be Pin
Verdant12325-Feb-04 18:45
Verdant12325-Feb-04 18:45 
GeneralRe: Anybody know whether ASP.NET ADO.NET and C# can be Pin
John Kuhn25-Feb-04 19:00
John Kuhn25-Feb-04 19:00 
GeneralRe: Anybody know whether ASP.NET ADO.NET and C# can be Pin
DengJW25-Feb-04 21:36
DengJW25-Feb-04 21:36 

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.