Distinguish between Codebehind and Src
Distinguish between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?
Expert
Visual Studio employs Codebehind attribute to differentiate page source also of programming logic from design. Moreover the Src attribute compose the page to compile on each and every call. This is the page which will not be accumulate in advance and stored in bin as a dll instead it will be accumulate at run time.
Define the roles of CLR in .NET Framework and also explain the responsibilities?
State the function of the “Try-Catch-Finally” block
How one can retrieve the customized properties of the .NET application from a XML .config file?
What is the duration for items stored in the ViewState?
List some differences between the CheckBox control and a RadioButton control?
Describe the role of the DataSet object in the ADO.NET?
List the advantages of the DLR?
Explain the concept of strong names.
How to make a windows desktop application using visual studio 2010 ultimate?
Write the difference between adding items into cache by a Add() method and by the Insert() method?
18,76,764
1957650 Asked
3,689
Active Tutors
1424761
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!