canguelo

Stories kicked by canguelo

IDisposable – 1, 2, 3, …(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 4 years, 11 months ago

IDisposable is one of these beasts. Considered to be common knowledge and yet regularly ignored. A well documented pattern and yet occasionaly improperly applied. And this is just the beginning; the finer details are lost more often than not. read more...

4 comments |category: |Views: 13

tags: another

C++ Timer(coders4fun.com)

submitted by DzamirDzamir(245) 4 years, 11 months ago

How to use the Windows API to create and manage a timer in c++. In the article is explained how to use a callback function and how to use the window procedure to intercept the OnTimer event. read more...

2 comments |category: |Views: 213

tags: another

Convert a C# Object to a SQL string(coders4fun.com)

submitted by DzamirDzamir(245) 5 years ago

A static method that converts C# standard objects and types to a SQL string, e.g. a byte array is saved as a blob. read more...

2 comments |category: |Views: 58

tags: another