View previous topic :: View next topic |
Author |
Message |
mikelbeck
Joined: 31 Jan 2006 Posts: 18 Location: Lawn Guyland, Noo Yawk
|
Posted: Tue Jan 31, 2006 10:21 pm Post subject: Just getting started... |
|
|
I've been asked to do some .net programming, but I have no .net programming experience. Are there any good books you can recommend that I should look it? Kind of like a ".NET programming for dummies" sort of thing? |
|
Back to top |
|
|
paul
Joined: 11 Oct 2004 Posts: 128
|
|
Back to top |
|
|
mikelbeck
Joined: 31 Jan 2006 Posts: 18 Location: Lawn Guyland, Noo Yawk
|
Posted: Wed Feb 01, 2006 11:16 am Post subject: |
|
|
"for the absolute beginner". That's me!
Thanks very much for that information. |
|
Back to top |
|
|
x-raysteve
Joined: 01 Feb 2006 Posts: 53
|
Posted: Thu Feb 02, 2006 7:18 pm Post subject: |
|
|
Reading is bad for you. I like to eschew book learning and just try to pick up examples and tips on the net. Sometimes it can be good to just get pre-existing scripts, preferably something that has an interest to you, and then learn it inside and out.
Works for me! |
|
Back to top |
|
|
mikelbeck
Joined: 31 Jan 2006 Posts: 18 Location: Lawn Guyland, Noo Yawk
|
Posted: Fri Feb 03, 2006 9:29 am Post subject: |
|
|
x-raysteve wrote: | Reading is bad for you. I like to eschew book learning and just try to pick up examples and tips on the net. Sometimes it can be good to just get pre-existing scripts, preferably something that has an interest to you, and then learn it inside and out.
Works for me! |
I like to do it both ways. First I like to have a book I can read and get a general idea of what I'm doing, then I look around for examples to get a better understanding of it. Then I just right in and try it out, then go back to the book and/or examples to figure out what I'm doing wrong. |
|
Back to top |
|
|
x-raysteve
Joined: 01 Feb 2006 Posts: 53
|
Posted: Fri Feb 03, 2006 8:59 pm Post subject: |
|
|
I think I learned many different languages over the years with a book first, but I think as I have gotten older I have gotten more lazy. Now I just like to jump in with something working and then force myself to learn how to do things.
The best way is to break it, and then you have to figure out how to fix it. |
|
Back to top |
|
|
Colda Brama
Joined: 23 Feb 2006 Posts: 15
|
|
Back to top |
|
|
paul
Joined: 11 Oct 2004 Posts: 128
|
Posted: Fri Feb 24, 2006 9:33 am Post subject: |
|
|
Finding articles online, can help you learn faster sometimes. The easiest way to learn is to start writing ASP.NET web applications. Very soon you'll get familiar with the whole concept and from that point on it will be much easier.
Paul _________________ World Countries | Survival Skills |
|
Back to top |
|
|
Necron
Joined: 23 Feb 2006 Posts: 13
|
Posted: Sun Feb 26, 2006 4:56 pm Post subject: |
|
|
x-raysteve wrote: | Reading is bad for you. I like to eschew book learning and just try to pick up examples and tips on the net. Sometimes it can be good to just get pre-existing scripts, preferably something that has an interest to you, and then learn it inside and out.
Works for me! |
Reading isn't bad at all.
Whilst practical experience is a necessity, you absolutely need to read in depth about programming theory, as well as database design, if you want to be a good .Net programmer.
Simply going in and doing it without any knowledge of the concepts of programming theory is just asking for trouble and will only lead you to a dead end. |
|
Back to top |
|
|
|