Go Back   Velocity Reviews > Newsgroups > MCSD
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

MCSD - Question on VB.net

 
Thread Tools Search this Thread
Old 06-30-2004, 08:07 AM   #1
Default Question on VB.net


Hi,

I've been working in VB 6.0 for approx. 2,5 years.On June
28 I have approached to the 70-176 exam for 4th time and
failed. Every time I was very close to the passing score
(700 once). The MCSD track as of June 30 has been
discontinued. The question is: what to do now? Shold I
give up from everything or continue with .NET? Is it a big
difference between the VB6.0 and .NET? How to get an
appropriate literature for the .NET etc?

Someone answer me who passed the MCSD track.
Thanks


Samir
  Reply With Quote
Old 06-30-2004, 04:43 PM   #2
Eric
 
Posts: n/a
Default Re: Question on VB.net
Samir wrote:

> (700 once). The MCSD track as of June 30 has been
> discontinued. The question is: what to do now? Shold I
> give up from everything or continue with .NET? Is it a big
> difference between the VB6.0 and .NET? How to get an
> appropriate literature for the .NET etc?


Yes, it's a big difference.

Yes, you should learn VB.NET (or C#) if you care about the future and
you might want to get a new job someday.

Assuming you prefer VB.NET rather than C#, the blue study guides by
Mike Gunderloy are excellent. You might want to start with 70-306,
because this is for Windows programs and it will seem somewhat familier
to you.

Eric


Eric
  Reply With Quote
Old 07-01-2004, 05:27 PM   #3
The Poster Formerly Known as Kline Sphere
 
Posts: n/a
Default Re: Question on VB.net
be honest Eric, tell the guy he should quit...

On Wed, 30 Jun 2004 08:43:55 -0700, "Eric" <Eric> wrote:

>Samir wrote:
>
>> (700 once). The MCSD track as of June 30 has been
>> discontinued. The question is: what to do now? Shold I
>> give up from everything or continue with .NET? Is it a big
>> difference between the VB6.0 and .NET? How to get an
>> appropriate literature for the .NET etc?

>
>Yes, it's a big difference.
>
>Yes, you should learn VB.NET (or C#) if you care about the future and
>you might want to get a new job someday.
>
>Assuming you prefer VB.NET rather than C#, the blue study guides by
>Mike Gunderloy are excellent. You might want to start with 70-306,
>because this is for Windows programs and it will seem somewhat familier
>to you.
>
>Eric



Kline Sphere (Chalk) MCNGP #3


The Poster Formerly Known as Kline Sphere
  Reply With Quote
Old 07-02-2004, 03:32 PM   #4
Eric
 
Posts: n/a
Default Re: Question on VB.net
The Poster Formerly Known as Kline Sphere wrote:

> be honest Eric, tell the guy he should quit...


Anyone can be saved! .NET is a lot like a religion. It takes a lot of
work to understand it, but it changes your coding life in a big way.

VB6 coders need to get over that initial fear of .NET. Once they go
thru some of the examples in Gunderloy's 70-306 book using VB.NET they
will "see the light", and be on the road to salvation.

Eric


Eric
  Reply With Quote
Old 07-02-2004, 07:06 PM   #5
The Poster Formerly Known as Kline Sphere
 
Posts: n/a
Default Re: Question on VB.net
> .NET is a lot like a religion.

I guess I'm an atheist then.

> It takes a lot of
>work to understand it, but it changes your coding life in a big way.


It's not changed my 'coding life' one bit...

dot net gives you another way to implement exactly the same type of
solutions which were used to solve business problems before dot net.

>VB6 coders need to get over that initial fear of .NET.


Well, they certainly need to understand OO, however it's perfectly
possible to 'develop' applications in vb.net using the vb3 spaghetti
technic, and no doubt those sort of people do just that....

Kline Sphere (Chalk) MCNGP #3


The Poster Formerly Known as Kline Sphere
  Reply With Quote
Old 07-06-2004, 03:51 PM   #6
Eric
 
Posts: n/a
Default Re: Question on VB.net
The Poster Formerly Known as Kline Sphere wrote:

> > It takes a lot of
> > work to understand it, but it changes your coding life in a big way.

>
> It's not changed my 'coding life' one bit...
>
> dot net gives you another way to implement exactly the same type of
> solutions which were used to solve business problems before dot net.


The first big difference is in the Framework, where a lot of work has
been done for us already. The Framework has more functionality than
most of the standard libraries of the past, and it's more consistant,
and pointer-free.

The second big difference is in the IDE, where the improvements let us
focus more on the problem, and less on the grunt task of wiring up the
code.

For Web Developers the differences are extreme, and the added
productivity of .NET is a welcome change. Of course, we need to spend
more time up-front in the design, but this is what we should have been
doing all along.

Eric


Eric
  Reply With Quote
Old 07-06-2004, 04:59 PM   #7
The Poster Formerly Known as Kline Sphere
 
Posts: n/a
Default Re: Question on VB.net
>The first big difference is in the Framework, where a lot of work has
>been done for us already.


As is the case with frameworks/libries/templates. reuse,reuse,reuse at
every stage of the process - no change there.....

> The Framework has more functionality than
>most of the standard libraries of the past,


Nothing which could not be done before - design/write once, use many.

>and pointer-free.


wow that means a lot!

>The second big difference is in the IDE, where the improvements let us
>focus more on the problem,


If you mean business problem, well that sure is not solve in the IDE!
Business solutions 'should' be solved way before you get to 'coding'.

>and less on the grunt task of wiring up the
>code.


As do all tools - as it should be.

>For Web Developers the differences are extreme, and the added
>productivity of .NET is a welcome change.


For me the programming model used is still way to close to each layer,
although that's not the tool's fault, it's just the poor design
approach often taken, an approach which should be discouraged.

>Of course, we need to spend
>more time up-front in the design, but this is what we should have been
>doing all along.


very, very true...

Kline Sphere (Chalk) MCNGP #3


The Poster Formerly Known as Kline Sphere
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Dial-up Modem Question w_tom A+ Certification 0 09-18-2005 09:12 PM
"Installing two drives" question - what next? Jim A+ Certification 12 08-07-2005 01:19 PM
Re: Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good God DVD Video 3 04-25-2005 04:19 PM
Re: Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good Filthy Mcnasty DVD Video 0 04-25-2005 04:29 AM
Re: Safe Mode Question (A+ question) Gordon Findlay A+ Certification 0 06-16-2004 10:48 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46