tags:

views:

62

answers:

1
+1  Q: 

progress at work

I work in a small department in a very large company. Our department operates largely as a independent unit within the company. Each member of the team has a different role. My role within the team is a operations/admin and no one knew of my skills in programing as I never said anything before about it. I just did my work and in the free time read up on things for my own development

Our developer who used to look after our websites has left a few months ago. Now when we require edits to our websites even basic HTML changes we outsource the work. We are getting shafted big time. I could of so said something sooner to highlight my skills in this area but I guess I was just happy to do my own development projects. And one reason was they are using asp.net and I have mainly done things in php.

I only hinted before that I have done things but I did not want to reveal them before I had completed anything. I was working on something for myself that the company was also trying to implement something similar(e commerce site). I used open source and they decided to go for a propriety solution. Now I have finished my project and showed it to my boss, their project is still not completed and is quite expensive.

He was impressed with what I showed him and suggested I should go for courses to learn asp.net. that I may be able to do the development work for them and there are some big upcoming projects in the future. He said this would be a benefit for me that I should look to be doing a better then role then admin.

My employer does have a policy if relevent to the role they may support the costs of courses.

Now how do I play this what should I say to my boss. I want to get advise on which MS certified courses would be good for asp.net and how to best approach my boss to see if they will pay all the amount for the course.

And how much different will asp.net be from php.

+2  A: 

I'm not really sure what you're asking here. If your boss says you should go on courses to learn ASP.NET, and you want to, then go on them. If you're worried about the cost, talk to your boss, and ask if your employer will be covering the cost of the courses. If they won't, and the courses are too expensive, don't go. Generally telling the truth to your employer is the best approach.

That said, I don't think going on courses is the best way to learn a language. The best way in my experience is to do something in that language. Take a tutorial, build something simple. Maybe follow Microsoft's official introduction to ASP.NET.

Dominic Rodger
+1: Also... I know a guy who worked at Verizon. They paid for classes that got him a ton of very impressive certifications -- MCSD, MCDBA, etc. Nobody was talking about this program, but it was out there waiting for him. That was pretty amazing. We're talking tens of thousands of dollars. But still, Dominic is right in that you just need to start building things.
Brian MacKay