Forum: C# Jan 17th, 2008 |
| Replies: 2 Views: 1,019 Hi,
Web services are used when you want to allow multiple ussages of diffrent subset finctionalities.
For example if you provide a webservice to find what is the number of remaining seats.
This... |
Forum: C# Jan 1st, 2008 |
| Replies: 3 Views: 3,281 I found the solution ;) this is great piece of code :-
http://damieng.com/blog/2006/08/08/calculating_crc32_in_c_and_net
and also another solution though slower on:-... |
Forum: C# Dec 28th, 2007 |
| Replies: 3 Views: 3,281 Hey thanks,
But i found this and this code is not the same as the CRC32 algorithim as used by the zip libraries :(.
I need the same algorithim used by the zip libraries :(.
Further this code... |
Forum: C# Dec 27th, 2007 |
| Replies: 3 Views: 3,281 Hi I want code to find out the crc32 checksum of a string in c# that should follow the zip algorithim of this crc32 methodology. Could not find any freakin code out there using google :(
Can any one... |