Help / Advice
-
Hi, I've just started out learning C# / .NET at a fast rate. Then, I plan to look for company to get experience even if working for free. Any ideas or suggestions would be appreciated. Anyone know where I can gain experience when I learn enough without certification and only a high school diploma (even for little or no pay)??:(:|:confused:
sharpone wrote:
Anyone know where I can gain experience...
With or without a paying job: 1. Pick an open-source project, study it and contribute. 2. Write some CP articles and get peer review from the comments. 3. Hang out in the specific CP forums that interest you and contribute as you're able. "If the world should blow itself up, the last audible voice would be that of an expert saying it can't be done." - Peter Ustinov
-
Hi, I've just started out learning C# / .NET at a fast rate. Then, I plan to look for company to get experience even if working for free. Any ideas or suggestions would be appreciated. Anyone know where I can gain experience when I learn enough without certification and only a high school diploma (even for little or no pay)??:(:|:confused:
I agree with Mike Mullikin's advice. I'd also add: select something you want to build (eg: a small, useful utility) and write it in C#/.NET. That in itself will be a valuable experience leading to much head scratching, asking questions, sharing your experiences, and hopefully helping others who are at the same stage. Eventually, you could make the utility (and its source code) public. That's how I started learning MFC/Win32, and later C#/.NET. Many of my hacks[^] turned out to be stuff that other people enjoyed using. And believe me, there's nothing like other users telling you how to improve on your ideas! :) /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com
-
Hi, I've just started out learning C# / .NET at a fast rate. Then, I plan to look for company to get experience even if working for free. Any ideas or suggestions would be appreciated. Anyone know where I can gain experience when I learn enough without certification and only a high school diploma (even for little or no pay)??:(:|:confused:
Here's a decent way to get experience - find a smallish program, and create a duplicate of it using your language of choice. You can do the same thing with ASP.Net - find a fairly simple website that isn't using .NET, and duplicate its functionality using C# and ASP.Net. ------- sig starts "I've heard some drivers saying, 'We're going too fast here...'. If you're not here to race, go the hell home - don't come here and grumble about going too fast. Why don't you tie a kerosene rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001
-
Hi, I've just started out learning C# / .NET at a fast rate. Then, I plan to look for company to get experience even if working for free. Any ideas or suggestions would be appreciated. Anyone know where I can gain experience when I learn enough without certification and only a high school diploma (even for little or no pay)??:(:|:confused:
Why won't you go to a university and get a degree in CS? If you are going to go out into the corporate world you will have a tough time getting anyone outside of HR to see your resume. Most big companies will require a 4 year degree from a university or a technical degree from someplace like DeVry. Also, remember to network, it's probably your best bet for finding a job.
-
Hi, I've just started out learning C# / .NET at a fast rate. Then, I plan to look for company to get experience even if working for free. Any ideas or suggestions would be appreciated. Anyone know where I can gain experience when I learn enough without certification and only a high school diploma (even for little or no pay)??:(:|:confused:
how about the military ? Cleek | Image Toolkits | Thumbnail maker
-
:)Thank you both for your advice - but how do I go about getting a job to code with no experience / school under my belt?:confused:
sharpone wrote:
but how do I go about getting a job to code with no experience / school under my belt?
You work for free, but for yourself - not someone else. Pick a project. Make a cool website that demonstrates the features you know. Make a utility that does something useful. There are a hundred ways of promoting yourself - showing people what you can do is one of the best ways. Experience comes in many forms - doing your own projects can show that just as well as doing projects for someone else. I'd hire someone that can show they know what they're doing - school or no school. Good luck! Cheers, Drew.
-
Here's a decent way to get experience - find a smallish program, and create a duplicate of it using your language of choice. You can do the same thing with ASP.Net - find a fairly simple website that isn't using .NET, and duplicate its functionality using C# and ASP.Net. ------- sig starts "I've heard some drivers saying, 'We're going too fast here...'. If you're not here to race, go the hell home - don't come here and grumble about going too fast. Why don't you tie a kerosene rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001
-
Hi, I've just started out learning C# / .NET at a fast rate. Then, I plan to look for company to get experience even if working for free. Any ideas or suggestions would be appreciated. Anyone know where I can gain experience when I learn enough without certification and only a high school diploma (even for little or no pay)??:(:|:confused:
sharpone wrote:
Anyone know where I can gain experience when I learn enough without certification and only a high school diploma (even for little or no pay)??
In this day and age, that will be very difficult without either experience or a college degree of somekind. You either have to be very lucky and or have contacts. Back in 1988, I started out without experience or a college degree - I was lucky that I had a contact who gave me my first programming gig. Then I worked really hard to prove myself. The money was rubbish but it was a start. Nowadays, it is harder to find companies willing to take a chance on an inexperienced person without a degree. As others have said, join an open-source project, or write articles for CP or create a clone of an app or website to show off your skills. Write Code, read others code, learn best practises. Ask intelligent questions in forums and participate in online communities. Michael CP Blog [^] Development Blog [^]
-
Why won't you go to a university and get a degree in CS? If you are going to go out into the corporate world you will have a tough time getting anyone outside of HR to see your resume. Most big companies will require a 4 year degree from a university or a technical degree from someplace like DeVry. Also, remember to network, it's probably your best bet for finding a job.
Not sure why people voted you down, but it is the sad truth. You may be the best programmer in the world, but many companies won't give you the light of day if you resume doesn't say 4 year degree. I know several companies that have hired people poorly suited for a position simply because they have a degree. Even though the degree is in something completely unrelated to the position.
Found on Bash.org [erno] hm. I've lost a machine.. literally _lost_. it responds to ping, it works completely, I just can't figure out where in my apartment it is.
-
sharpone wrote:
Anyone know where I can gain experience when I learn enough without certification and only a high school diploma (even for little or no pay)??
In this day and age, that will be very difficult without either experience or a college degree of somekind. You either have to be very lucky and or have contacts. Back in 1988, I started out without experience or a college degree - I was lucky that I had a contact who gave me my first programming gig. Then I worked really hard to prove myself. The money was rubbish but it was a start. Nowadays, it is harder to find companies willing to take a chance on an inexperienced person without a degree. As others have said, join an open-source project, or write articles for CP or create a clone of an app or website to show off your skills. Write Code, read others code, learn best practises. Ask intelligent questions in forums and participate in online communities. Michael CP Blog [^] Development Blog [^]