inandrea

Stories submitted by inandrea

C# Threads using anonymous methods(coders4fun.com)

submitted by inandreainandrea(115) 4 years, 8 months ago

Short "how to" talks about anonymous methods in c# to simplify a thread creation. read more...

add a comment |category: |Views: 54

tags: another

Calculate CRC C#(coders4fun.com)

submitted by inandreainandrea(115) 5 years ago

This article is about a class that calculates different types of crc codes: crc-8, crc-12, crc-16, crc-32 and custom types of crc codes. This class has a static function that generates non standard polynomys. read more...

add a comment |category: |Views: 3402

tags: another