Pages

Ads 468x60px

For New Update Use this Link http://dotnethubs.blogspot.in/ Offer for you

.

Showing posts with label asp.net interview question and answer. Show all posts
Showing posts with label asp.net interview question and answer. Show all posts

Monday 29 July 2013

Latest asp.net interview questions and answers for experienced

Latest asp.net interview questions and answers for experienced
Introduction : -

I  have Collection new asp.net interview question and answer for experience and fresher .This is very important asp.net interview question with answer.
Every interviewer firstly ask 

1 . Tell me about Your Self ?

Ans  Good morning sir/madam.This is Chitranjan Singh Rathore My educational qualification are: I have completed my 10th standard in 2002 from  Little flower school and also 12th standard in 2004. I have completed my graduation in 2007 from Holkar science college. I have completed my post graduation in 2010 from Medicaps Colloege indore .
For More Click Here

 
2 . What is asp.net ?

Ans  Dot Net is a Framework technology, that means which is integrated with multiple technologies like windows, web, web services, etc.It is Use to develop web based, windows based application.
For More Click Here

3. Difference Between Form authentication and windows authentication ?

For Get the answer- Form authentication and windows authentication

4 . What is authentication and authorization in asp.net ?

Answer . This is very important question .every technical interview round ask this question
               authentication and authorization in asp.net

5.  What is web form ,windows form and client server architecture ?

Ans  - This is very important and interesting question.Now we will talk about(web form and windows form)

Web from :-

1 ) As we know web from use browser presentation(asp.net form has no exception )
2 ) ASP.NET Form inherits Page class (contained in System.Web.UI namespace).
3 ) Web Forms to create Web-based applications that display in a Web browser.
 4 ) Webapplications run on webservers (usually IIS)

Windows From : -

1 ) Window form has own presentation .
2 ) A Form of Windows Forms inherits Form class (contained in System.Windows.Forms namespace).
3 ) Windows Forms to create rich applications that install and run locally on a machine.
4 ) Windows forms are used in desktop based applications which heavily rely on the GDI.

Saturday 23 February 2013

Interview-questions-and-answers-for-1-year-exp-asp.net


Categories -: asp.net interview question with answer for 1 and 2 year experience person

1. What is ASP.NET?

Active:An ASP page provides dynamic content that's updated every time that is accessed.
Server : An ASP page contains script code that the Web server executes.
Page: An ASP page is a Web page that the user navigates to and is displayed in his or her browser.

2. What are the types of validation controls in Asp.net?

. Required Field Validator
. Range Validator
. Compare Validator
. Regular Expression Validator
. Custom Validator
. Validation Summary

3. What are the namespaces that automatically imported into every ASP.NET page?

. System
. System.Collections
. System.I0
. System.Web
. System.Web.UI
. System.Web.UI.WebControls
. System.Web.UI.HTMLControls

4. How can you redirect users to a different page?

Use the Response.Redirect method to direct users to different pages. Remember that you must call this method before any HTML is rendered for a page.

5. What is the difference between server-side and client-side caching?

Server-side caching caches output before it's sent to the browser. Subsequent requests to that data will retrieve from the cache.
Client-side caching stores data (such as pages accessed over the Internet) on a user's hard drive so that it doesn't need to be downloaded again.

6. What is the difference between user and server controls?

User controls are created by the developer to allow for the reuse of controls that need specific functionality, while the Server controls are built-in.

7. What are the types of Authentication technique in Asp.Net?

There are three types of Authentication techniques are . Windows Authentication
. Passport Authentication
. Form Authentication

8. How can we identify that the page is Post Back?

Page object has an "Ispostback" property, which can be checked to know that is the page posted back.

9. How ASP.NET different from ASP?

Scripting is separated from the HTML, Code is compiled as a DLL, these DLLs can be executed on the server.

 

..




New Updates

Related Posts Plugin for WordPress, Blogger...

Related Result