TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
vitenyi_i
NA
38
0
C# not as strict as VB.NET Option Strict On
Dec 3 2004 12:28 PM
I work in both C# and VB.NET and I've noticed that in C# you can do stuff like: UInt32 x = 0; but in VB.NET, with Option Strict On, you can't do: dim x as UInt32 = 0 I had always thought that C# was about as strict as VB.NET with Option Strict On, but it appears that VB.NET with Option Strict On is actually stricter than C# - has anyone else noticed this?
Reply
Answers (
0
)
Process monitoring does not realy work.
Updating a access database from a dataset