Jump to content

New to programming, where do I start?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
ControlYourDog

ControlYourDog

    Newbie

  • Members
  • Pip
  • 3 posts
Hello,

Im doing a degree in 8 months time in Computer Networks. Only thing im worried about is the programming modules. Id like to get a head start on things. The programming modules are as follows:

1) Data Application Programming - The module will show students how to implement strategies to access information from a range of data repositories. Students will develop and programme software applications designed to manipulate that data and represent it appropriately to the user.

2) Client Server Integration - Client and server system architectures, middleware, enterprise wide structures, distributed systems, web systems; SOAP, CORBA, J2EE, XML and .NET

Unfortunately they make little sense to me. Any advice is a appreciated.

Thank you.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
1) Basically you'll be learning how to access various types of data sources, especially SQL databases. I'd start learning SQL now.

2) This covers a LOT of territory.

I'd talk with the teacher who will be teaching the courses and get a little more detail. Course descriptions tend to be horribly imprecise.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
ControlYourDog

ControlYourDog

    Newbie

  • Members
  • Pip
  • 3 posts
Thank you.

Any books or websites you recommend to get me started with SQL?

#4
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
W3Schools Online Web Tutorials has good tutorials for example
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall

#5
ControlYourDog

ControlYourDog

    Newbie

  • Members
  • Pip
  • 3 posts
thanks guys, big help.