ikriv

I bought Larman’s “Applying UML and Patterns” about a month ago, but had hard time getting to actually read it. This is my first note for a long time – […]

Just installed Microsoft Visual Studio 2010 Beta 2 in a virtual PC (Microsoft Virtual PC 2007). It is kinda slow, but it works. In the process I created two “baseline” […]

I was downloading C# 4.0 feature list, and Microsoft presented me with a several page license document. Somehow, when I see words “nonwithstanding the above” in a text, I don’t […]

I needed the following functionality: – class MarketSession has property MarketType (options, futures, …) – this property is an enum, but in the underlying protocol it is actually a number […]

Following up on the previous post. Linux (and UNIX in general) has a centralized location for logs: that’s /var/log. Windows does not. The original idea was that you are supposed […]

I had a surprisingly difficult time trying to figure out how to set folder permissions in my windows service installer. Here’s the story: I have a Windows service that writes […]

Just explained my project to a new team member and realized UML does not have standard way of expressing data flow diagrams. Indeed, it is an object-oriented toolset, and data […]

I have finally published it. WPF 3D demo demonstrates features such as 3D bodies (duh!), control templates, data binding, etc.