Dan Wahlin
AngularJS, JavaScript, HTML5, jQuery, Node.js, ASP.NET, C#, XAML
-
Code from my DevConnections Talks and Workshop
Thanks to everyone who attended my sessions at DevConnections Las Vegas. I had a great time meeting new people, discussing business problems and solutions and interacting. Here’s the code and slides for the sessions. For those that came to the full-day Silverlight workshop I’ve included the slides that didn’t get printed plus a ton of code to help you get started with various Silverlight topics.
-
My Favorite iPad Apps….So Far
So I did it. I went out and bought an iPad a week ago after playing around with one at a local Apple store. The guy at the Apple store didn’t help my decision with his “stuffy” attitude but I’m going to give him the benefit of the doubt since there were a ton of people trying to get his attention that day.
-
Call for Abstracts for the Fall Silverlight Connections Conference
-
Slides and Code from my Silverlight MVVM Talk at DevConnections
-
Simplify Your Code with LINQ
I’m a big fan of LINQ and use it wherever I can to minimize code and make applications easier to maintain overall. I was going through a code file today refactoring it based on suggestions provided by Resharper and came across the following method:
-
Syncing Audio, Video and Animations in Silverlight
-
New Article – Getting Started with WCF RIA Services
Microsoft’s been hard at work on a new distributed data framework now called WCF RIA Services. I recently finished up a new article for Dr. Dobbs and Information Week that provides an overview of WCF RIA Services including the following topics:
-
Need a Little Help from My Developer Friends Out There!
UPDATE: Thanks to everyone who voted! It looks like I'll be presenting on Syncing Audio, Video and Animations in Silverlight Applications at MIX10.
-
Using Autofac as an IoC Container in Silverlight Applications
The subject of Dependency Injection (DI) and Inversion of Control (IoC) containers has received a lot of attention over the last few years. Building applications that are loosely coupled has become more and more popular (and for good reason) especially in applications that have a lot of dependencies that could break over time or need to handle the addition of new modules seamlessly. From a personal standpoint I fall somewhere in the middle of the overall DI argument. I definitely feel that DI has its place and personally use the general pattern in applications but also feel that some use DI in ways that seem to make applications overly complex and more difficult to maintain in the future. My opinion on the subject really doesn’t matter here though since this post is about using an IoC container framework in Silverlight applications.
-
Getting Started with the MVVM Pattern in Silverlight Applications