Feeds:
Posts
Comments

Archive for November, 2008

Next Thursday, November 27 2008, the Microsoft Windows Embedded European Tour is coming to ISEL.

Read Full Post »

While viewing the PDC’s session on Windows CardSpace “Geneva“, I found the following:

The new version of CardSpace will be completely rewritten in unmanaged code.
It will use the “Sapphire” unmanaged SOAP stack available with Windows 7.

The details of this unmanaged SOAP stack were also presented at PDC.

Read Full Post »

The JavaOne2009 call for papers is now open. The deadline is December 19th 2008.

Read Full Post »

Geneva’s Pipeline

Yesterday, I saw the recording of PDC’s session Identity: “Geneva” Deep Dive, which I greatly recommend. Specially interesting was the description of the Geneva pipeline (from 19:55 to 25:20 recording time).

Read Full Post »

At PDC 2008, Microsoft Research presented Code Contracts:
Code Contracts provide a language-agnostic way to express coding assumptions in .NET programs. The contracts take the form of pre-conditions, post-conditions, and object invariants. Contracts act as checked documentation of your external and internal APIs. The contracts are used to improve testing via runtime checking, enable static contract [...]

Read Full Post »