Microsoft Web Camp

Web Camp
Microsoft uses (boot)camps to promote new products. The website devcamps.ms contains the curriculum. At the writing of this post there is Windows Phone, Windows Azure, Web and Windows. It’s free so I registered for the Web Camp and signed up for the accessibility and Webmatrix hands-on-labs. Turns out I wasn’t alone.

The keynote was done by Kris van der Mast, a Microsoft MVP and Azug.be board member. He talked about Webmatrix, Web API and HTML5. He gave some usefull tips and demo’s and even shed some light on SignalR.

After the lunch the hands-on-laps started.

My first lab was about accessibility. Turned out Jeroen Hulscher gave the same presentation as on Devdays 2011. But he updated the “undress-my-site” bookmarklet and someone in the audience gave the tip of using Fangs when developing for the screenreader.

The last lab was with Webmatrix. Never used it before, but the demo looked promising. Marcel Nieuwpoort created a WordPress site from scratch and changed the theme. Updating sites like WordPress could be difficult when using plugins and the data in the database will be erased, be sure to backup before you go there! The hands-on-lab failed with the message “This type of page is not served”. At the end I figured it out: open the folder containing the index.html, not the topmost with all the demos in subfolders. I my case I had to open “C:\WebCampsTrainingKit\Demos\WebMatrix – Part 1\Source\Code\DatabaseWithData”. Just a small tip 🙂
The razor syntax is very nice for quick website developement. Go check it out!

Download WebMatrix
Browse or Download trainingskit.

Server Error in ‘/’ Application.
——————————————————————————–

This type of page is not served.
Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension ‘.cshtml’ may be incorrect. Please review the URL below and make sure that it is spelled correctly.

Requested URL: /Code/Page.cshtml

——————————————————————————–
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

About erictummers

Working in a DevOps team is the best thing that happened to me. I like challenges and sharing the solutions with others. On my blog I’ll mostly post about my work, but expect an occasional home project, productivity tip and tooling review.
This entry was posted in Conference, Development and tagged , , , , , , , , , . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.