Ques:- What is web forms?
Thursday, 26 September 2013
Wednesday, 25 September 2013
Tuesday, 24 September 2013
What is Intermediate Language in .NET Framework?
Ques:-What is Intermediate Language in .NET Framework?
Monday, 23 September 2013
Sunday, 22 September 2013
Friday, 20 September 2013
Best C# Programs information
Que:- In how many ways you can create new copies of an existing string in C#?
Thursday, 19 September 2013
what is the basic difference between ASP. and ASP.NET?
Ques:- what is the basic difference between ASP. and ASP.NET??
ASP.NET Interviews Questions and answers?
Que:- What is ASP?
Monday, 16 September 2013
What is value type?
Value type:- Value types of variables can be assigned to value directly. They are derived from the base class. System.valueType
The value types directly contain data. Some examples are int , float, char that means int store the integer value, and string contains the alaphabetically and fkoat contains the floating numbers.
Program:-get the size of int\
namespace DataTypeApplication { class Program { static void Main(string[] args) { Console.WriteLine("Size of int: {0}", sizeof(int)); Console.ReadLine(); } } }
Size of int: 4
Friday, 13 September 2013
what is CLR in .NET?
Ques:- What is CLR?
Tuesday, 10 September 2013
What is C#?
Que:- What is C#?
Thursday, 5 September 2013
What is CTS?
Question: - What is CTS?
What is CLS?
Question- What is CLS?
What is FCL?
Question:- What is FCL?
Tuesday, 3 September 2013
what is CLR?
Q:- What is CLR?
Subscribe to:
Posts (Atom)