Start with a hello world example. This will help you get familiar with visual studio, as well as explain some simple OOP ideas and should be relatively easy for someone with a little programming experience.
>From there its hard to say, I would say create a simple application that, for example, keeps track of members of a club. Just have an application with a different screen for inserting, updating/deleting, and listing the various information that would be stored in a database of your choice. This of course means you need to learn how to work with a database and how to communicate with it using the various tools .NET provides. On Sep 24, 2:15 pm, Cerebrus <[EMAIL PROTECTED]> wrote: > I would recommend the "101 samples" provided by M$. > > http://msdn.microsoft.com/en-us/vbasic/ms789075.aspx > > On Sep 24, 5:39 am, isabellesup <[EMAIL PROTECTED]> wrote: > > > > > Hi all, > > > I have just finished installing visual studio 2008. I have a little > > bit of experience coding using VBA excel, and c++ at a very easy > > level, and no experience with visual studio. I am quite overwhelmed by > > visual studio. > > > I would like to gain some confidence through working on a super simple > > project. I mean very very simple project. How do I go about doing > > that? Is there a simple project I could download from the web and open > > in visual studio? Then I would learn to compile the code, and look at > > the various variables and classes. > > > Thanks in advance for the pointers, > > > Isabelle- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://cm.megasolutions.net/forums/default.aspx -~----------~----~----~----~------~----~------~--~---
