ikriv

It looks like “C# future” forum is not monitored, or everyone is on vacation. My post from August 27 is still without replly

One more time about TFS

Every day when I open my solution in Visual Studio I get this message box: After that Visual Studio checks out my solution file and a number of project files, […]

I was trying to draw a “raised” border around my control, something resembling a 3D window border in Windows. I.e. something like white on the outside, gray in the middle, […]

Dependency properties are a special feature of WPF that is similar in principal to regular .NET properties, with at least two functional distinctions: They support change notifications They support special […]

As I already mentioned, typing mesh positions by hand is not scalable, even for the simplest things like a cube. Meshes must be generated either by a tool or by […]

Lights, Camera, Model!

These are three main components of a WPF 3D scene. In fact, it should be more like “Lights, Camera, GeometryModel3D”, but “GeometryModel3D” looks ugly and messes up the rhythm of […]

Continuing to explore WPF, I wandered into the world of 3D. I decided to start small: let’s display a rotating cube. I built a little sample that is available here […]