Web Camps TV #5 - Building your own WebMatrix Helpers

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
In this episode of Web Camps TV, James is joined by http://erikporter.com/" target="_blank Erik Porter , PM on the http://asp.net/" target="_blank ASP.NET team (and http://twitter.com/humancompiler @HumanCompiler on twitter ). Erik is responsible for the Helpers that go into the WebMatrix tool. You can think of Helpers as shortcuts used to build apps more quickly, and these shortcuts are broken into two different types: UI Helpers and API Helpers. As the names suggest, UI Helpers make it easier to render out bits of a websites UI, and API Helpers wrap other functionality from services you want to use in your applications. Some examples of popular WebMatrix Helpers include Facebook, Twitter, and Recaptcha, as well as some other fundamental ones like Database access, Membership, and Security. In this episode, we look at how to build your own Helpers, making it easier for you and other developers to build websites. Erik takes us through building an IE9 Pinned App Helper, and the several approaches he discusses are all valid ways of building Helpers, including Using CSHTML pages Using CS classes Using @helper syntax Building WebMatrix Helpers makes sense whether you are trying to foster a developer community or just looking to make your own job easier by having helpers for repetitive code tasks. For more information about Helpers check out the following links: http://www.microsoft.com/web/webmatrix" target="_blank Download and try WebMatrix http://erikporter.com/Blog/IE-9-Windows-Jump-List-ASPNET-Web-Pages-Helper" target="_blank Eriks blog post on building the IE9 Pinned App WebMatrix Helper http://www.jamessenior.com/post/Top-links-for-getting-started-with-WebMatrix.aspx" target="_blank James blog post on Getting Started with WebMatrix If you want to learn more about WebMatrix, http://www.webcamp.ms dont forget to register for a free Web Camp training event near you ! <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:e98903e0f67f4a8f957b9e0001230e3f

View the full article
 
Back
Top