Home » Articles » Software
Quantum Computing and the Future of Internet Security

Quantum Computing and the Future of Internet Security

What would happen when all the secure transactions, RSA algorithms, encrypted data would fail with the arrival of the first quantum computer? How would securely transmitting sensitive information and encrypting data be handled in an Internet full of Quantum Computers? Read about the wonderful world of Quantum Computing and Quantum Security in the most non-technical form possible.

read more
Garbage Collection in C#

Garbage Collection in C#

Implementation of IDisposable interface in C# to call the Dispose method which should be used to deallocate all allocated objects by the class. Use of SuppressFinalize to prevent calling of Finalize method.

read more