Browse by Tags

All Tags » Silverlight (RSS)

New Article – Getting Started with WCF RIA Services by dwahlin

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: Using...

Need a Little Help from My Developer Friends Out There! by dwahlin

UPDATE : Thanks to everyone who voted! It looks like I'll be presenting on Syncing Audio, Video and Animations in Silverlight Applications at MIX10. MIX10 is right around the corner which should be a lot of fun especially if you’re interested in Web and...

Using Autofac as an IoC Container in Silverlight Applications by dwahlin

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...
Filed under: , , ,

Getting Started with the MVVM Pattern in Silverlight Applications by dwahlin

With the increasing popularity of Silverlight as an application development framework the discussion of patterns has grown louder and louder. Fortunately the majority of developers building Silverlight applications have agreed on a pattern that fits well...

DevConnections Conference Code and Slides by dwahlin

I’m in Las Vegas this week for the DevConnections conference and wanted to get the slides and code posted for the talks as I give them. This time around I’m talking about Silverlight (including a full-day workshop), the new Microsoft Ajax Library script...

Passing Multiple Records to a Stored Procedure in SQL Server by dwahlin

There are so many different ways to work with data that it can make your head spin.  Regardless of the technology, one thing I always try to do when working with databases is minimize the number of calls that are made.  I use ORM frameworks...
Filed under: , , ,

Cleaning Up the Disabled State of a Silverlight Control using Expression Blend by dwahlin

Silverlight provides the ultimate in flexibility when it comes to styling controls.  If you don’t like how something looks you can tweak the template in a tool like Expression Blend quickly and easily and get something completely different. ...
Filed under: ,

Creating a Silverlight DataContext Proxy to Simplify Data Binding in Nested Controls by dwahlin

Data binding is one of my favorite features and something that I use a lot while building Silverlight applications.  Silverlight makes it really easy to bind data to different controls and move data from controls back into the original bound object...
Filed under: , ,

Building Line of Business Applications with Silverlight 3 – Pros and Cons by dwahlin

I’ve been hearing a lot of people talk about how Silverlight 3 can or can’t do various things lately throughout the blogosphere and Twitter . The sad part is that some of the people giving their two cents about what Silverlight can’t do haven’t built...
Filed under: , ,

So What’s a Silverlight Value Converter Anyway? by dwahlin

Silverlight has an excellent data binding engine that allows data to be bound through XAML or programmatically with code. My number one reason for using Silverlight on client projects is the data binding support. Once you get into it and understand how...
Filed under: , ,
More Posts Next page »