Chaos system
Monday, 6 August 2012
SQL Tuning: Understand the problem you are going to solve
›
Problem : Recently a report was handed over to me. It is to reconcile the trades received in our real time SWIFT messaging system with th...
1 comment:
Wednesday, 1 June 2011
Garbage collection in Objective-C and C#
›
In C#, or more precisely CLR .Net, developers are freed from manually allocating and freeing the memory for managed objects. But for unmanag...
Sunday, 10 April 2011
Programming objective-C/Cocoa frameworks on Windows 1 - Install GNUStep and Hello World
›
I have started exploring the possibility of programming objective-c with Cocoa frameworks on Windows over the weekend. Objective-C is a su...
10 comments:
Thursday, 31 March 2011
Quotes to share among software developers
›
I have been migrating a functionality from VB6 to .Net code. Tasks like this can be tricky. Normally, the original developer is no longer ar...
Wednesday, 16 March 2011
How to move a borderless window
›
I had to display a warning message sitting on top of all other windows. I created a borderless form and pinvoked a windows API function in m...
Saturday, 12 March 2011
SQL Error Severity and Level Cheat Sheet
›
Sometimes I have to raise errors manually inside a stored procedure. It will be handy to have an error severity cheat sheet. Code Descri...
Monday, 7 June 2010
C#: Per-process CPU Usage and Network IO Tracking using PerformanceCounter
›
I have been tacking per-process CPU percentage and Network IO data bytes in my recent project using System.Diagnostics.PerformanceCounter cl...
7 comments:
›
Home
View web version