What framework is used for performance testing/load testing?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

hi, I am a begineer to c sharp. I have written a code for finding out prime numbers. Can anyone identify what are the flaws in my code. Kindly donot complex the code or present logic because i am new to c sharp and just started learning programming language.Thanks in advance. class Program { static void Main(string[] args) { int a,b=1; a = int.Parse(Console.ReadLine()); c= int.Parse(Console.ReadLine()); if (a % b == 0 && a % 2 != 0 && a % a == 0) Console.WriteLine(a); else if (a % b == 0 && a % 2 == 0) Console.WriteLine(a%2); Console.WriteLine("Number is not PRIME"); Console.ReadLine(); } } }

2 Answers  


Why we use dll in c#?

0 Answers  


Is c# slower than java?

0 Answers  


Describe how a .net application is compiled and executed

0 Answers  


Can you declare a C++ type destructor in C# like ~MyClass() ?

1 Answers  


How does inheritance work in c#?

0 Answers  


What you mean by inner exception in c#?

0 Answers  


Why abstract class is not instantiated in c#?

0 Answers  


Is xamarin free?

0 Answers  


Is int an object in c#?

0 Answers  


What is a variable in c#?

0 Answers  


How many types of polymorphism are there?

0 Answers  


Categories