By Wolfgang, on November 20th, 2003%
The german dotnetpro magazine published my latest article about the new C++ template features in VS.NET.
With the 2003 release C++.NET achieved nearly 100% standards conformance.
This might be interesting news for the virtual machine vendors, because certainly they won’t write their VM’s from scratch for every new operating system. This can be achieved for instance by using . . . → Read More: New Article About C++ Templates in VS.NET
By Wolfgang, on November 12th, 2003%
What are the strengths of browser based applications ?
Sophisticated user interfaces ? No ! (slow server roundtrips)
Easy development ? No ! (a lot of scripts)
Offline capability ? No !
Easy deployment ? Yes !
The most important feature of browser based applications is the easy deployment.
You just have to update the server to update your clients as well.
But . . . → Read More: The Browser is Dying ?!
By Wolfgang, on November 4th, 2003%
The following document gives a good overview about the different encoding styles, and it’s strenghts . . . → Read More: Doc – Literal – RPC – Encoded ?