what is typesafe?
what is ,net framework?
what is static class?
clr?
jit?
how memory allocated staic class?
what is value type,reference type?
i have a one dll in that contain number of classes and method how will u displayed?how it is handled in mvc
request flow in mvc
what is an object
what is a class
what is polymorphisam?
can we achive without using polymorphisam?
what is an interface?
what is design pattern?
what is singleton design patteren?
difference between singleton design ptteren and static class?
what are the design patterwns you used?
Array Sorting
int[] arr = { 4, 1, 9, 7 };
arr = (from a in arr orderby a ascending select a).ToArray();
foreach (int i in arr)
{
Console.WriteLine(i);
}
what is ,net framework?
what is static class?
clr?
jit?
how memory allocated staic class?
what is value type,reference type?
i have a one dll in that contain number of classes and method how will u displayed?how it is handled in mvc
request flow in mvc
what is an object
what is a class
what is polymorphisam?
can we achive without using polymorphisam?
what is an interface?
what is design pattern?
what is singleton design patteren?
difference between singleton design ptteren and static class?
what are the design patterwns you used?
Array Sorting
int[] arr = { 4, 1, 9, 7 };
arr = (from a in arr orderby a ascending select a).ToArray();
foreach (int i in arr)
{
Console.WriteLine(i);
}
No comments:
Post a Comment