Thursday 26 September 2013

Wednesday 25 September 2013

XML documentation comments in C#?

Ques:-XML documentation comments in C#?
Read more »

Comments in C#?

Ques:-What is comments in C#?

Read more »

What is adding comments in C# code?

Ques:-What is adding comments in C# code?

Read more »

What is value parameters?

Ques:- What is value parameters?

Read more »

What is array elements?

Ques:-What is array elements?

Read more »

What a Instance variable in struct?

Ques:- What a Instance variable in struct?

Read more »

What is Instance variables in Classes?

Ques:-What is Instance variables in Classes?

Read more »

What is Instance Variable in C#?

Ques:- What is Instance Variable in C#?

Read more »

Static variable in C#?

Que:-What is Static variable in C#?

Read more »

Variable categories

Ques:- What is static variables?

Read more »

Tuesday 24 September 2013

What is variables in C#?

Ques:-What is variables in C#?

Read more »

What is Namespaces in .NET framework?

Ques- What is Namespaces in .NET framework?

Read more »

What is Assemblies in .net framework?

Ques:-What is Assemblies in .net framework?

Read more »

What is Intermediate Language in .NET Framework?

Ques:-What is  Intermediate Language in .NET Framework?

Read more »

Common Type System in .NET?

Ques:- What is Common Type System in .NET?

Read more »

Sunday 22 September 2013

Friday 20 September 2013

Thursday 19 September 2013

What is Post Back?

Ques:- how can we identify the page is post back?
Read more »

What is Event?

Ques:- In which events are the control fully loaded?
Read more »

what is the basic difference between ASP. and ASP.NET?

Ques:- what is the basic difference between ASP. and ASP.NET??
Read more »

What is ASP.NET?

Que:-What is ASP.NET?
Read more »

ASP.NET Interviews Questions and answers?

Que:- What is ASP?
Read more »

Monday 16 September 2013

What is string type?

Ques:-What is string type?
Read more »

What is Dynamic type?

Ques:- what is dynamic type?

Read more »

What is Reference Type?

Que:- What is Reference Type?

Read more »

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
Read more »

How many types of variables in C#?

Ques:- How many types of variables in C#?

Read more »

Friday 13 September 2013

What is MSIL in .NET?

Que:- What is MSIL?

Read more »

What is Managed code in .NET?

Que:- What is Managed code?

Read more »

What is CLS in .NET Framework?

Ques:- What is CLS?

Read more »

What is CTS in .NET?

Que:- What is CTS?
Read more »

what is CLR in .NET?

Ques:- What is CLR?

Read more »

Best Interviews Question of .NET Framework?

Que:-What is .Net Framework?

Read more »

Tuesday 10 September 2013

What is Variables?

Question:- What is Variables?

Read more »

What is While -loop?

Que:- What is While -loop?

Read more »

What is comments?

Que:- what is comments?

Read more »

What is main?

Que:- What is main?

Read more »

What is C#?

Que:- What is C#?

Read more »

What is .NET?

Que:- What is .NET?

Read more »

Thursday 5 September 2013

What is .NET Framework?

Question: What is .NET Framework?

Read more »

What is Garbage Collection(GC)?

Question:- What is Garbage Collection(GC)?

Read more »

What is CTS?

Question: - What is CTS?

Read more »

What is CLS?

Question- What is CLS?

Read more »

What is FCL?

Question:- What is FCL?
Read more »

Tuesday 3 September 2013