Browse by Tags
All Tags »
Work »
Architecture and Design (
RSS)
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...
[ 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...
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...
RJ has already blogged (in Dutch) about Tuesday's sessions of LEAP here at the Microsoft campus in Redmond, WA. Let me add that I was pleasantly surprised by the lack of product pushing by the Microsoft architects. The LEAP sessions in Barneveld (NL)...
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...
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...
Yesterday I read a very interesting article over on TheServerSide.NET titled Architecture Insights from Tech-Ed 2005 . It contains the following paragraph: There is a black hole of software know-how in the space between services and application that might...
Today I had to come up with a cost estimate for a Request For Proposal (RFP) for a fixed-price project. The customer asks for it to be developed using a waterfall approach : Analysis; Design; Coding; Testing; Integration; Maintenance. Estimating the total...