Contents tagged with Design Patterns
-
Code and Slides from My AngleBrackets April 2014 Talks in Orlando
The AngleBrackets and DevIntersection conference is all wrapped up! Thanks to everyone that took the time to come to my talks – it’s always fun to meet new people and hear about the apps they’re building. As promised, here’s the code and slides from each presentation.
-
New Video: Understanding C# Interfaces & Polymorphic Behavior
The next video in a series that I filmed at Interface Technical Training covering C# fundamentals has been released. In the previous video I talked about getting started with interfaces and discussed how you can define interfaces and implement them. In this video I discuss how interfaces can be used to add polymorphic behavior into applications.
-
JavaScript Data Binding with AngularJS Part II – Binding a View to a Controller/ViewModel
Related Posts: -
JavaScript Data Binding with AngularJS Part I – Getting Started
Related Posts: -
jQuery Tip #7 - Consolidating jQuery Ajax Calls
Previous Tips:
-
Pluralsight Meet the Author Podcast on Structuring JavaScript Code
-
Code and Slides: Building the Account at a Glance ASP.NET MVC, EF Code First, HTML5, and jQuery Application
This presentation was given at the spring 2012 DevConnections conference in Las Vegas and is based on my Pluralsight course. The presentation shows how several different technologies including ASP.NET MVC, EF Code First, HTML5, jQuery, Canvas, SVG, JavaScript patterns, Ajax, and more can be integrated together to build a robust application. An example of the application in action is shown next:
-
Code and Slides: Techniques, Strategies, and Patterns for Structuring JavaScript Code
This presentation was given at the spring 2012 DevConnections conference in Las Vegas and is based on my Structuring JavaScript Code course from Pluralsight. The goal of the presentation is to show how closures combined with code patterns can be used to provide structure to JavaScript code and make it more re-useable, maintainable, and less susceptible to naming conflicts. Topics covered include:
-
Call for Speakers – Fall 2012 ClientDev Connections
-
New Pluralsight Course: Building ASP.NET MVC Apps with EF Code First, HTML5, and jQuery