Browse by Tags
All Tags »
WPF/E »
ASP.Net/Web Services (
RSS)
Ok, so in my first post on Integrating MVC with Silverlight I didn't actually get to the Silverlight part. I only laid out the navigation and set it up so that it would work with Silverlight when I did add it in. So while on the flight from Orlando to...
Ok, so before I go any farther I want to spell out a couple of things. First, my sample code doesn't have any Silverlight in it yet . Since I didn't have a whole lot of time and beta 2 is only a day or so away I didn't think it was worth the effort. This...
Now that there is a central place to host your Silverlight applications, creating a Community Server Module for Silverlight is a lot easier. I took my previous WPF/E CS Module and modified it to work with the Silverlight streaming service . If you want...
Well I've been downloading the VS Orcas for a few days and it still isn't done. I really wanted to try out the .NET support in Silverlight 1.1 and so I asked if this could be done with VS 2005 and Scott Louvau replied: Well, in VS2005 you can create a...
I'm going through the process of updating my WPF/E Samples to Silverlight. Since it is a little more painful than the last update I thought I would walk you through the process so you don't have to figure the out. Copy the Silverlight.js file to your...
Donald Burnett has an interesting piece call Poor, maligned, and misunderstood by many: WPF/E which I found to be an interesting read. He brings up two myths about WPF/E that (1) it doesn't support databinding and (2) it doesn't have any input controls...
The source code for this article can be downloaded here . You can view a live sample of the grid in action here. This article builds on Part 1 where we used ASP.Net AJAX to get a list of employees and then format then with Xaml to add them to our data...
The source code for this article can be downloaded here . While there is no official Data Grid in Windows Presentation Foundation (WPF) you can still layout your data quite easily using the Grid Panel. In WPF/E (E for Everywhere) there is no Grid Panel...
One of my side projects at work has been a social website for the SoCal solution developers. I decided the site would be a great chance to learn more about WPF/E as well as ASP.NET AJAX so I've been making heavy use of both on the site. One of the last...
I just posted my WPF/E CSModule that I created to display WPF/E content on Community Server blogs. You can download the module and the source code here . It will allow you to display multiple WPF/E items in a single post and puts links on the posts when...
I've always thought that Flash was cool. When I was in college I purchased a copy of Macromedia studio at the academic price and tried to create some Flash animations for a website. However, I'm not a designer and the learning curve was too much for me...