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

Reply

MCSD - ASP.NET with C# but not VB ?

 
Thread Tools Search this Thread
Old 01-20-2004, 04:49 PM   #1
Default ASP.NET with C# but not VB ?


Are there any ASP.NET training courses that use C#, rather than VB ? I need
to get started on .NET training. This includes ASP.NET. C# is the language
I'd like to use in general, having had some Java experience in the past. I
have no desire to learn VB.NET.

Course 2310 http://www.microsoft.com/traincert/s...2310Bfinal.asp looked
like a suitable course for ASP.NET, but unfortunately that's VB.NET
oriented. Are there any ASP.NET training courses that don't need VB
experience ?

Thanks,
Andy Mackie




Andy Mackie
  Reply With Quote
Old 01-20-2004, 11:19 PM   #2
Hermit Dave
 
Posts: n/a
Default Re: ASP.NET with C# but not VB ?
why take a course.. get yourself a nice book and off you go... cheaper and
more convenient...

--
Regards,
HD
Once a Geek.... Always a Geek
"Andy Mackie" <_@_> wrote in message
news:up%...
> Are there any ASP.NET training courses that use C#, rather than VB ? I
> need
> to get started on .NET training. This includes ASP.NET. C# is the language
> I'd like to use in general, having had some Java experience in the past. I
> have no desire to learn VB.NET.
>
> Course 2310 http://www.microsoft.com/traincert/s...2310Bfinal.asp
> looked
> like a suitable course for ASP.NET, but unfortunately that's VB.NET
> oriented. Are there any ASP.NET training courses that don't need VB
> experience ?
>
> Thanks,
> Andy Mackie
>
>





Hermit Dave
  Reply With Quote
Old 01-21-2004, 09:25 AM   #3
Andy Mackie
 
Posts: n/a
Default Re: ASP.NET with C# but not VB ?
"Hermit Dave" <> wrote in message
news:%...
> why take a course.. get yourself a nice book and off you go... cheaper and
> more convenient...


My employers will pay for a course, and it's more convenient to attend a
course during work time than it is to spend all my spare time at home
learning .NET! (not that I won't need to do some of that anyway...)

Cheers,
Andy Mackie.




Andy Mackie
  Reply With Quote
Old 01-21-2004, 09:25 PM   #4
Eric
 
Posts: n/a
Default Re: ASP.NET with C# but not VB ?
Andy Mackie wrote:

> My employers will pay for a course, and it's more convenient to
> attend a course during work time than it is to spend all my spare
> time at home learning .NET! (not that I won't need to do some of that
> anyway...)


Where do you work - are they hiring


Eric
  Reply With Quote
Old 01-22-2004, 03:05 PM   #5
UAError
 
Posts: n/a
Default Re: ASP.NET with C# but not VB ?
"Andy Mackie" <_@_> wrote:

>Are there any ASP.NET training courses that use C#, rather than VB ? I need
>to get started on .NET training. This includes ASP.NET. C# is the language
>I'd like to use in general, having had some Java experience in the past. I
>have no desire to learn VB.NET.
>
>Course 2310 http://www.microsoft.com/traincert/s...2310Bfinal.asp looked
>like a suitable course for ASP.NET, but unfortunately that's VB.NET
>oriented. Are there any ASP.NET training courses that don't need VB
>experience ?
>
>Thanks,
>Andy Mackie
>


While I can understand your feelings about VB.NET, your going to get
exposed to it one way or another if you enter the world of .NET - that doesn't
mean you have to embrace it. (At this point most of the differences between
VB.NET and C# can be described as "syntactic sugar";
this may change in the future).

The course you mention doesn't teach VB.NET anyway and its VB pre-requisites are:

Programming experience using Visual Basic .NET, including:
Declaring variables
Using loops
Using conditional statements

That should not be a hurdle to anyone having worked in an
imperative programming language before. The course should teach you the
ASP.NET infrastructure and the portions of the .NET framework relevant
to Web applications. The .NET languages are the minor concern,
the .NET framework is where the significant portion of your time will be spent
in learning .NET.

With your Java background your should be able to breeze through

Programming C#, Third Edition
by Jesse Liberty
http://www.amazon.com/exec/obidos/asin/0596004893

to acquire a (more than) basic understanding of C#. If you need some backup
in the VB.NET arena the following may help:

C# & VB.NET Conversion Pocket Reference
by Jose Mojica
http://www.amazon.com/exec/obidos/asin/0596003196

Just don't be under any illusion that the course will be enough to pass

Exam 70-315: Developing and Implementing Web Applications
with Microsoft Visual C#TM .NET and Microsoft Visual Studio

For that, as a .NET neophyte, you will need to spend 150+ hours with the MSDN and

MCAD/MCSD Training Guide (70-315): Developing and Implementing Web
Applications with Visual C# and Visual Studio.NET
by Amit Kalani (Author)
http://www.amazon.com/exec/obidos/asin/0789728222

http://www.amazon.com/exec/obidos/tg.../2VUY7JFDO02R5




UAError
  Reply With Quote
Old 01-22-2004, 04:35 PM   #6
Andy Mackie
 
Posts: n/a
Default Re: ASP.NET with C# but not VB ?
Thanks for the info - very useful.

Cheers,
Andy.




Andy Mackie
  Reply With Quote
Old 01-22-2004, 06:46 PM   #7
The Poster Formerly Known as Kline Sphere
 
Posts: n/a
Default Re: ASP.NET with C# but not VB ?
>My employers will pay for a course, and it's more convenient to attend a
>course during work time than it is to spend all my spare time at home
>learning .NET! (not that I won't need to do some of that anyway...)


Very true.

I receive a 6K a year allowance for training which I can choose to
spend how I wish (within reason!). I only tend to spend around a
$1,000 a year (books, exam fees), and pocket the rest which helps
compensate for the hours I spend of my own time, learning and
researching new idea's.

Kline Sphere (Chalk) MCNGP #3


The Poster Formerly Known as Kline Sphere
  Reply With Quote
Old 01-22-2004, 06:54 PM   #8
Eric
 
Posts: n/a
Default Re: ASP.NET with C# but not VB ?
This is good advice! I have all those books and they are very good!


Eric
  Reply With Quote
Old 01-23-2004, 12:41 AM   #9
=?Utf-8?B?Qm9iIE1jQ295?=
 
Posts: n/a
Default RE: ASP.NET with C# but not VB ?
Hey, And

MS-2310 is a dual language course. The book and labs have both C# and VB code. When I teach dual-language courses, I see what the majority of students use, and then lean toward that language, but still do some of the examples in the other language. The students choose which language they want for the labs, by running a macro. Or, they can mix the languages. It's no big deal

Bob


=?Utf-8?B?Qm9iIE1jQ295?=
  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
.NET 2.0 Web Apps / .NET 3.5 ASP.NET Apps - Differences/Similariti london1919 MCTS 1 12-08-2008 03:16 PM
Windows Media Player and ASP.NET (with VB code behind) jaanazam Software 2 08-28-2008 08:26 AM
ASP.NET: Asign Users in Roles(Array.IndexOf(Of String) method) msandlana Software 0 04-25-2008 06:37 AM
ASP.NET VB Using ItemDataBound to create textbox in datagrid rows. smi59550 General Help Related Topics 0 01-18-2008 07:42 PM
ASP.NET 2.0 application does not run in WIN2k3 johnfraj Software 0 04-19-2007 08:27 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