This is the sixth post (first, second, third, fourth, fifth) in another collection of posts that have links to the different objectives covered in the 70-515 exam. There is also a series on ASP.NET 3.5 exam 70-562 (here) and Web Applications .NET 2.0 exam 70-528 (here)
Please note that information and exam is currently in beta and subject to change. This exam guide is for use at your own discretion and the author accepts NO liability in relation to incorrect or missing information. Also note that using this guide to study does not imply you will pass the exam
Developing a Web Application by Using ASP.NET MVC 2 (13%)
- Create custom routes
This objective may include but is not limited to: - Route constraints
- Route defaults
- Ignore routes
- Custom route parameters
- Create controllers and actions.
This objective may include but is not limited to: - Visual Studio support for right-click context menus
- Action filters (including Authorize, AcceptVerbs, and custom) and model binders
- ActionResult sub-classes
- Structure an ASP.NET MVC application.
This objective may include but is not limited to: - single project areas (for example, route registration, Visual Studio tooling, and inter-area links)
- Organizing controllers into areas
- Shared views
- Content files and folders
- Create and customize views.
This objective may include but is not limited to: - built-in and custom HTML helpers (for example, HTML.RenderAction and HTML.RenderPartial)
- Strongly typed views
- Static page checking
- Templated input helpers
- ViewMasterPage
- ViewUserControl
There are no books available for this exam at this time due to the fact that the exam is in beta until 30-April-2010. 8 weeks after this date is the expected go live date for this exam.
5 comments:
It seems that current "Templated input helpers" link is wrong. Here is the MSDN link : http://msdn.microsoft.com/en-us/library/ee308450.aspx.
Thanks for your posts about ASP.Net 4.0 certs.
Hi Niall,
Here are a few more links that you might consider adding to further describe the objectives in part 6.
Structure of an MVC application
http://msdn.microsoft.com/en-us/library/dd410120.aspx
Action filters
http://www.asp.net/learn/whitepapers/what-is-new-in-aspnet-mvc#_TOC3_11
Action result sub-classes
http://www.asp.net/learn/whitepapers/what-is-new-in-aspnet-mvc#_TOC3_12
And yet another one.
Organizing controllers into areas
http://msdn.microsoft.com/en-us/library/ee671793.aspx
Thanks Trond
A lot of these links were not around when I wrote this post.. it was still too early in the cycle :)
Happy to help a former colleague :) (I resigned from ErgoGroup (Trondheim) in October)
Post a Comment