G
Guest
Dear all,
I come from VB.net world and I start with C#now due to customer demand :-(
I was used undeer VB that as long as you type the AS ( to define the type of
your variable) the intelisense pops up with all data type, which easy when
you do not remember a type you are not using so frequently...and its fast to
catch it.
Now in c#, the type need to be specify first and then your variables. The
only way to get the intellisense pop up immeditaly is o type system first ,
and the catch your proper type...
Or is they a way to set the envrionement for intelinsesnce popup as soon as
you need to specify a type during declaration ? similar as VB ?
thnaks for simple question
regards
serge
I come from VB.net world and I start with C#now due to customer demand :-(
I was used undeer VB that as long as you type the AS ( to define the type of
your variable) the intelisense pops up with all data type, which easy when
you do not remember a type you are not using so frequently...and its fast to
catch it.
Now in c#, the type need to be specify first and then your variables. The
only way to get the intellisense pop up immeditaly is o type system first ,
and the catch your proper type...
Or is they a way to set the envrionement for intelinsesnce popup as soon as
you need to specify a type during declaration ? similar as VB ?
thnaks for simple question
regards
serge