473,699 Members | 2,501 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

General .Net Question

Dear Colleagues:

I am a systems guy who has been working with hardware, networking and basic
scripting for ten years or so. I have been given the opportunity to attend
..Net classes of all sorts as part of the MSDN training track. I already
have the MCSE track under my belt and that is where my strengths lie.

The problem is that I have never programmed. Hell, the only scripting I
have done is from templates here and there that are so simple that you can
figure out what does what, set them inside of an active directory
organizational unit and pooft.

Now here is the question. . . if I start taking these classes without any
knowledge of programming, including no knowledge of vbasic, am I going to
drown in a heartbeat or do these classes start as if they were vbasic, but
more .net thrown in.

Advice would be greatly appreciated.

Roger
Nov 18 '05 #1
8 1208
Learning .NET is no more difficult than learning any programming language
from scratch. The key is to understand that VB 6.0 and VB .NET are not the
same thing and knowing one does not mean that you know the other.

I would say you would be fine taking .NET courses as long as you understand
that you are learning something new and not try to treat it as VB with some
..NET thrown it.
"Jolly Student" <jo***@joy.co m> wrote in message
news:WB******** ***********@new s4.srv.hcvlny.c v.net...
Dear Colleagues:

I am a systems guy who has been working with hardware, networking and basic scripting for ten years or so. I have been given the opportunity to attend .Net classes of all sorts as part of the MSDN training track. I already
have the MCSE track under my belt and that is where my strengths lie.

The problem is that I have never programmed. Hell, the only scripting I
have done is from templates here and there that are so simple that you can
figure out what does what, set them inside of an active directory
organizational unit and pooft.

Now here is the question. . . if I start taking these classes without any
knowledge of programming, including no knowledge of vbasic, am I going to
drown in a heartbeat or do these classes start as if they were vbasic, but
more .net thrown in.

Advice would be greatly appreciated.

Roger

Nov 18 '05 #2
Hi Roger,

Unless the class is really designed for VB beginners, you're going to have
problems. Beware, because some courses teach VB.NET with the assumption that
you already know VB but haven't got into .NET yet.

My recommendation would be to work through one of the Getting Started books
in VB.NET before starting any course.

Ken

"Jolly Student" <jo***@joy.co m> wrote in message
news:WB******** ***********@new s4.srv.hcvlny.c v.net...
Dear Colleagues:

I am a systems guy who has been working with hardware, networking and
basic
scripting for ten years or so. I have been given the opportunity to
attend
.Net classes of all sorts as part of the MSDN training track. I already
have the MCSE track under my belt and that is where my strengths lie.

The problem is that I have never programmed. Hell, the only scripting I
have done is from templates here and there that are so simple that you can
figure out what does what, set them inside of an active directory
organizational unit and pooft.

Now here is the question. . . if I start taking these classes without any
knowledge of programming, including no knowledge of vbasic, am I going to
drown in a heartbeat or do these classes start as if they were vbasic, but
more .net thrown in.

Advice would be greatly appreciated.

Roger


Nov 18 '05 #3
Here it is in a nutshell Jolly...

Java presumed to enable software to be developed so it would run
on any hardware platform. The .NET Framework (DNF) is presumed
to enable software written using any language to run on one hardware
platform. That which we refer to as the WinTel platform. The converse
of the Java premise and one which is proving the better architecture.
Languages that utilize the DNF must be CLS compliant (Common
Language Specification).

The scripting language we work with to admin the WinTel platform
is VBScript; a light-weight variant of Visual Basic. There is no support
for VBScript in the .NET Framework as it is not CLS compliant and
never will be as Visual Basic.NET is present.

Only you can really assess your talents and skills but I can tell you
that you need not fear learning software development as it can be
learned if you apply yourself using the same focus you applied to
achieving your MCSE cert.

Have you considered the merits of using the MSDN training to focus
on a SQL Server MCDBA cert? They get paid more than MCAD
or MCSD developers and have better prospects for job security as
the MCDBA is closer to business process dependencies than
the typical application developer.

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee. com
URL http://www.metromilwaukee.com/clintongallagher/
"Jolly Student" <jo***@joy.co m> wrote in message
news:WB******** ***********@new s4.srv.hcvlny.c v.net...
Dear Colleagues:

