Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need a starting point.

Status
Not open for further replies.

BSCS3refresh

Programmer
Jan 16, 2007
2
US
I need a good starting point. I am a recent grad and know the basic SQL, C#, HTML, Java and very little VB Script.
Please direct me to a good starting point to practice these languages. I also want to know good books that are helpful.I've tried a few courses. I eventually want to gear toward ASP.NET. (I told you I'm behind.)I can code an old style asp.net page. But I know that won't/isn't being used in the near future. I don't want to loose what I used in school. I have a BS in CS. I am considering going for my Master's or a Technical Certificate, but I feel so far behind. I have the appropriate system to try sample programs/code.
I hope someone can point me in the right direction and give me a good starting block. I'd like to learn all those languages and be comfortable using them and know the differences in them.
Thanks in advance.
 
Learn about Design Patterns. The most commonly used is the Model-View-Controller and the Observer patterns.

I personally like the Plug-in pattern also as it gives a good example of how to use an interface properly :)


But starting with design patterns will help you write cleaner code that is managable.
 
I would highly recommend the book "Code Complete 2". This book is not language specific and the author has a firm grasp on the cutting-edge principles of software construction.
 
best way to stay fresh is do projects for fun (or even a little profit). Think of a simple game, desktop app, or website you think is doable, and set out to do it. You'll learn a lot along the way, and get ideas for other projects as you go.
 
When I interview people, I always ask if they have side projects. It's a good indication that they're a self-starter.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top