开发者

How to start with Programming in VB.Net? [closed]

开发者 https://www.devze.com 2023-04-10 09:40 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reope开发者_运维问答ned, visit the help center for guidance. Closed 11 years ago.

So far I have worked with C Programming and C++ Programming. I am fairly new to DOT NET environment and my current project requires VB.Net skills. I need to know

1)Which books to refer for starting with VB.Net language?

2)How to Start with VB.Net Programming?

3)Are there any forums/articles for quick head start.

Thanks in advance to all !


After mastering c/c++, VB.NET will be easy for you.

Where to start:

MSDN Visual Basic Programming Guide, specialy the Visual Basic Language Features, and Program Structure and Code Conventions.

Forums / Articles:

  • Stackoverflow has lots of .NET experts, ask anything and you shell be answered! :)
  • http://www.vbdotnetheaven.com/
  • Visual Basic Developer Center

Since VB.NET and C# are both .NET languages, almost all code written in C# can be easily converted to VB. From my personal experience, C# is more widely spread and I often find myself converting C# code samples to VB.NET.


Since C# is similar to C, you could start by looking at this

http://www.harding.edu/fmccown/vbnet_csharp_comparison.html

To help you how to write VB. Then it's just a matter of learning the framework classes.

You could also look at the ".NET Framework Class Library" http://msdn.microsoft.com/en-us/library/w0x726c2.aspx to give you a quick list of every namespace/class available.

0

精彩评论

暂无评论...
验证码 换一张
取 消