Talk:Visual Basic .NET

From Wikiversity
(Redirected from Talk:VB.NET)
Jump to navigation Jump to search

Leave a message; please sign (~~~~)

Some notes to myself[edit source]

Logical Control Structures[edit source]

Add the following:

  1. If...Else... (and If...ElseIf...)
  2. Select Case
  3. For Each
  4. For i = 1 to 100
  5. Do While
  6. Do Until
  7. Try...Catch

Also explain fundamentals of collections to facilitate For Each.

Be sure to explain Not and IsAlso

Also logical comparators ( =, <>, >, <, Is, Is Not, etc) Tigey 04:31, 11 May 2009 (UTC)[reply]

Introduction[edit source]

Uhh, I'm new to editing so I'm not sure how to do this exactly. But instead of listing "Introduction to Visual Studio", can't that be moved to perquisites? Again sorry, I'm new to this --RDasher (discusscontribs) 18:14, 24 November 2020 (UTC)[reply]

@RDasher: Structure would be up to whomever wants to continue work on this learning project. The introduction to Visual Studio could be a subpage or it could be a separate learning project. I personally would just link to some Microsoft tutorials for the Visual Studio introduction. Let Microsoft teach the application and use Wikiversity to provide some type of VB.NET lessons. If you have a vision for how to improve Wikiversity, go for it. Be bold! -- Dave Braunschweig (discusscontribs) 18:33, 24 November 2020 (UTC)[reply]