-
Microsoft used the keynote in the SOA & Business Process Conference in Redmond to present its vision on the future of Service Oriented Architecture on the Microsoft platform. That vision and the wave of technology that will come with it, is codenamed "Oslo". MVP Charles Young has a solid...
-
[ Update : The electronic version (in Dutch) is available online now.] My article on developing interactive TV-websites using ASP.NET 2.0 has been published in the Dutch .NET Magazine #16. I mentioned that I was writing this article in January and I made the deadline. If you are subscribed to this magazine...
-
As announced on Tom Hollander's blog, the Microsoft Enterprise Library 3.0 will include a new application block: the Policy Injection Application Block . Enterprise Development Reference Architecture (EDRA) Edward and me noticed a striking similarity with an earlier effort by Microsoft Patterns and Practices...
-
When you create a Windows Communication Foundation (WCF) service proxy class for a service by using svcutil.exe , it creates a proxy that derives from System.ServiceModel.ClientBase<TChannel> . This class implements IDisposable so you think you can use your proxy safely in a C# using statement...
-
Please read my earlier post on generating XHTML output from ASP.NET 1.1 before reading this post. Summary: We use custom controls to generate XHTML 1.0 Strict markup. We parse the ASP.NET output as XML. We tweak the form element and an input element to make the entire page XHTML 1.0 Strict. We map parts...