Bryant Likes's Blog

It's all about WebData

Recent Posts

Tags

News


  • Windows Live Alerts
    View Bryant Likes's profile on LinkedIn

    Me

    The posts on this weblog are provided "as is" with no warranties and confer no rights. The opinions expressed herin are the personal opinions of the individual authors and do not represent the views of Avanade in any way.

Community

Email Notifications

Archives

Browse by Tags

All Tags » WPF/E » ASP.Net/Web Services (RSS)
Integrating MVC with Silverlight (Part 2)
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...
Integrating MVC with Silverlight
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...
Silverlight Streaming CS Module
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...
Silverlight Hello World in C# from VS 2005
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...
Upgrading from WPF/E to Silverlight
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...
WPF/E Server Controls
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...
Simulating Data Grids in WPF/E - Part 2
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...
Simulating Data Grids in WPF/E - Part 1
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...
WPF/E + ASP.NET AJAX, Better Together
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...
WPF/E CSModule Released
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...
My First WPF/E App
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...