14 september 2011
Revelations on Windows 8
Today the //BUILD/Windows conference started with a day full of main sessions. A two and a half hour keynote followed by three “Big Picture” sessions after lunch introduced all present to the new Windows 8 OS and platform. Personally, I am still catching my breath over the amazing amount of information... Read More...
13 september 2011
Getting ready to unwrap the big picture at BUILD
Tomorrow is the first day of the //BUILD/Windows conference. BUILD is a highly anticipated conference and expectations are equally high. I thought it would be good to put some of my thoughts on my blog before the conference actually started. You see, BUILD is special in a way that most conference of... Read More...
18 juli 2011
Using WCF and WIF to perform WS-Trust active claim requests
The last week I have been working on a claim-based identity scenario that involves two separate instances of a Active Directory Federation Services (ADFS) 2.0 as Security Token Service (STS). The first STS is an identity provider STS (IP-STS) and the second a resource STS (R-STS) . The R-STS and IP-STS... Read More...
Filed under: , ,
07 juli 2011
Portable Libraries for Visual Studio 2010 SP1
The Microsoft BCL team recently released the RTM version of Portable Libraries (PL). This PowerTool for Visual Studio 2010 SP1 allow you to develop managed assemblies for more than one target .NET framework. It will let you aim your code at both the full .NET Framework, Silverlight, Silverlight for Windows... Read More...
20 juni 2011
SDN Event June 2011: ASP.NET Web Pages Framework for ASP.NET developers
Last Friday saw another edition of a Software Development Network   Event . A number of great sessions were on the list. I got to see Marcel de Vries ’s session on combined development for Windows Phone 7, Android and iOS. I must say I was impressed with the state of tooling for Mono for Android... Read More...
19 april 2011
Choosing from all the great sessions at the Dutch Developer Days 2011
The organization of the Microsoft Developer Days has an outstanding reputation for selecting excellent speakers from abroad and both new and well known speakers in The Netherlands. This year I intend to go see more sessions than in previous years. It is hard to choose from all of the sessions that are... Read More...
04 april 2011
A new role: Microsoft Regional Director
Since early March I have been given a new role as Microsoft Regional Director (RD). In The Netherlands there are two positions for RD, and for the past few years Marcel de Vries and Anko Duizer have fulfilled both. Last year Anko rejoined the ranks of Microsoft and automatically stopped being an RD.... Read More...
29 november 2010
Vacature “Microsoft Technisch consultant” bij Nokavision
Het bedrijf Nokavision uit ‘s-Hertogenbosch heeft een interessante vacature beschikbaar. Ben je op zoek naar een nieuwe uitdaging in het zuidelijke deel van Nederland, lees dan de beschrijving eens door. Ik ken Nokavision als een bedrijf dat graag bezig is met nieuwe Microsoft technologien. Ze hebben... Read More...
16 oktober 2010
Two exam opportunities
Quick post on two beta Microsoft exams that you are allowed to participate in. Gerry o’Brien posted that the exams: 71-583, Pro: Designing and Developing Windows Azure Applications 71-506, TS: Silverlight 4, Development are now available to take. The beauty is that if you manage to pass the qualifying... Read More...
02 juli 2010
Microsoft Most Valuable Professional for 2010
Yesterday I received mail from Toby Richards with the title “Congratulations 2010 Microsoft MVP!”. This means that Microsoft grants me this title as a Microsoft community contributor for another year. The mail is pretty flattering: “ This award is given to exceptional technical community leaders who... Read More...
17 juni 2010
Extracting files from an MSI package
Reminder to self, as I have searched for this too many times: How to extract files from an MSI file without actually installing it: msiexec /a c:\downloads\WCFRestStarterKit.msi /qb TARGETDIR=c:\RESTStarterKit Run this from an elevated command prompt. The target directory does not have to be created... Read More...
25 augustus 2009
WCF Extensibility part 5: Make your endpoints behave
In the previous post we looked at an operation behavior that applied the operation formatter to a particular operation description. Because this is default behavior for all operations in the interface defined, we will make life a little easier on us to have the operation behaviors applied automatically... Read More...
21 augustus 2009
WCF Extensibility part 4: Applying formatting to operations
In the previous part we inspected the way you can influence the transition from a service operation to a WCF Message object. This was accomplished with an implementation of the IClientMessageFormatter interface, in our case the SourceRconOperationFormatter class. Now it’s time to look at how to... Read More...
21 augustus 2009
WCF Extensibility part 3: Formatting operations
Time to get serious and drill down into the first area of the big picture. We are going to take a look at “operation formatting”, which is roughly located in the highlighted area. One of the crucial parts of the WCF channel layer is the way that method invocations get transformed into WCF... Read More...
20 augustus 2009
WCF Extensibility part 2: The big picture
Before I drill down into each of the smaller parts of the client-side channel stack implementation, I want to sketch out an overview of some of the moving parts of the channel layer. This picture is by no means complete, and I will probably revisit it several times over the next couple of posts. It should... Read More...
More Posts Next page »