I am a systems guy who has been working with hardware, networking and basic
scripting for ten years or so. I have been given the opportunity to attend
.Net classes of all sorts as part of the MSDN training track. I already
have the MCSE track under my belt and that is where my strengths lie.

The problem is that I have never programmed. Hell, the only scripting I
have done is from templates here and there that are so simple that you can
figure out what does what, set them inside of an active directory
organizational unit and pooft.

Now here is the question. . . if I start taking these classes without any
knowledge of programming, including no knowledge of vbasic, am I going to
drown in a heartbeat or do these classes start as if they were vbasic, but
more .net thrown in.

Advice would be greatly appreciated.

Roger

Nov 18 '05 #4
Dear Scott:

Thank you for that. I guess you could say that I have the distinct
advantage of not knowing ANYTHING about programming whatsoever so I am
unable to treat .Net as Vb or anything else.

Regards,

Roger
Learning .NET is no more difficult than learning any programming language
from scratch. The key is to understand that VB 6.0 and VB .NET are not the same thing and knowing one does not mean that you know the other.

I would say you would be fine taking .NET courses as long as you understand that you are learning something new and not try to treat it as VB with some .NET thrown it.

Nov 18 '05 #5
Dear Ken:

Thank you for your advise. The problem is that I don't want to find myself
in a VB class for total morons. . . I mean, if I ever walk into another
class expecting to get a logical understanding of something at "my level"
and find a bunch of grandmothers (literally) in the class, I am going to
flip.

The class I am considering as a starter is "2559 Introduction to Microsoft
VB.NET Programming with Microsoft .NET".

Thats about as much as I know about it, but the prerequisites are that you
know how to use a mouse and windows at have at least three months
understanding basic programming concepts.

I am pretty confident I can catch up, but since I have never programmed. . .
its a bit scary. Then again, even a few classes that I have taken where I
thought I would be scared I turned out to master. . . I guess that a good
part of it is just to believe in yourself.

Unless the class is really designed for VB beginners, you're going to have
problems. Beware, because some courses teach VB.NET with the assumption that you already know VB but haven't got into .NET yet.

My recommendation would be to work through one of the Getting Started books in VB.NET before starting any course.

Ken

Nov 18 '05 #6
MCDBA. . . hmm, SQL is definately in my future for other things as well.
As I have been thanking the posters above and answering, I guess that just
attacking the matter and asking lots of question will make it work. Desire
is the better part of it.

In terms of what to go into for the $$, I really have not though of it that
much. Although I certainly like the fact that I am currently into contract
negotiations that, with a bit of luck, will land me very close to the 100k
mark, I really think of the money as secondary. I am a total addict when it
comes to computers. Linux, Netware and Microsoft (my core strength) are
things that I play with at both work and home. .. its my passion.

So I think you confirmed that the answer to my question is one that will be
driven by desire and effort.

Regards,

Rog

Here it is in a nutshell Jolly...

Java presumed to enable software to be developed so it would run
on any hardware platform. The .NET Framework (DNF) is presumed
to enable software written using any language to run on one hardware
platform. That which we refer to as the WinTel platform. The converse
of the Java premise and one which is proving the better architecture.
Languages that utilize the DNF must be CLS compliant (Common
Language Specification).

The scripting language we work with to admin the WinTel platform
is VBScript; a light-weight variant of Visual Basic. There is no support
for VBScript in the .NET Framework as it is not CLS compliant and
never will be as Visual Basic.NET is present.

Only you can really assess your talents and skills but I can tell you
that you need not fear learning software development as it can be
learned if you apply yourself using the same focus you applied to
achieving your MCSE cert.

Have you considered the merits of using the MSDN training to focus
on a SQL Server MCDBA cert? They get paid more than MCAD
or MCSD developers and have better prospects for job security as
the MCDBA is closer to business process dependencies than
the typical application developer.

