Re: VERY Newbie - managing classes
From: Zac Maclean (user_at_some.com)
Date: 02/28/05
- Next message: tvle: "Re: Debugger doesn't always start"
- Previous message: Zac Maclean: "Re: .Net setup/debug issues"
- In reply to: Petr Valach: "Re: VERY Newbie - managing classes"
- Next in thread: aaj: "Re: VERY Newbie - managing classes"
- Reply: aaj: "Re: VERY Newbie - managing classes"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 28 Feb 2005 08:28:32 -0500
I made this same adjustment. Once I got used to the .NET object..... THEN
I switched to C#. Get used to the way the .NET evironment works, then step
up to C#.
"Petr Valach" <petr.valach@samo.cz> wrote in message
news:ePP%23LQZHFHA.3352@TK2MSFTNGP10.phx.gbl...
> aaj wrote:
>> Hi all
>>
>> I'm making the jump at last and moving from VB6 to VB.NET. I have written
>> my first few classes and things seem to be working. I have a few
>> questions and wonder if anyone can offer some advice. This is my first
>> attempt at anything object orientated, so please forgive me if my
>> questions are naive or just dont make sense.
>>
>> The main thing I need to get to grips with is managing classes.
>>
>> Typical thoughts go along the lines of -
>>
>> If you have instances of classes that interact with other instances, how
>> do you keep track. In the example I've been learning with, I have a
>> class that holds collection of employee names, and then each employee
>> name is of a class 'fullname'. Its easy enough to manage these few lines
>> of code, but I can imagine it could get messy once the projects grow.
>>
>> Once I got it working, I went back through with a pen and paper and drew
>> out how the bits fitted together. That lead me to think does Visual
>> studio have a graphical representation of how everything interacts, is
>> there some software I need to analise a project, are there better ways to
>> do this?
>>
>> thanks in advance
>>
>> Andy
>>
>>
> Hi Andy,
>
> I recommend to switch to C# instead of VB.NET.
> Petr
- Next message: tvle: "Re: Debugger doesn't always start"
- Previous message: Zac Maclean: "Re: .Net setup/debug issues"
- In reply to: Petr Valach: "Re: VERY Newbie - managing classes"
- Next in thread: aaj: "Re: VERY Newbie - managing classes"
- Reply: aaj: "Re: VERY Newbie - managing classes"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|