skip to main
|
skip to sidebar
dot net interview questions
ASP.NET Interview Questions | SQL Server Interview Questions | C# Interview Questions
Pages
Home
Popular Posts
Maximum length of Query String?
Maximum length of Query String is based on browser not depend on the ASP.NET Max.Length of a Query String in IE4.0 and above is ~2048 charac...
Factorial Program in C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Factorial { ...
Extension Methods in c#
Extension Methods using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks;...
What is Class?
Class is a blue print or template which is having state and behavior and which supports objects of which own types. Class must support oo...
State Management Techniques
The following are the commonly used state management techniques. QueryString Coockies Cache ViewState Session state Application sta...
Generic Collections
A generic collection is strongly typed (type safe), meaning that you can only put one type of object into it. This eliminates type mismatc...
Types of Operators in LINQ
The following types of Operators existed in LINQ Restriction Operators Projection Operators Partitioning Operators Ordering Operators ...
What is Object?
Object is a real world entity, object will be existing physically which means it will occupy memory where as Class is a logical unit. If ...
Auto Event WireUp
The AutoEventWireUp value may have the value of true or false We can specify the default value of the AutoEventWireup in the following loca...
Palindrome Program in C#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PrimeNumber { ...
Blogroll
About Me
venky
View my complete profile
All rights Reservered @ venky. Powered by
Blogger
.
Thursday, December 13, 2012
What is the Parent Class of Server controls ?
System.Web.Ul.Control
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Labels
ADO.NET
(1)
ASP.NET
(21)
Basic Programmes
(4)
C#
(12)
LINQ
(2)
OOPS
(5)
Blog Archive
►
2013
(32)
►
May
(9)
►
April
(14)
►
March
(9)
▼
2012
(10)
▼
December
(10)
datetime format in c#
What is the Parent Class of Server controls ?
How to pass '&' in QueryString?
What is the Maximum length of QueryString?
State Management Techniques
Restriction Operators
Types of Operators in LINQ
What is Common Language Runtime?
what is the difference between String Builder and ...
what is the diffrence between ASP and ASP.NET?
About
0 comments:
Post a Comment