PDA

View Full Version : programming


slanty
June 20th, 2006, 10:21 PM
I need to learn howto program C# / SQL / Excel-VB. Just got a job filled with MIT, Princeton, Harvard geniuses and I need to figure out what the hell I'm doing. What book would you read or website would you use if you had to do it all over again. Thank You

Direhit
June 20th, 2006, 10:34 PM
For C# www.codeproject.com/csharp is a great source of source codes and examples. They have quite a few tutorials as well. As well, www.devarticles.com and www.aspfree.com are also good sources.

For me personally, I learn different coding languages by looking through examples, so I used the codeproject website quite a bit when I was first learning C# and VB/C# ASP.NET. FYI, if you can avoid ever using VB, for the love of god do it.

slanty
June 20th, 2006, 11:02 PM
need to use VB for programming macros and such

Direhit
June 21st, 2006, 07:19 AM
6.0 or .NET?

hawk
June 21st, 2006, 08:08 AM
C# is an incredibly easy language to pick up. There's some funky things like delegates and get/set "properties" but if you've had any programming experience in other languages, it should be easy.

GhOsT
June 21st, 2006, 09:44 AM
Google groups (groups.google.com) is a great resource for help regarding pretty much anything. I search it often for c++ related stuff that I have to do with my job.

Direhit
June 21st, 2006, 11:32 AM
C# is an incredibly easy language to pick up. There's some funky things like delegates and get/set "properties" but if you've had any programming experience in other languages, it should be easy.
Indeed... If you have any C-style experience at all, C# won't be very hard to pick up.

slanty
June 22nd, 2006, 12:00 AM
I don't know shit about anything - I majored in finance but I'm working at a hedge fund with a bunch of Harvard/MIT rocket scientists and I need to atleast learn some sort of programming

Dave
June 22nd, 2006, 12:40 AM
I don't know shit about anything - I majored in finance but I'm working at a hedge fund with a bunch of Harvard/MIT rocket scientists and I need to atleast learn some sort of programming

Damn lucky that you didn't go to work for a proctologist.

osiris
June 22nd, 2006, 01:07 AM
Google groups
http://planetsourcecode.com/
search google for VB e-books

Koron
June 22nd, 2006, 01:42 AM
Good luck.

Janus
June 22nd, 2006, 09:08 AM
maybe go buy some books or take them out at the library?

GhOsT
June 22nd, 2006, 09:25 AM
You need to have a good understanding of the principles of programming first before you dive into a programming language. You should probably start with an introductory book to object oriented programming.

Once you understand how to use basic programming structures (loops, conditional statements, functions/methods, etc) picking up a specific language will be easier.

N4P4LM
June 23rd, 2006, 08:10 AM
if you've got no programming experience at all, why not go and register for some introductory programming classes at a local college?

slanty
June 24th, 2006, 03:33 AM
4 years of college was enough school for me. I'm starting slow with some C# tutorials and such. The only problem is with actually progressing to the level where I can understand when they talk about stored processes and all this crazy database stuff

vitz
June 30th, 2006, 07:54 AM
I think you mean stored procedures, which are basically just SQL scripts loaded into the database to optimize the performance.

Sounds like you're going to be doing a lot of learning this summer. Good luck with the new job!