Buy Questpond's video subscriptions on
huge discount
.
Online: 7819
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
> ASP.NET
ASP.NET Exclusive Interview Questions and Answers (348) - Page 10
A joint initiative from DotNetFunda.Com and Questpond.
A one stop place on the internet to get trusted and proven Interview Questions (based on more than a decade of experience in this field) to ensure the success of the candidates.
You will find almost all Interview questions from Questpond here and this list is growing day by day with all latest and updated interview questions.
348 records found.
Post Interview
|
Interview Experiences
|
Interview FAQs
|
Online Interviews
|
Interviews Home
Get 650+ Questpond's Interview videos on discount
Loading ...
The clients using a native utility program generates a __________ from a WSDL document.
NOTE: This is objective type question, Please click question title for correct answer.
The __________ object makes available all the values that client browser passes to the server during an HTTP request. It includes client browser info, cookie details ( of this domain only ), client certificates ( if accessing through SSL ) etc.?
NOTE: This is objective type question, Please click question title for correct answer.
All the methods of a webservice class to be used by the clients on internet must be marked as ________________ attribute.
NOTE: This is objective type question, Please click question title for correct answer.
The _____________ object is used to send the output back to the client (browser). It includes all the HTTP variables, cookies that will be stored on the client browser and other info about the content being sent?
NOTE: This is objective type question, Please click question title for correct answer.
Every SOAP request and response are made up of _____________.
NOTE: This is objective type question, Please click question title for correct answer.
SOAPEnvelope has ____________
NOTE: This is objective type question, Please click question title for correct answer.
SOAP always uses ____________.
NOTE: This is objective type question, Please click question title for correct answer.
Can a WebService developed in .Net be used by an Http client
NOTE: This is objective type question, Please click question title for correct answer.
When the web server receives the request for the file with the extension .aspx, it forwards it to_____________?
NOTE: This is objective type question, Please click question title for correct answer.
Is the code file dependent on aspx filename?
NOTE: This is objective type question, Please click question title for correct answer.
Can Ajax be implemented in browsers that do not support the XmlHttpRequest object?
Yes. This is possible using remote scripts.
For every request from ____________ a new thread is created?
NOTE: This is objective type question, Please click question title for correct answer.
We can Use the ____________ class to store arbitrary objects, such as datasets, to server memory.
NOTE: This is objective type question, Please click question title for correct answer.
______________ is a technique of persisting the data in memory for immediate access to requesting program calls.
NOTE: This is objective type question, Please click question title for correct answer.
what is the life time of a web application?
by default session of a web application is set to 20 minutes.
Describe ways of cleaning up objects?
The run time will maintain a service called as garbage collector.
this service will take care of deallocating memory corresponding to
objects.it works as a thread with least priority.when application
demenads for memory the runtime will take care of setting the high
priority for the garbage collector,so that it will be called for execution
and memory will be released.the programmer can make a call
to garbage colector by using GC class in system name space.
The __________________method translates the @OutputCache directive into HttpCachePolicy class methods.
NOTE: This is objective type question, Please click question title for correct answer.
AJAX stands for ________________
NOTE: This is objective type question, Please click question title for correct answer.
____________ is the attribute of @OutputCache directive, which determines cache entries by Get or Post parameters.
NOTE: This is objective type question, Please click question title for correct answer.
Explain the life cycle of an ASP .NET page?
Life cycle of ASP.Net Web Form Page Request >> Start >> Page Init >> Page Load >> Validation >> PostBack Event Handling >> Page Rendering >> Page Unload Page Request - When the page is requested ASP.Net determines whether the page is to be parsed and compiled or a cached verion of the page is to be sent without running the page.Start - Page propertied REQUEST and RESPONSE are SET, if the page is pastback request then the IsPostBack property is SET and in addition to this UICulture property is also SET.Page Initilization - In this the UniqueID of each property is SET.If the request was postback the data is not yet loaded from the viewstate.
Page Load - If it was a postback request then the data gets loaded
in the control from the ViewState and control property are set.
Validation - If any control validation present, they are performed
and IsValid property is SET for each control.
PostBack Event Handling - If it was a postback request then any
event handlers are called.
Page Rendering - Before this the viewstate is saved from the page
and RENDER method of each page is called.
Page Unload - Page is fully rendered and sent to the client(Browser)
and is discarded. Page property RESPONSE and REQUEST are unloaded.
1
...
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
More ASP.NET Interview Questions & Answers here
Found this useful, bookmark this page to the blog or social networking websites.
Bookmark It
Exclusive Interview Questions and Answers Categories
.NET Certifications
.NET Core
.NET Framework
ADO.NET
AI ML
Android
Angular
AngularJS 1x
Aptitute Test
ASP.NET
ASP.NET AJAX
ASP.NET Core
ASP.NET MVC
ASP.NET Web API
Aurelia
Azure
Best Practices
BizTalk Server
Bootstrap
C#
Cloud
CMS
CSS 3
Data Structures & Algorithms
Design Pattern & Practices
DotNetFunda.Com
Entity Framework
Error and Solution
F#
Function Points (FPA)
HR
HTML 5
IIS
Interview Questions
JavaScript
jQuery
Kinect
LightSwitch
LINQ
Management
Mobile Development
MSBI (SSIS, SSRS, SSAS)
Mule
Networking
News and Community
Node.js
NoSql
OOPS
Oracle
Others
PostgreSQL
PowerShell
Product Reviews
Project Management
Python
QA (Testing)
R Language
Regular Expressions
SEO
SharePoint
SignalR
Silverlight
Sql Server
TypeScript
UML
VB.NET
Visual Studio
WCF
Web Analytics
Web Services, Remoting
Windows 8
Windows Forms
Windows Metro
Windows Phone
WPF
WWF
XML