Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

I am thrilled to my bones in discovering this online forum. This is the best thing that has happen to me since i started using the internet.I am a chemist by profession but lack of job in my country is making me to deviate into the IT sector.I have just started learning website design and ASP.NET.I am learning it by myself (self-taught) Please i need some one to help me with a detailed learning plan. The things i need and the order i should learn them.Right now i am through with Html and css.I am learning visual basic programming on .net now, it seems quite confusing without knowing where to start from.

Any help will be gladly appreciated.

Thanks
Posted
Updated 15-Apr-12 2:37am
v3
Comments
Keith Barrow 15-Apr-12 8:35am    
I've updated your question slightly. Please avoid using ALL CAPS - it is considered as shouting and therefore rude. This common to all online forums, not just this one. See http://networketiquette.net/ for some guidelines

Hi,
Well, if you want to learn asp.net, then, I think you need to firstly read a complete but not very difficult asp.net book(for beginners) , then, you can learn more using asp.net site which is one of the best and simplest sources of asp.net learning sources:
http://www.asp.net/get-started[^]
Here you can learn asp.net using step-by-step sample applications and some discussions.

I hope it helps,
Cheers
 
Share this answer
 
v2
I'm from a similar background, I qualified [barely] in Chemistry too. I also deviated.

There isn't a hard and fast answer to your question, so what I say comes from my experience in the UK so YMMV. The first thing is that, if you want to do this as a career, you might want to consider getting qualified, this will make the transfer much easier. Some parts of the world (I work in the Middle East) won't employ people without a degree in Comp Sci. Personally, I disagree with this, but that is how it is here.

That said you can get a head start by tackling much of the material before you go for you qualification. The classic route is generally:

1. Variables & Data Types
2. Procedures
3. Control Flow statements:
a) Ifs (if x > 2 then go to somewhere else) & switch statements
b) Loops of the various sorts
4. (Seeing as you want VB.net) Object Orientation.

As you are from a numerate discipline, 1->3 should be relatively easy but getting the finer points will take time. You might want to do this along side your web-based stuff. (You might want to check http://www.w3schools.com/[^] for excellent web-technology tutorials). Web development brings its own set of problems and you may want to get to grips with the language first. You might also want to consider which technologies you want to learn according to the local job-market, but the above list should give you a starter. The other thing that is a must is to get to grips with database design and use, doing this properly is not easy.

How you go about this is a bigger question, and it depends largely on you. Some people swear by getting a book and working though it. I personally prefer to set my self a project, and learn as I go, refering to books/online resources as needed. There are a lot of online resources out there that can be used, you just need to Google for them.
 
Share this answer
 
Comments
Nelek 15-Apr-12 19:27pm    
Nice answer. +5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900