Nov 18 '05 #7
Hi Roger,

It depends on the class. I recommend that anyone learning to program from
the beginning (such as yourself) take a class in C to get their feet wet. VB
is a high-level language that hides much of the internal operation of the
program from the developer, which makes it a RAD (Rapid Application
Development) language (but not very efficient or fast). However, C is a
language which is low-level enough to teach you exactly how the computer
processes instructions. VB is not strongly-typed, which seems to create a
lot of VB developers who don't understand much if anything about how data is
stored in memory, which is a very important thing to understand if you want
to be a powerful programmer. And C includes support for pointers, which are
variables that "point" to an address directly in memory. Understanding
pointers will give you a much better understanding of how high-level Objects
(such as classes) are structured and operate. Pointers are USED by VB, but
hidden from the developer. Understanding pointers can help you understand,
for example, what the difference is between passing a variable by value or
by reference, which is an important concept to grasp. In my experience in
helping people on this newsgroup, by far, the vast majority of those having
trouble came from a pure VB/VBScript background.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
"Jolly Student" <jo***@joy.co m> wrote in message
news:WB******** ***********@new s4.srv.hcvlny.c v.net...
Dear Colleagues:

I am a systems guy who has been working with hardware, networking and basic scripting for ten years or so. I have been given the opportunity to attend .Net classes of all sorts as part of the MSDN training track. I already
have the MCSE track under my belt and that is where my strengths lie.

The problem is that I have never programmed. Hell, the only scripting I
have done is from templates here and there that are so simple that you can
figure out what does what, set them inside of an active directory
organizational unit and pooft.

Now here is the question. . . if I start taking these classes without any
knowledge of programming, including no knowledge of vbasic, am I going to
drown in a heartbeat or do these classes start as if they were vbasic, but
more .net thrown in.

Advice would be greatly appreciated.

Roger

Nov 18 '05 #8
One more point -- ever hear it said "don't let your mouth write a
check that your @ss can't cash?"

What I mean is not to mistakenly believe that your pithy experience
with scripting is sufficient to learn OOP languages that are used to
develop DNF solutions. Object Oriented Programming (OOP) is
very much different than scripting and will be extremely challenging
to learn and master.

That is why I suggest you begin with SQL Server with an eye on
the MSDBA cert. There is enough SQL programming to help you
determine if you like writing code, it is easier than OOP which is as
I contend very difficult to just jump in and learn, and the SQL Server
exam can also be reused for the MCAD cert should you decide
writing code is something you like to do and can become good
at over time.

If that should happen, I would also recommend C# as all contemporary
development can be understood as 'web development' even though
there are dwindling arguments regarding development of 'Windows
applications' but understand that the C# syntax and grammar are
nearly identical to JavaScript and Java itself should you ever need to
master web development, XML Web Services or cross-platform
development using Java.

Food for thought...

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee. com
URL http://www.metromilwaukee.com/clintongallagher/

"Jolly Student" <jo***@joy.co m> wrote in message
news:8c******** ************@ne ws4.srv.hcvlny. cv.net...
MCDBA. . . hmm, SQL is definately in my future for other things as well.
As I have been thanking the posters above and answering, I guess that just
attacking the matter and asking lots of question will make it work. Desire
is the better part of it.

In terms of what to go into for the $$, I really have not though of it that
much. Although I certainly like the fact that I am currently into contract
negotiations that, with a bit of luck, will land me very close to the 100k
mark, I really think of the money as secondary. I am a total addict when it
comes to computers. Linux, Netware and Microsoft (my core strength) are
things that I play with at both work and home. .. its my passion.

So I think you confirmed that the answer to my question is one that will be
driven by desire and effort.

Regards,

Rog

Here it is in a nutshell Jolly...

Java presumed to enable software to be developed so it would run
on any hardware platform. The .NET Framework (DNF) is presumed
to enable software written using any language to run on one hardware
platform. That which we refer to as the WinTel platform. The converse
of the Java premise and one which is proving the better architecture.
Languages that utilize the DNF must be CLS compliant (Common
Language Specification).

