I a student in my final term of my Computer Science Bachelor Degree. I really like doing web programming especially with ASP.NET. For the last 2 years I been programming on and off in .Net. Since I am usually taking about 7 courses a semester and not much time to play around with .Net. Every time I had a break like summer break I decided to make some websites to get practice in .Net since my program only offered one course in .Net.

Currently for the last 5 months I been doing nothing but ASP.NET MVC programming with jquery as I have an 18 credit practicum that I must complete to graduate and was able to get a project that uses .NET.

I am subscribed to some Microsoft news letter and I found out they have some promotion called double shot or something like that if you fail the exam you can take it for free again. Now I am not planning to fail but it's good to have anyways, plus I am a student so I get like 50% off any exam ending in "72".

I also heard that my school might even pay for students to take certification exams for free so I want to verify this too but either way I would like to take advantage the student discount.

Now as I described before I been doing .Net on and off and lately only have been doing ASP.NET MVC and as far as I know there is no .NET MVC exam so I am not really sure what exam I should take?

Also I probably going to need to study alot for the exam as I probably don't know much of the stuff on the exam since there are usually a couple different ways to program something.

For instance if they ask anything about .NET Ajax I probably won't know anything about it I used it like once since I rather use Jquery or another example would be the data source. I don't use this very much in the projects. Currently I am tutoring some students in .NET and it seems like for every little thing the teacher wants them to use a data source.

They have a drop down list that needs to be populated. Go drag another data source on the web forms go through the wizard to write the one sql statement it can do and bind it to the data source.

Then the next control down lets drag another data source in to bind it. Yet if I was doing I probably have a 3 tier arch that gets all the records and then bind that way.

So things like this worry me about so I need lots of resources to study so I can learn how Microsoft preferred way is (Even though in the end I probably will still do the way that works for me but at least I might learn some new ways to solve a problem that are better then what I am doing currently).

Sorry for the long post but I just wanted to you guys to know where I am at right now.

To sum it up

  1. What exam should I start off with?
  2. Where can I get exam practice questions and other materials to study?

Thanks

link|improve this question

3  
Don't waste your money. What is this certification going to help you with? – Carl Norum Feb 14 '10 at 22:18
8  
@Carl : too bad we can't downvote comments... – Thomas Levesque Feb 14 '10 at 22:20
1  
Owch. I didn't mean that to be insulting. I think the time, effort, and cash you could spend on getting the certification would be better spent writing some software. You presumably get the certification for a professional advantage of some kind, but you'd learn more, have more to show off, and have a better looking resume if you just spent your time on creating software than on chasing microsoft's approval. – Carl Norum Feb 14 '10 at 22:28
1  
The exams are a good motivator for reading up on the stuff. But you might as well buy a book and read it through instead. While recruiters may value you CV a bit higher with a certification on it, it's nothing against actual practical experience and a bachelor/masters degree. – Kasper Holdum Feb 14 '10 at 22:39
4  
@Carl - for $200 and three weeks of study, an MCTS exam is going to look better and go much farther on your resume than any tiny application you could write in the equivalent amount of spare time. Yes, there are lots of well-known drawbacks to the certification process, but the certifications are still worth it. – womp Feb 14 '10 at 23:14
show 3 more comments
feedback

3 Answers

up vote 0 down vote accepted

If you do want to take Microsoft .NET exams then I would recommend starting with TS: Microsoft .NET Framework - Application Development Foundation. If you want to be a .NET MCTS (Microsoft Certified Technology Specialist) then you must pass this exam.

After that, I'd go with Asad's suggestion for the ASP.NET 3.5 exam.

link|improve this answer
Why would you start with this exam first? – chobo2 Feb 15 '10 at 20:09
feedback

How to recruit people

Question 1
Are you smart and can you get the job done?

Question 2
Do you have a university degree with x years of experience?

Question 3
Can you bullshit me about what your certification is worth and explain to me what it implies because I've never heard of it?

However, you might LIKE the badge beside your nick when you post on the ms forums (for what its worth again)

link|improve this answer
feedback

I've read a few of the Microsoft training kit books, MCTS ones and they're pretty good actually. They cover a lot of material very thoroughly. They aren't packed with pointless cartoons or stupid personal anecdotes, and they don't make any assumptions about what you do or do not already know (outside of the prerequisites which are clearly stated).

So I'd recommend those for studying.

Don't be too put off by some of the comments here. When I interview people I look for technical ability regardless of where that comes from. Generally that comes with experience, but because technology evolves a certification can be a good way to either get up to speed on a technology you didn't previously have experience of, or as a way of jumping from say java to .NET. If you're looking for a more junior role, I'd again be interested in certification because it shows keenness and probably a certain level of skill.

If you study for it in your own time, that shows you're keen and I will award bonus points for that.

Ignore any exam cram type resources, I've interviewed people who have short cut their way to certification (basically just memorised the answers) and they make idiots of themselves in interviews. I do not treat them gently, they're wasting my time. So do some real programming too.

Ultimately I'd still grill you technically in the interview and I'd be looking for soft skills, i.e. people skills and the like too, but it may help get you into the interview and then it's really down to you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.