473,761 Members | 10,498 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

New programmer - any good advice?

Hi.

I am about to embark on C# learning. I have had limited VB experience. Can
anyone offer any advice as to some good books / courses to attend, for a
newbie to get the basics as quick as possible? I have seen a lot of books out
there, but a lot of feedback that they are aimed at more than newbies? ANy
advice anyone?

Rgds
OJLP
Nov 17 '05 #1
3 1577
To learn .NET, you need to learn 3 things:

1. The .NET concepts (OOP, inheritance, assemblies, reflection, appdomains,
etc.), .NET framework library, etc. which is independent of the language
that you use.
2. The VS.NET IDE, which is very similar for VB.NET and C#.
3. A .NET language such as C# or VB.NET. Interestingly, this is the easiest
part, since the bulk is on point #1.

So, if you don´t find books about C# for people coming from VB6, I would
recommend to read this book, which is very good for people with some VB6
background:

Programming Microsoft Visual Basic .NET (Core Reference)
By Francesco Balena
http://www.amazon.com/exec/obidos/tg...31840?v=glance

And after spending some weeks or months learning it, you can switch later
from VB.NET to C# in a couple of weeks because you only have to learn the
keywords and syntax of C#.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

"OJLP" <OJ**@discussio ns.microsoft.co m> escribió en el mensaje
news:62******** *************** ***********@mic rosoft.com...
Hi.

I am about to embark on C# learning. I have had limited VB experience. Can
anyone offer any advice as to some good books / courses to attend, for a
newbie to get the basics as quick as possible? I have seen a lot of books
out
there, but a lot of feedback that they are aimed at more than newbies? ANy
advice anyone?

Rgds
OJLP

Nov 17 '05 #2
OJLP wrote:
Hi.

I am about to embark on C# learning. I have had limited VB experience. Can
anyone offer any advice as to some good books / courses to attend, for a
newbie to get the basics as quick as possible? I have seen a lot of books out
there, but a lot of feedback that they are aimed at more than newbies? ANy
advice anyone?

Rgds
OJLP


Here's my response to a previous request:

http://groups-beta.google.com/group/...e=source&hl=en

Read the entire thread. And, use "John Salerno" as the author in a google
search of the microsoft.publi c.dotnet.langua ges.csharp newsgroup. From my
perspective, he is the most recent trail blazer that is asking for advice
and getting good feedback.

From my experience as a programmer in industry, someone does not have the
basic programmer skills until they have had the equivalent of 1st year
university computer science courses. And, even then, someone has to hold
their hand constantly when tasked. When someone has had the equivalent
of 2nd year courses, then they begin to have the capability to function
effectively within a development team.

If you really wanted to be a C# programmer from scratch, then, minimally,
I suggest taking a 1st year university computer science course, if there
is such a thing in C#. I suspect that C++ and Java are still the two
primary software programming languages in most educational institutions.
Myself, I am curious to know if C# is offered at any educational institu-
tions. Perhaps supplanting Java?

Good luck,
Doug

Nov 17 '05 #3
Hello OJLP,

I agree with the suggestions Carlos gave you. Unlike Windows and COM programming
and even VB6 programming, where each language had a totally different object
model/programming library and learning curve, .NET has one. In .NET,

Sam Gentile
Chief .NET Architect
Adesso Systems, Inc
INETA Speaker, Microsoft MVP - .NET/C#
Blog: http://samgentile.com/blog/
O> Hi.
O>
O> I am about to embark on C# learning. I have had limited VB
O> experience. Can anyone offer any advice as to some good books /
O> courses to attend, for a newbie to get the basics as quick as
O> possible? I have seen a lot of books out there, but a lot of feedback
O> that they are aimed at more than newbies? ANy advice anyone?
O>
O> Rgds
O> OJLP

Nov 17 '05 #4

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

Similar topics

14
2688
by: Daniel Chartier | last post by:
Hello. I work in the paper industry and we recently had someone (the original author) from within the company make a program for preventive maintenance. However, it had some bugs and we wanted to add stuff to it, bu tthe original author/programmer was leaving, so we called in a free agent programmer. The free agent spoke with the original programmer and myself for a day. He fixed afew bugs. For the other bugs and the many...
6
1821
by: Michael L. Labbe | last post by:
Hello. I'm an experienced programmer who is evaluating learning Python if it is applicable to a few projects. The programs I am going to list are production software - they are not throwaway toy projects, but will actually have real world application. I've spent years writing C++ and Perl code, but I would like to try "this Python language" out in their implementation, as I have the luxury of slack deadlines for the next little while. ...
11
1866
by: | last post by:
What do I do? Any ideas? I went back to school after many years and finished my bachelors degree and studied programming at a local tech school. I have no great talent to return to (mainframe operator, telemarketer, painter...) and haven't had a chance to shine in programming yet (newbie, recession, tech bubble, jobs going overseas....). I got so frustrated that I launched my own recruiting business but that didn't fly. I do like...
72
5890
by: E. Robert Tisdale | last post by:
What makes a good C/C++ programmer? Would you be surprised if I told you that it has almost nothing to do with your knowledge of C or C++? There isn't much difference in productivity, for example, between a C/C++ programmers with a few weeks of experience and a C/C++ programmer with years of experience. You don't really need to understand the subtle details or use the obscure features of either language
14
1653
by: Kevin Walzer | last post by:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm a Tcl/Tk developer who has been dabbling with Python for some time, but had not seen a compelling reason to really learn the language. Programming in Tkinter seemed redundant to me since I already have direct access to that toolkit via Tcl, and the other Python GUI toolkits I tried--PyQt and wxPython--were frustrating with their learning curve. Well, I have finally found a good reason...
4
1611
by: Vince S | last post by:
Hello. I'm currently trying to learn programming in C++. My goal is to write Windows applications, mostly for personal use. For example, I'd like to create my own multi-threaded newsreader. My plan was to learn standard C++ and then VisualC++/MFC. I've been through most of one C++ book (Deitel) and I've started on another (Accelerated C++ / Koenig & Moo). After that I was going to read Programming Windows with MFC (Prosise). I...
4
1087
by: Don Grover | last post by:
Im looking for advice on migrating from asp to asp.net. If someone can answer a few questions please. 1) What time frames should I allow for getting upto speed in asp/vb .net from a comercial asp & vb6 background. 2) What development packages should I use, reccomended. 3) Setting up a Test Server, is windows small business server good enough to test against.
15
4329
by: zerosharp | last post by:
What must i do, Now? I don't known, Help me. Thank You.
13
2044
by: aum | last post by:
Hi, I'm a Python programmer, just starting to get into javascript. On reading some of the js guides, and not liking any of the OO usage patterns I saw, I've cooked up something which python folks might find to taste. Here's the code - first the 'engine', then some code demonstrating the usage patterns. For me (and maybe for some of you), it promotes readability and some
0
9521
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
9333
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,...
0
10107
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9945
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9900
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
8768
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
6599
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
5214
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5361
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.