The scripting language we work with to admin the WinTel platform
is VBScript; a light-weight variant of Visual Basic. There is no support
for VBScript in the .NET Framework as it is not CLS compliant and
never will be as Visual Basic.NET is present.

Only you can really assess your talents and skills but I can tell you
that you need not fear learning software development as it can be
learned if you apply yourself using the same focus you applied to
achieving your MCSE cert.

Have you considered the merits of using the MSDN training to focus
on a SQL Server MCDBA cert? They get paid more than MCAD
or MCSD developers and have better prospects for job security as
the MCDBA is closer to business process dependencies than
the typical application developer.


Nov 18 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
2006
by: John Salerno | last post by:
After my last post, I thought of another question as a result of the following: ------------------------------ Mike Meyer wrote: > John Salerno <johnjsal@NOSPAMgmail.com> writes: > > >>So my question is, is this feasible? >
3
1473
by: JezB | last post by:
What's the generally accepted approach for using Styles and Stylesheets in a web application based on .aspx files, Web Controls, User Controls, and code-behind modules (c# in my case)? Most style and stylesheet guides on the internet seem to be based on web sites (rather than applications) based on relatively static textual information. I have read that external stylesheet files are the way to go, but it seems to me that these only lend...
2
1430
by: ZorpiedoMan | last post by:
I'm new to the world of sockets, and this question is not VB specific: If multiple clients access the same server on the same port, and the server is set up to do some async communication, does the server's response back to all the clients on that port, or just to the one who sent the request? In other words: Client One - Request Data From Server (It takes a few seconds for the server to get the answer)
105
5311
by: Christoph Zwerschke | last post by:
Sometimes I find myself stumbling over Python issues which have to do with what I perceive as a lack of orthogonality. For instance, I just wanted to use the index() method on a tuple which does not work. It only works on lists and strings, for no obvious reason. Why not on all sequence types? Or, another example, the index() method has start and end parameters for lists and strings. The count() method also has start and end parameters...
1
2370
by: Mark Fink | last post by:
Hi there, unfortunately I am new to Jython and my "Jython Essentials" book is still in the mail. I looked into the Jython API Doc but could not find the information. I am porting a Python library to Jython and some parts are missing. My question basically is where do I find information on what to use instead. E.g. I could not find information on the os module. I do not find the sys module docu either. The concrete problem is I have...
0
1517
by: Yong | last post by:
I'm not getting any reply to my previous thread so I'm stating a new one. I get a General Network Error due to my SqlCommand object not having a big enough CommandTimeout to complete very long sql statements. My question is this: Why does SQL generate a General Network Error instead of the Timeout Expired Error? When I run my program multiple times, there are cases where I'd get the Timeout Expired Error ("The timeout period elapsed...
4
2315
by: Viviana Vc | last post by:
Hi all, I've read the WindowsVistaUACDevReqs.doc documentation and I have done different small tests on Vista to understand the bahaviour and now I have a few questions. 1) If I create a dummy console application that creates a file in Program Files directory, this one will succeed and will create the file b/c of the virtualization. But, if I do the following call in a console window (a.exe contains just
2
4047
by: sharan | last post by:
Hello Friends I have a problem in Data Structure (In C) i want to emplement a General tree having three child nodes of each parent node ...please send me any simple Example( code) by which i can understand General Tree codes.....node be int value if possible than help me for a name(string)
2
168
by: SpotNet | last post by:
Scott M. Have your experiences shown you that programmers may give the best computer advice, analysis, and solutions even at the worst of times, for a PC user? ;~D Haven't crossed many Network Engineers, Network Administrators, System Administrators (there are a few I've crossed that do), that end up knowing an operating system, like Windows as a programmer ends up knowing it. Not giving excuses, maybe just an observation on why they...
3
1618
by: =?Utf-8?B?Ymxi?= | last post by:
I am posting to the general discussion group - but I cannot find my postings... or replies...
0
8685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8612
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8905
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8880
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7743
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5869
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4625
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.