Sharepoint 2009
The lady is pregnant, but we’re just guessing. MS Sharepoint 2009/2010 was promised to be released very shortly from now. Sharepoint14 as Sharepoint 12 ‘s follow up (no comment ;) reveals some...
View ArticleSilverlight CAL & Prism
Several weeks now I’ve been playing with CAL, that is the ‘Composite Application Library’ a robust library from MS Patterns & Practices. I must say I’m quite impressed by this guidance and in...
View ArticleListBox ItemContainerStyle: Getting rid of that boxed restriction
When visualizing data using a listbox and ‘randomly’ place the ListBoxItems (Please read this article for understanding how to do this), you’ll notify that there’s a little friction that makes you...
View ArticleSilverlight Client Access Policy ‘solves’ Crossdomain issue
Don’t feel desperate if you walk into some exception message like this: “An error occurred while trying to make a request to URI ‘http://localhost:1528/MyService.svc’. This could be due to...
View ArticleWpf Binding Xml Twitter example
Playing with the twitter API these days, of course ;) inspired by Blu, I started a WPF client. For this example let’s start by showing your friends images thru a ListBox. Wondering how to bind most...
View ArticleCustom Security OData Service – Wcf Data Services
I ran into an authentication/authorization make-a-decision-issue, about how to provide custom access to an OData Service. Also, I wanted this to work through “single” permissions for each user. What I...
View ArticleAdding/Creating data to OData/Wcf Data Service batch explained
I want to show you how to “upload” data to a OData Service, that is make a Http POST from client to your service. For this example I started a new Project by adding an AdventureWorks Entity Model and...
View ArticleHow to define an abstract Repository for Entity Framework
During research to useful design-patterns for my Wcf Data Services, I came across the following which I’d like to share with you. In this case, it’s not about OData. For this, I’m still working to...
View ArticleCreate Lightswitch App without any coding. Part I
In this tutorial I will show you how to create a simple application with Microsoft Lightswitch. The purpose of this little tutor is to demonstrate how to create a simple app without writing any code at...
View ArticleLightswitch app without any coding. Part II – screens
In Part I we constructed a simple model for our “MovieApp”. Right now that we have our model, let’s have some fun building screens on it. 8. Rightclick MovieApp.HTMLClient (the project) / Screens...
View Article