Ever felt helpless at the hands of the Cyclic Redundancy Check (CRC) error? Here’s what you should do to keep it at bay. A cyclic redundancy check (CRC) is a type of hash function used to produce a checksum –…
Ever felt helpless at the hands of the Cyclic Redundancy Check (CRC) error? Here’s what you should do to keep it at bay. A cyclic redundancy check (CRC) is a type of hash function used to produce a checksum –…
This is the first installment of my venture to explain the bits and pieces of C# that I have managed to learn at NIIT. In this lesson we would be creating the Hello World application. First Step: Create a New…
Sometimes, we require to generate non-repeating random numbers. Here’s the code I wrote to do just that. The numbers to be generated can be within the specified range or passed as a param array. 1 2 3 4 5 6…
Notepad++ is a free, light weight but powerful editor which supports several programming languages, running under the MS Windows environment. With features such as syntax highlighting and folding, full drag & drop support, auto completion, regular expression search/replacement this tool…
Simplicity and ease of use, is what makes Visual Basic the most popular programming language in the World. Introduced as the Rapid Application Development (RAD) Tool, Visual Basic gained much fame because of the innovative features it pioneered:- The name…
The .NET Framework is Microsoft’s answer to the JAVA platform. With heavy investments going into the development, one can’t question the push Microsoft is giving to this technology. Living in the hi-tech industry and not interacting with the .NET Framework…
The .NET Framework is Microsoft’s answer to the JAVA platform. With heavy investments going into the development, one can’t question the push Microsoft is giving to this technology. Living in the hi-tech industry and not interacting with the .NET Framework…