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?



Which keyword you should use for class not to extend? Which keyword to be used for making the cla..

Answer / bhabani dash

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 ?    4 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Which protocol is used in a web api?

0 Answers  


How to compare two strings with out Case sensitive ?

4 Answers   Protech, ProtoTech,


What are the built-in objects in asp.net?

0 Answers  


What are sharepoint pages?

0 Answers  


How do we assign page-specific attributes?

0 Answers  






What are the asp.net list controls and difference between them?

0 Answers  


How do you relate an aspx page with its code behind Page?

2 Answers   Accenture,


What is the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?

1 Answers   Innvectra,


Which template must you provide, in order to display data in a Repeater control?

1 Answers  


I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al&#65533;&#65533;&#65533;&#435;&#65533;Â&#65533;&#65533;&#436;&#65533;Ã&#65533;&#65533;&#438;&#65533;Å&#65533;&#65533; al&#65533;&#65533;&#65533;&#435;&#65533;Â&#65533;&#65533;&#436;&#65533;Ã&#65533;&#65533;&#438;&#65533;Å&#65533;&#65533; Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.

0 Answers  


14. What are your Future Plans for Swatz Oils GROUP U.K?

0 Answers   CSC, Swatz Oils, TCS,


What are server-side comments in ASP.NET?

0 Answers   Winsol Solutions,


Categories