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
Extension Methods in c#
Extension Methods using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks;...
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...
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...
what is a webserver?
A web server is a computer , which is also a system which servers webpages over internet
What is meant by Business Logic?
It is the functionality which handles the exchange of information between DB and UI.
What is the difference between UserControl and Custom Control?
User Controls are easy to create where as Custom Controls requires extra effort User Controls are used where layout is static where as cu...
what is the difference between String Builder and string?
String Builder is useful when need to build strings in multiple steps. EX: String: String x=""; x +="michael"; ...
What is a browser?
Browser is an application , which is used to locate and display webpages
what is the diffrence between ASP and ASP.NET?
The main diffrence between ASP and ASP.NET is ASP is interprtted language where as ASP.NET is compiled. Asp uses scripting language(VB Scri...
What is object slicing?
When a derived class object is assigned to base class object, only base class properties copied to base class object and leave the derived...
Blogroll
About Me
venky
View my complete profile
All rights Reservered @ venky. Powered by
Blogger
.
Wednesday, March 13, 2013
What is Shared Assembly?
A shared assembly is kept in the GAC and can be used by one or more applications on a machine.
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)
What is Abstract method?
What is Object?
What is Class?
What is the difference between UserControl and Cus...
What is Shared Assembly?
What is Private Assembly?
What is flat file?
What is Control?
What is meant by Business Logic?
►
2012
(10)
►
December
(10)
About
0 comments:
Post a Comment