ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
Which keyword you should use for class not to extend?

Which keyword to be used for making the class accessible 
within the assembly only

what are the authentication mode of ASP.NET

How will you call a JavaScript function using code-behind?

How will you define the Session Timeout?

What are the methods to validate client-side whether the 
input is a correct Date format?

You want to write a log when ASP.NET application starts. 
Which is the best place to write that peice of code?

What are the page load events and what is there order?

What is the difference between abstract class and interface?

What are the differences between DataSet and DataReader?

What are the two properties other than DataSource, which is 
required to populate the Drop Down Menu?

What is difference between String and StringBuilder Classes?

What are differences between Custom control and User 
control?

 Question Submitted By :: Rajeev Ranjan Lall
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Which keyword you should use for class not to extend? Which keyword to be used for making the class accessible within the assembly only what are the authentication mode of ASP.NET How will you call a JavaScript function using code-behind? How will you define the Session Timeout? What are the methods to validate client-side whether the input is a correct Date format? You want to write a log when ASP.NET application starts. Which is the best place to write that peice of code? What are the page load events and what is there order? What is the difference between abstract class and interface? What are the differences between DataSet and DataReader? What are the two properties other than DataSource, which is required to populate the Drop Down Menu? What is difference between String and StringBuilder Classes? What are differences between Custom control and User control?
Answer
# 1
SEALED KEYWORD USED FOR CLASS TO NOT EXTEND

FORM,WINDOW,PASSPORT,CUSTOM AUTHENTICATION MODES

CALLING THE .JSS FILES

IN THE WEB.CONFIG FILES UNDER SESSION TAG <TIMEOUT = 30 MIN>

IN THE EVENT LOG 

PAGE_INT,PAGE_LOAD,PAGE_RENDER,PAGE_LOADVIEWSTATE,PAGE_UNLOA
D

ABSTRACT CLASS CAN HV CONCREATE METHOD WHERE AS INTERFACE 
DOES NOT HV ANY CONCREATE METHODS . ANY CLASS IMPLEMENTING 
INTERFACE HV TO IMPLEMENTS ALL ITS METHODS .ABSTRACT CLASS  
CAN BE  THE BASE CLASS OF ALL DERIVE CLASS .ABSTRACT CLASS 
CHAIN CAN BE BREAK TO GIVE NEW DEFINATION  WHEREAS 
INTERFACE CHAIN CANNOT BE BREAK .INTERFACE CAN BE IMPLEMENT 
BY A STRUCTURE BUT ABSTRACT CLASS CANNOT BE USED WITH A 
STRUCTURE BCOSE STRUCTURE DOESNT SUPPORT INHERTANCE.



DATASET IS DISCONNECTED ARCHITECTURE WHERE AS DATAREADER IN 
CONNECTED ARCHITECHTURE.DATASET CONTAIN DATA IN XML FORMAT 
WHERE AS DATAREADER IN ORIGINAL DATA TABLES.DATASET USES 
DATAADAPTER TO FETCH DATA FROM DB WHERE AS DATAREADER 
DIRECTLY FETCH DATA FROM DB.DATA SET IN READ WRITE WHERE AS 
DATAREADER IS READONLY DATAOBJECTS WHICH MEANS DATA CAN BE 
MANUPULATE INSIDE DATASET BUT NOT IN DATAREADER.


STRING BUILDER CLASS IS MUTABLE WHERE  AS STRING IS NOT 
MUTABLE WHICH MEANS WE CAN ADD NEW STRINGS TO STRING 
BUILDER CLASS WHERE WE CANNOT MANUPULATE STRING ONCE IT IS 
DECLARED.


CUSTOM CONTROLS ARE COMPILED CONTROLS WHERE USER COTROLS 
ARE NOT COMPLIED .CUSTOM CONTROLS CAN BE USED ACROSS MANY 
APPLICATION BCOX IT REMAINS IN DLL FORMAT WHICH CAN BE 
REFERENCE WHERE AS USER CONTROLS CANNOT BE USED IN MORE 
THAN ONE APPLICATION.
 
Is This Answer Correct ?    0 Yes 0 No
Bhabani Dash
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
what is purpose of xml control in standard controls of asp.net  1
Finally and dispose methods? Microsoft1
What method do you use to explicitly kill a users session?  1
where should write the connection string Show that it will apply whole pages in the website Symco5
What data types do the RangeValidator control support?  2
How many types of session in asp.net2.0 HCL17
Should validation (did the user enter a real date) occur server-side or client-side? Why?  2
i have one gridview contains edititemtemplate(which contains update and cancel buttons) and i have one item template (contains edit button) i want the code for update and cancelbuttons in edit item template and i want the code for edit button in itemtemplate. please help me  4
hi .net gurus here is my question " how does impersonate in asp.net works? explain with good example" Wipro2
web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other. TCS2
What is boxing? How we can use it? NIIT2
what is profiles in asp.net  1
What?s the difference between Response.Write() andResponse.Output.Write()? Atos-Origin5
Any disadvantages in Dataset and in reflection ? DELL1
Suppose there is one web farm with 3 servers inside with same configuration and the same project is running inside all servers.Which session mode is usde for all these and why?  2
what do you mean software devlopment ? HCL6
Difference between .NET and previous version? Microsoft1
How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain? iSoft5
What is the Impprsonation?and what is the importence of that? eXensys3
which is faster ArraytList Or Collection ? how? hows the Hashing works internally ? Emphasis2
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com