GeekInterview.com
  I am new, Sign me up!
 

ASP.NET Interview Questions


ASP.NET Interview Questions

Questions: 164
Comments: 524
 Showing Questions 21-30 of 164 Questions
<< Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 ASP.NET Interview Questions
Sorting Options :  

Latest Answer: The code which is under control of CLR (Common Language Runtime) is called managed code.The code which takes Operating System help while execution is called unmanaged code. ...
Read Answers (4) | Asked by : priya

Latest Answer: Webcontrol is the base class that define methods, properties, events for all the controls in System.Web.UI.Webcontrols namespace. ...
Read Answers (2) | Asked by : mashhood

Latest Answer: Application Object and Cached Object both falls under Server side State Management.Application object resides in InProc i.e. on the same server where we hosted our application.Cache Object resides on server side/ DownStream/Client Side.Application Object ...
Read Answers (3) | Asked by : manjunath

Latest Answer: Boxing: Converting Value Type into Reference TypeExample: int i = 10; string str = Convert.ToString(i);Unboxing: Converting Reference Type into Value TypeExample:string str = "10"; int i = Convert.ToInt16(str) ; ...

1. Viewing Metadata.2.Performing type discovery.3.Late binding to methods and properties (dynamic invocation)4.Creating new types at runtime(Reflection EMIT) 
Latest Answer: Reflection is a concept using which we can 1) Load assemblies dynamically2) Invoke methods at runtime3) Retriving type information at runtime.We are using reflection in Unit Testing for testing Private methods.Infact our friend Mr. Intellisence of MS.NET, ...
Read Answers (4) | Asked by : RadMac

In which circumstances we have to use this? 
Latest Answer: The AutoWireup attribute is either set as True or False. The attribute allows you to fire the events written in code behind file. If this page level attribute is set to False then the code behid Events will not fire automatically. For E.g if there is ...

Latest Answer: Debug and Trace both are used to display messages. However Debug won't work in Release mode.Debug information stores in .pdb file.PDB stands for Project DataBase.  ...
Read Answers (2) | Asked by : Shimab

Latest Answer: We are having 11 Page life cycle events.Below are the events occures during page load.1) Page_PreInit2) Page_Init3) Page_InitComplete4) Page_PreLoad5) Page_Load6) Page_LoadComplete7) Page_PreRender8)RenderRest won't occure during pageload. Other events ...
Read Answers (5) | Asked by : ghd

Build a proxy library by using the wsdl.exe utility 
Latest Answer: There are 2 ways one can consume a webservice. 1) By creating a proxy manually 2) By adding web reference Creating Proxy manually: 1) Browse the webservice 2) Add ?wsdl at the end of the URL 3) Save the wsdl file in local system 4) Use visual ...

HasErrorConflict 
Latest Answer: HasConflict Mathod is used on the DataTable to indicate conflicts after update method is called? ...

View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Expert Members
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape