complexity of my ASP.net project.? I created an ASP.net windows console application project on encrypted file transfer. now i have to calculate the time complexity of my C# code. So i need a C# code to create a program that can calculate it.
i have created an asp .net program using c# for "encrypted file transfer using RSA algorithm", now i have to go through the testing part of the code. how should i do it?