ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories >> Software >> Microsoft-Related >> Dot-Net
 
  Dot-Net-Framework (150)  Dot-Net-Remoting (68)  Dot-Net-WindowsForms (59)  Dot-Net-General (252)  Dot-Net-AllOther (130)
 


 

Back to Questions Page
 
Question
about triggers?
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   CSC
I also faced this Question!!   © ALL Interview .com
Answer
Trigger is special kind of stored proceser
 
0
Guest
 
 
Answer
Triggers are special type of procedure which execute based 
on events like insert a new row into table or delete or 
update the table.
 
0
Anuj
 
 
Question
what is ADO.NET
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   NIIT
I also faced this Question!!   © ALL Interview .com
Answer
ADO.Net is a class library provided by microsoft with 
DotNet for database handling.
It provides classes for database connection, geting data 
from database, handling transactions etc..
 
0
Anuj Tyagi
 
 
 
Question
Can u any body send the DotNet Interview questions and
answers to my mail please....... mindukuru@yahoo.com
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
Hi Dear friend i sent some DotNet Interview questions and
answers to ur mail id
 
0
Jeyaganesh
 
 
Question
If I'm developing an application that must accomodate
multiple security levels though secure login and my ASP.NET
web appplication is spanned across three web-servers (using
round-robbin load balancing) what would be the best approach
to maintain login-in state for the users? 
Rank Answer Posted By  
 Question Submitted By :: Raghumadhav Tirunagari
I also faced this Question!!   © ALL Interview .com
Answer
Database Support. or Thru state service. 
 
0
Raghumadhav Tirunagari
 
 
Answer
The best way is to maintain log in state cookie.
 
0
Virendra Sehrawat
 
 
Question
Can you give an example of what might be best suited to
place in the Application_Start and Session_Start subroutines? 
Rank Answer Posted By  
 Question Submitted By :: Raghumadhav Tirunagari
I also faced this Question!!   © ALL Interview .com
Answer
Application_start need for global variable which are
available over the application. 
Sesssion_Start : login dependent ( user dependent) 

 
0
Raghumadhav Tirunagari
 
 
Question
Can you explain the difference between an ADO.NET Dataset
and ADO Recordset?
Rank Answer Posted By  
 Question Submitted By :: Raghumadhav Tirunagari
I also faced this Question!!   © ALL Interview .com
Answer
DIsconnected architechure . Maintainace relation schemas.
MUtilple table grouping. 
Connected one . 
 
0
Raghumadhav Tirunagari
 
 
Question
Let's say I have an existing application written using
Visual Studio 6 (VB 6, InterDev 6) and this application
utilizes Windows 2000 COM+ transaction services. How would
you approach migrating this application to .NET ?
Rank Answer Posted By  
 Question Submitted By :: Raghumadhav Tirunagari
I also faced this Question!!   © ALL Interview .com
Answer
We need to have Wrapper to communicate COM components in
.net. and vis versa 
CCW : Com Callable wrapper. 
RCW : RUN time callable wrapper. 

 
0
Raghumadhav Tirunagari
 
 
Question
Can you give an example of when it would be appropriate to
use a web service as opposed to a non-serviced .NET component 

Rank Answer Posted By  
 Question Submitted By :: Raghumadhav Tirunagari
I also faced this Question!!   © ALL Interview .com
Answer
Web services are best suite for Hetrogenious environment. 
Remoting is best suite for Homogenious environment. The
systems that under CLR. 


 
0
Raghumadhav Tirunagari
 
 
Question
What is the difference between Server.Transfer and 
Response.Redirect? Why would I choose one over the other? 

Rank Answer Posted By  
 Question Submitted By :: Raghumadhav Tirunagari
I also faced this Question!!   © ALL Interview .com
Answer
server.Trnasfer will prevent round trip. it will redirect
pages which or in the same directory. NO way to pass the
query strings . Thru http context we can able to get the
previous page control values. 

Response.Redirect : There is a round trip to process the
request. We can redirect to any page external / internal
other than aspx. We can pass the query string thru which we
can manage sessions. 

 
0
Raghumadhav Tirunagari
 
 
Question
 What does the "EnableViewState" property do? Why would I
want it on or off? 

Rank Answer Posted By  
 Question Submitted By :: Raghumadhav Tirunagari
I also faced this Question!!   © ALL Interview .com
Answer
IT keeps the data of the control during post backs. 
if we turn off the values should not populate during server
round trip. 

 
0
Raghumadhav Tirunagari
 
 
Question
3. Should validation (did the user enter a real date) occur
server-side or client-side? Why? 

Rank Answer Posted By  
 Question Submitted By :: Raghumadhav Tirunagari
I also faced this Question!!   © ALL Interview .com
Answer
client side . there is no need to go to validate user input.
If it relates to data base validation we need to validate at
server side. 
 
0
Raghumadhav Tirunagari
 
 
Answer
Validation should strictly occur in client side...
because the user's input format should be verified then and
there, for this server side validation is of no use,
whereas to validate the userid and the password server side
validation is the only option.

Joshua_________

www.prodigyapex.com
 
0
Joshuab
 
 
Answer
Validation should strictly occur in client side...
because the user's input format should be verified then and
there, for this server side validation is of no use,
whereas to validate the userid and the password server side
validation is the only option.

Joshua_________

www.prodigyapex.com
 
0
Joshuab
 
 
Question
2. What type of code (server or client) is found in a
Code-Behind class? 

Rank Answer Posted By  
 Question Submitted By :: Raghumadhav Tirunagari
I also faced this Question!!   © ALL Interview .com
Answer
Server side. 

 
0
Raghumadhav Tirunagari
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com