Visual Studio 2010 CTP
I finally got to download it. Well I TRIED to download it. It is amazing. I wonder, if they wanted to make it more difficult, would it be possible? First, […]
I finally got to download it. Well I TRIED to download it. It is amazing. I wonder, if they wanted to make it more difficult, would it be possible? First, […]
I am reading a book on WPF (“Programming WPF” by Chris Sells if you want to know), and it says that storing “behavior” and “look” in two different places is […]
It used to be LAN, WAN, SAN, COM, DOM, ROM, TCP, UDP, FTP, CPM, IBM, JVM, then URL, XML, UML, … But it looks like the era of the TLAs […]
In the previous post I covered why CAB dependency injection is limited. Now let’s see why it is entangled with other stuff. There are several things I want to mention […]
I am currently working on a CAB-based project, and I must tell you I am very disappointed in CAB IoC capabilities. Its IoC functionality is a) limited and b) intermingled […]
I am playing with the binary format of .NET assemblies, described here. .NET metadata is stored inside regular Windows executable PE file. I explored PE file format in detail when […]
Here is the link