Archive for the ‘Computer Thingy’ Category
-
Fixing Windows XP Reboot Loop
20 Jun 2013Note : Scroll down to summary if you don't like to read long rant Hell yea, there are still plenty…
-
.NET (C#) Fixing DateTimePicker Problem : Another Text Won’t Update Issue
14 Jun 2013Okay, this is a strange behavior of DateTimePicker. I have this scenario here: - Normal windows Form is created -…
-
C# : Late Binding Excel Interop Tutorial – Part 2
18 Sep 2012This is part #2 of a series of tutorial focusing on how to generate Excel document from C# with late…
-
How To Save Youtube Video On Windows 8, 7, Vista, and XP- Updated Version 2012
12 Sep 2012Apparently Adobe does not like simplicity. I recognized since upgrading to Flash v.11 my method of saving Youtube videos via…
-
C# : Late Binding Excel Interop Tutorial – Part 1
04 Sep 2012This is part #1 of a series of tutorial focusing on how to generate Excel document from C# with late…
-
Global Variable Is Not Evil
02 Aug 2012I Don't get the hatred around global variable in programming world. There are tons of articles in the net explaining…
-
Microsoft Surface Models Listed at Amazon.de
17 Jul 2012Here are the models listed at Amazon.de: MICROSOFT SURFACE 26,9CM (10,6 ZOLL) TABLET PC (NV TEGRA 3 QUAD-CORE, 32GB FLASHSPEICHER,…
-
Microsoft Surface And .NET Programmer
23 Jun 2012From what I saw, Microsoft Surface could be a fresh air for .NET platform and its programmers. If its a success,…
-
Microsoft SQL Server (T-SQL) : Getting Affected Row Count After TRY…CATCH block
20 Jun 2012Found a bit of interesting MS SQL Server / T-SQL behavior on @@ROWCOUNT function. As we know, @@ROWCOUNT function is…