In few words about VS.net Certification 70-536 . That's Good Notes to Remember if u decide to take z exam .,
New Language Features
- My Object added to provide easy access commonly Used operations { My. Application,Computer,User & etc }
- Generic Types { Using OF keyword } .
- XML Comments .
New Language Statements{ IsNot , Using , Continue }New Language Tweaks*Unsigned Types
Optimize Storage
API Operations easier to call
Integer "U"
Ushort
Ulong
New signed "s" type
SByte
*Nullable Types
Can Be Assigned Null value
Used on value types
Use"Has Value"
Property check for data
*Application Events
WinForms has app events
startup
shutdown
network changed
Similar to asp.net
global.asax
*Misc,Tweaks
Partial Classes
Warnings
Explicit Array Bounds
Operator Overloading
No comments:
Post a Comment