- Joined
- Jun 27, 2006
- Messages
- 23,048
- Thread Author
- #1
In this episode of Web Camps TV, James is joined by Erik Porter, PM on the ASP.NET team. 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 website's 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
For more information about Helpers check out the following links:
Link Removed
Link Removed
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
For more information about Helpers check out the following links:
- Link Removed
- Link Removed
- Link Removed
Link Removed
Link Removed