| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Can we Run the Application without Build | Emphasis | 2 |
| What is wrong with a line like this? DateTime.Parse(myString) | Metasys | 4 |
| I have one application, one user purchase some products in
my application? and another person came he is also purchase
some products?how can we identify which user purchase which
items?
my answer is by using session id? but i dont know how? can
u give me programming for that?
| | 1 |
| what is the jit? what is the type of jit and purpose of it> | | 2 |
| why we should use more than one web.config files in our
application? I have two web.config files in my application.
One in the root directory and another one inside a sub
folder. When the application runs which web.config file
will run? why? | | 1 |
| Can session variables be accessed from code-behind? | Microsoft | 2 |
| when using personlization, how do you access over setting at
runtime? | | 1 |
| we can able to display a MessageBox in asp .net without
using any script langages? | ABC | 5 |
| .net allows which inheritence | AG-Technologies | 5 |
| Is object a value type or referenced type? | | 2 |
| Can you explain what inheritance is and give an example of
when you might use it?
| | 1 |
| You create an assembly to access data in a relational
database. This assembly will be used by several ASP.NET
applications on your Web server.
You need to ensure that all your applications can access the
assembly.
Which two actions should you take (Each Answer: presents
part of the solution.)? (Choose two)
A . Run the Assembly Registration tool (Regasm.exe).
B . Run the String Name tool (Sn.exe).
C . Run the Installer tool (Intallutil.exe).
D . Run the Global Assembly Cache tool (Gacutil.exe).
| Syntax-Softtech | 5 |
| To make Cache item dependent on a file,directory or other
cached item ,you should create an instance of which clause? | | 1 |
| How do you perform validations ? | Microsoft | 1 |
| How you will handle session when deploying application in
more than a server? Describe session handling in a webfarm,
how does it work and what are the limits? | CoreObjects | 2 |
| What is the method used to load generated dataset with data
on the DataAdapter control ? | | 3 |
| How many web.config a application can have ? | Keane-India-Ltd | 5 |
| I have around 200+ controls in a page. Each of the sets of
controls are kept in divs and when header div is clicked,
only those div controls pertaining to that header div will
be displayed. Rest of the divs are kept invisible.
When the page loads, all these 200+ controls are loaded
simultaneously, that consumes much of the time.
What my requirement is I want to get the div1 controls
loaded when the page loads and rest of the div controls
should be loaded asynchronously. it should not be loaded
with page load, so that time for loading the page can be
much minimised.
Hope u understood my question and pls help me out with a
solution asap....
| | 1 |
| What methods are fired during the page load?
| | 2 |
| How do you register the .Net Component or Assembly? | Accenture | 2 |
| |
| For more ASP.NET Interview Questions Click Here |