GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  DotNet
Go To First  |  Previous Question  |  Next Question 
 DotNet  |  Question 14 of 165    Print  
Describe the difference between inline and code behind - which is best in a loosely coupled solution.

  
Total Answers and Comments: 4 Last Update: May 02, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 09, 2005 01:37:52   #1  
Sridhar        

RE: Describe the difference between inline and code behind - which is best in a loosely coupled solution...
Inline code written along side the html in a page. Code-behind is code written in a separate file and referenced by the .aspx page
 
Is this answer useful? Yes | No
July 21, 2005 06:21:49   #2  
Takrim Khan        

RE: Describe the difference between inline and code behind - which is best in a loosely coupled solution...
Code - behind doesnt require to deploy source code.
In -Line source code will be visible at production server.

Changes in in-line code can be done directly in the aspx page.

Code-Behind
In case of changes need to update the dll at the production server.
null
    [LIST]
  • null
null

 
Is this answer useful? Yes | No
April 13, 2007 09:24:43   #3  
sambit        

RE: Describe the difference between inline and code be...
In .NET 2.0 with the introduction of partial class there is no difference in inline coding & code behind as per performance. But in .NET1.1 the code behind file needed to be updated for any modifications. Moreover in the inline coding model there was no intelligense support.
 
Is this answer useful? Yes | No
May 02, 2007 04:36:37   #4  
nirajswami Member Since: April 2007   Contribution: 2    

RE: Describe the difference between inline and code be...
Code-behind is better for losely coupled environment.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
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