Dzamir

Stories submitted by Dzamir

UDPSender: Sending UDP messages in C#(coders4fun.com)

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

A very simple to use class that allows to send UDP message in c#. read more...

1 comment |category: |Views: 891

tags: another

Deprecated Methods(coders4fun.com)

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

Deprecate a method with the obsolote attribute. read more...

3 comments |category: |Views: 15

tags: another

How to save a SQL Blob in C#(coders4fun.com)

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

The blob is a binary field so, how can we save it with a textual SQL string? read more...

add a comment |category: |Views: 26

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

Optimized access to Bitmaps(coders4fun.com)

submitted by DzamirDzamir(245) 5 years ago

How to read and elaborate sequence of bitmaps without using .NET functions, saving tons of processor cycles. read more...

1 comment |category: |Views: 10

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