ASP.NET With C# (November – 2017) [CBSGS - 75:25 Pattern | Question Paper]


ASP.NET With C# (November - 2017) [75:25 Pattern | Question Paper]
ASP.NET With C# (November - 2017) [75:25 Pattern | Question Paper]


☛ VIEW:
@SlideShare | @Instagram | @Pinterest

☛ DOWNLOAD:
@GitHub | @G-Drive | @TEXT | @Torrent

Time: 2 ½ Hours
Total Marks: 75

NOTE:
(1) All Question are Compulsory.
(2) Make Suitable Assumptions Wherever Necessary And State The Assumptions Made.
(3) Answer To The Same Question Must Be Written Together.
(4) Number To The Right Indicates Marks.
(5) Draw Neat Labeled Diagrams Wherever Necessary.
(6) Use of Non-Programmable Calculator is allowed.

Q.1 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) What is an Exception? Explain Exception Handling in C#.
(B) What is Polymorphism? Explain Runtime Polymorphism in C#.
(C) What is the difference between for loop and foreach loop?
(D) Write short note on Common Language Runtime (CLR) in .NET.

Q.2 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Differentiate between Private Assembly and Shared Assembly.
(B) Explain how Garbage Collection works in .NET.
(C) What is Selector in CSS? Explain various types of CSS Selectors.
(D) What is .NET Framework? Explain various components of .NET Framework 4.0.

Q.3 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) List and explain the major events in global.asax file.
(B) What is the Code Behind and Inline Code?
(C) Write ASP.NET Code to display selected elements from the CheckBoxList on a label control. Elements on the label must be separated by a whitespace.
(D) Explain the following properties of ListBox Control:
        (i) AutoPostBack
        (ii) Items

Q.4 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Write necessary properties which are common for all validation controls.
(B) What is ViewState? How it works in ASP.NET?
(C) Explain TreeView Control in ASP.NET.
(D) Write ASP.NET Code to send data entered in two textboxes from one web page to another web page. Display the data on two separate labels.

Q.5 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) What are the Authentication Mode in ASP.NET for security?
(B) What is the difference between ExecuteScalar and ExecuteNonQuery?
(C) Write a code to insert and update data into a SqlServer Database an ASP.NET Web Page.
(D) Explain DataAdapter class in ADO.NET?

Q.6 ATTEMPT ANY TWO QUESTIONS: (10 MARKS)
(A) Write the basic syntax of a LINQ Query in C#.
(B) What are the benefits using Ajax? Explain UpdateProgress Control in Ajax.
(C) Write a code to display all the number in array greater than 10 using LINQ.
(D) Explain the use of document.ready() function in jQuery.

Q.7 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Explain switch statement. What is fallthrough in switch? Is fallthrough permitted in C#?
(B) How to create and use External Style Sheet using Visual Studio Developer?
(C) Explain following two Web Server Controls:
       (i) LinkButton
       (ii) ImageButton
(D) What are Cookies? Explain various properties of HttpCookie Class.
(E) What is the Authentication and Authorization in ASP.NET?
(F) Write jQuery code to demonstrate the use of hide() and slideUp() functions on <p> element.

0 Comments