Archives
-
Understanding C# Events, Delegates and Lambdas – New Pluralsight Course
-
What’s the Developer Community Like in India? My interview with Pinal Dave and Aaron Skonnard
I had the opportunity to sit down with Pinal Dave and Aaron Skonnard at Pluralsight’s 2013 Author Summit to discuss the developer community in India and how immense it is. I’ve always been fascinated with the Indian culture, have a lot of friends there, and absolutely love the food so it was fun to talk with Pinal and Aaron and hear more details about the community and what Pluralsight is doing in that part of the world.
-
What’s a Pluralsight Study Group? Steve Woolley and I Discuss the Concept!
-
Building an HTML5 Web Sockets Server with ASP.NET 4.5
ASP.NET 4.5 now includes support for HTML5 Web Sockets which can provide a great way to add real-time communication to a Web app where a server can actually push data live to one or more clients. In this video from the New Features in ASP.NET 4.5 Pluralsight course I walk through getting started with creating a Web Sockets server using a Nuget package from Microsoft called Microsoft.WebSockets.
-
Video Tutorial: AngularJS Fundamentals in 60-ish Minutes
-
Slides and Code from my AngleBrackets/DevIntersection Talks: AngularJS, ASP.NET MVC, jQuery and JavaScript
The AngleBrackets and DevIntersection conference is all wrapped up for me and I had a great time as always meeting new people and talking about technologies that I really love to work with. Thanks to everyone that took the time to come to my talks - I definitely had a lot of fun giving them and chatting with people after each session.
-
Using AngularJS: My Interview with Joe Eames and Jim Cooper
I'm really excited about the AngularJS JavaScript framework given all of the great features it offers out of the box for building Single Page Applications (SPAs) and really any application that has a lot of client-side functionality. I just returned from the DevIntersection and AngleBrackets conference in Las Vegas and there was a lot of buzz about the framework at my different AngularJS and JavaScript talks.
-
Model Binding in ASP.NET 4.5 Web Forms