1.
Mostly tech related...: Editing a Visual Studio 2005 project file
May 7, 2007 ... Subscribe C# (28); Subscribe .NET (17); Subscribe Visual Studio (11); Subscribe WPF (10); Subscribe Quiz (9); Subscribe Humor (8); Subscribe ...
2.
Mostly tech related...: Nullable in C++/CLI
return Nullable<DateTime>();. (Anyone else finds the C# ? syntax for nullable types more easily digested?) Posted by /SiD at 1:36 AM. Labels: C++/CLI ...
3.
Mostly tech related...: Nullable in C++/CLI
Nullable in C++/CLI. I was recently working on a C++/CLI project (which I only rarely ... /SiD: I work as a Software Engineer in an international company. ...
4.
Mostly tech related...: Nullable in C++/CLI
I was recently working on a C++/CLI project (which I only rarely do, as you'll soon find out)where there was a need to have a method returning a nullable ...
5.
Mostly tech related...: Adobe Reader on Vista Ultimate x64
Adobe Reader on Vista Ultimate x64. After a lot of work and googling I finally managed to get Adobe Reader to install. The funny thing is that Adobe says ...
6.
Mostly tech related...: 01/01/2007 - 02/01/2007
Samsungs FAQ entry for the error message is also somewhat funny. "Waste Toner Tank Full/Not Install" is displayed. First, replace the waste toner tank. ...
7.
Mostly tech related...: UIAutomation - testing Calculator
Jan 9, 2008 ... I did this mainly because I liked the syntax of the tests better. You can check out how the calculator test looks with the TestAutomationFX ...
8.
Mostly tech related...: Generating GUIDs
Generating GUIDs. This may seem trivial but here we go: I recently created an installer with WIX and obviously had to create a number of GUIDs along the way ...
9.
Mostly tech related...: Enumerating XAML (BAML) files in an Assembly
This .resources file contains the binary version of the XAML file (BAML). ... if we leave the .baml extension, it needs to be .xaml !?! pages. ...
10.
Mostly tech related...: UIAutomation - testing Calculator
Jan 9, 2008 ... You can check out how the calculator test looks with the TestAutomationFX framework syntax at the screenshot page at ...