What is difference between inline and code behind?



What is difference between inline and code behind?..

Answer / Sadiya Rahman

In VB.NET, Inline code refers to the practice of writing code directly in the form or control where it's used (e.g., event handlers within a button's Click event). Code Behind involves separating application logic into a separate file, typically named after the form (e.g., Button1_Click event in Form1.vb).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

What is the difference between manifest and metadata?

1 Answers  


What is the significance of delegates. Where should they be used? What are the situations where we require them?

1 Answers  


How do you call a stored procedure in Visual Basic?

1 Answers   CGI,


What is DLL HELL in VB.NET

1 Answers   HCL,


how to send data to exe file? my code has a button when i press it, an exe file will open. how can i send data as input to the exe file?

2 Answers  


how to restore database using vb.net?

4 Answers   Eclat, PCS, Pepon, Restor, TCS,


What is pre-jit?

1 Answers  


What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?

1 Answers  


What is the Common Language Runtime?

10 Answers   Ksb,


What is the main use of a namespace?

1 Answers  


described weak typing?

1 Answers  


Describe about visual basic.net?

1 Answers  


Categories