Answered by:
What exam/cert for web development

Question
-
What do you think the exam(s) if I want to pursue the stream in web development?
70-480
and else?
Wednesday, September 11, 2013 6:46 AM
Answers
-
I also took the 70-480 exam and moving towards the 70-486 (MVC) and 70-487 (Azure), this is the web development path by MS as far as I know.
This is the source I have for you:
http://www.microsoft.com/learning/en-us/mcsd-web-apps-certification.aspx
- Edited by Daniel Trott Wednesday, September 11, 2013 6:55 AM
- Proposed as answer by miltongohMVP Wednesday, September 11, 2013 9:01 AM
- Marked as answer by Danny van DamMVP, Editor Wednesday, September 11, 2013 11:22 AM
Wednesday, September 11, 2013 6:53 AM
All replies
-
I also took the 70-480 exam and moving towards the 70-486 (MVC) and 70-487 (Azure), this is the web development path by MS as far as I know.
This is the source I have for you:
http://www.microsoft.com/learning/en-us/mcsd-web-apps-certification.aspx
- Edited by Daniel Trott Wednesday, September 11, 2013 6:55 AM
- Proposed as answer by miltongohMVP Wednesday, September 11, 2013 9:01 AM
- Marked as answer by Danny van DamMVP, Editor Wednesday, September 11, 2013 11:22 AM
Wednesday, September 11, 2013 6:53 AM -
What reference book you think is good for 70-480?
In the old days there are exams for ASP.NET but now looks nothing about that?
Thursday, September 12, 2013 12:43 AM -
Azure certifications:
1.Exam 70-487: Developing Windows Azure and Web Services
2.Exam 70-583: PRO: Designing and Developing Windows Azure Applications
.Net :
1.Exam 70-483 Programming in C#
2.Exam 70-513 TS: Windows Communication Foundation Development with Microsoft .NET Framework 4 (C# and VB)
3.Exam 70-515 TS: Web Applications Development with Microsoft .NET Framework 4 (C# and VB)
4.Exam 70-516 TS: Accessing Data with Microsoft .net Framework 4 (C# and VB)
5.Exam 70-519 Pro: Designing and Developing Web Applications Using Microsoft .NET Framework4
6.Exam 70-486: Developing ASP.NET MVC 4 Web Applications
Fundamentals:
1.Exam 98-361 Software Development Fundamentals
2.Exam 98-363 Web Development Fundamentals
3.Exam 98-372: .NET FundamentalsThursday, September 12, 2013 5:23 AM -
For the 70-480 I used a lot of web ressources like W3C, MDN and MSDN.
This exam is based on HTML5, JavaScript and CSS3, as you can see in the "Skills measured" section: http://www.microsoft.com/learning/en-us/exam-70-480.aspx.
You do not have to know anything ASP.NET specific.
As a quick reference I used this Training guide: Training Guide on Amazon
I also found the articles from http://www.bloggedbychris.com quite helpful and used it as a check list.
For what I know you should search for MVC4 instead of ASP.NET. This is the main framework in the 70-486 exam.
But to be honest I did not start learning for this exam right now, because of my work.
Thursday, September 12, 2013 8:16 AM