Silverlight and scaling
I have tried so many different ways to scale a Silverlight app while resizing the browser. When I almost got everything to work, the Grid control start to behave really strange, start to clip my app....
View ArticleCreate an automatic scrollable image slider in Silverlight
I guess someone will send me an comment and say something like: “Why not simply use XXXX, why write your own control” ;) I know there are a lot of controls out there that will do stuff for me, but I...
View ArticleSilverlight 4 Commanding enables ViewModels
One feature out of many really great feature shipped with Silverlight 4 Beta, is Commanding. With Commanding we can use the MVVM (Model View View Model) Pattern. Commanding is something that WPF has...
View ArticleWCF RIA Services and a guide to use DTO/”Presentation Model”
NOTE: Examples in this blog post is based on the VS 2010 Beta 2, WCF RIA Services PDC Beta, some changes to the WCF RIA Services can happen until RTM.I have seen several questions and request about how...
View ArticleWCF RIA Services Unity DomainServiceFactory
Note: This post is based on WCR RIA Services PDC beta and changes can be made in a future release. In this post I will show you how it’s possible to create your own DomainServiceFactory which has the...
View ArticleWCF RIA Services Exception Handling
Note: The examples in this blog post are based on the WCF RIA Services PDC beta, and changes to the framework can be done until it hits RTM.In a preview blog post I wrote about how to handle exception...
View ArticleWCF RIA Service – How to configure the WCF Service maximum items returned by...
Note: This is post is based on the WCF RIA Services Beta for VS 2008 and the Preview bits for VS 2010 and changes can be done before WCF RIA Services hits RTM.There are several post on the forums about...
View ArticleSilverlight exception handling using WCF RIA Services and WCF Services
Note: Some examples in this post uses the WCF RIA Services PDC Beta, so changes can be done until it hit RTM.I have already mention about how to handle exceptions with WCF RIA Services here:...
View ArticleSolution to minimize the loading of too much data to a DataGrid– WCF RIA...
Note: The WCF RIA Services examples in this post is based on the WCF RIA Services PDC Beta for VS 2008 and VS 2010 Beta 2 Preview.I have notice that a lot of developers are passing a lot of data over...
View ArticleWCF RIA Services DomainService life-cycle and adding Transactions
Note: This blog post will use the WCF RIA Services PDC Beta and VS2010 Preview, changes to the framework can me made before it hits RTM.Some questions that pops up about WCF RIA Services is how to...
View ArticleWCF RIA Services – Dynamically create a criteria on the client-side
Note: This post is based on the WCF RIA Services VS 2008 PDC Beta and VS 2010 Beta 2 preview, changes can be done before the framework hits RTM.I have seen questions about how to dynamically create...
View ArticleSilverlight - Navigate to a specific Page using a Hyperlink
Sometimes I think it’s hard to know what I should write about, my ideas comes from different sources. Some of my posts is based on questions people are asking on forums. If someone ask one specific...
View ArticleSilverlight – About validation when binding to custom forms
I have notice that some people have problems about how to implement User Input validation when they don’t use controls like the DataForm or DataGrid etc, and instead bind directly to a TextBox or...
View ArticleSilverlight – About validation when binding to custom forms – Part 2 using...
In my first part about validation and binding to custom forms I wrote about how we could with some small hack enable the Validation Tooltip for a bounded control manually when we press a button. In...
View ArticleWCF RIA Services Silverlight Business Application – Using ASP.NET SiteMap for...
Note: This blog post examples is based on the WCF RIA Services PDC Beta and WCF RIA Services VS 2010 Preview, changes to the framework may happen before it hits RTM. This blog post will be about using...
View Article