![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | VB.NET beginner Question Dear all vb.net developer I want to know the time I need to master vb.net? I'm beginner |
My System Specs![]() |
| | #2 (permalink) |
| | Re: VB.NET beginner Question Time and Determination. And Time. And then after you've given alot of time, you need more determination and more time than ever. Here are some free books to get you started: http://msdn.microsoft.com/en-us/vbrun/ms788234.aspx "a" <a@xxxxxx> wrote in message news:eRZnWS8yIHA.2184@xxxxxx Quote: > Dear all vb.net developer > > I want to know the time I need to master vb.net? > > I'm beginner > > |
My System Specs![]() |
| | #3 (permalink) |
| | Re: VB.NET beginner Question In all honesty, you might never "master" it, so we really can't answer that question. This question came up not too long ago in the VB newsgroup. As a beginner, you don't know what it is that you don't know and there is more than just knowing VB .NET to be able to use it in a meaningful way. VB .NET is a programming language designed to allow a programmer to write code that interacts with Microsoft's .NET Framework and its internal Common Language Runtime (CLR), which is what really does all the operations you need done. It turns out that this CLR doesn't speak VB .NET, it speaks Microsoft's Intermediate Language (MSIL or just IL). But before you go and run out to learn IL, don't worry because the Visual Basic .NET compiler's job is to turn your VB .NET code into IL for the CLR to be able to run it. Why is this important to know? Because since it is the CLR that ultimately does the work, you need to know a bit about how the CLR works and what it can do for you. VB .NET is the language you'll use to send instructions to the CLR. You can learn the fundamentals of the VB .NET language in just a few days (decision making code, loops, operators, data types, reserved words etc.), but it can take literally years to know how to use it correctly. -Scott "a" <a@xxxxxx> wrote in message news:eRZnWS8yIHA.2184@xxxxxx Quote: > Dear all vb.net developer > > I want to know the time I need to master vb.net? > > I'm beginner > > |
My System Specs![]() |
| | #4 (permalink) |
| | Re: VB.NET beginner Question Ask me in a couple more years - im still trying to wrap my brain around some things. Slow and steady and many frustrated nights -and a week or 2 here and there to walk away to come back with a fresh start. M. "a" <a@xxxxxx> wrote in message news:eRZnWS8yIHA.2184@xxxxxx Quote: > Dear all vb.net developer > > I want to know the time I need to master vb.net? > > I'm beginner > > |
My System Specs![]() |
| | #5 (permalink) |
| | Re: VB.NET beginner Question So I am going to tell you to do something that most everyone else will cringe at... goto www.planetsourcecode.com and www.codeproject.com and while you are studying use those sites to look at other peoples sourcecode for projects or ideas you have in your head. You'll learn much faster how programs are laid out and what works in a given situation. Time and effort, cut in half. "Miro" <miro@xxxxxx> wrote in message news:u4VkDgXzIHA.2384@xxxxxx Quote: > Ask me in a couple more years - im still trying to wrap my brain around > some things. > > Slow and steady and many frustrated nights > -and a week or 2 here and there to walk away to come back with a fresh > start. > > M. > > "a" <a@xxxxxx> wrote in message > news:eRZnWS8yIHA.2184@xxxxxx Quote: >> Dear all vb.net developer >> >> I want to know the time I need to master vb.net? >> >> I'm beginner >> >> |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Beginner ASP Data Connection Question | .NET General | |||
| Question about WMI from a scripting beginner... | PowerShell | |||
| General beginner question | PowerShell | |||