Friday, 23 May 2014

What are the different types of variables in C#?

Different types of variables used in C# are :

static variables
instance variable
value parameters
reference parameters
array elements
output parameters
local variables

No comments:

Post a Comment

How to improve applications performance which is hosted in cloud ?

Improving the performance of an application hosted in Microsoft Azure involves a combination of optimizing your application code, leveraging...