Advanced Web Programming Paper Analysis (Last Five Year)
Advanced Web Programming Paper Analysis (Last Five Year)
Advanced Web Programming Paper Analysis (Last Five Year)
UNIT 1
Q1)What is .NET framework? Explain in detail .NET framework along with a neat diagram.
Q2)Explain inheritance along with all its types and example.
Q3)Explain various types of constructors in C#.Explain static constructor and copy
constructor with examples.
Q4)How does the Garbage Collector function in the context of .NET? Provide a brief
overview of the Base Class Library in .NET.
Q5)Explain one dimensional and two dimensional arrays with proper syntax and example.and
What is an ArrayList? State its methods and properties.
Q6)What is difference between value type and reference type in C#?
Q7)Explain any 5 properties/methods of Math class.
Q8)What is namespace? Explain with the help of an example.
Q9)Explain jagged array with an example.
Q10)Explain foreach loop with suitable example.
UNIT 2
Q1)What are rich controls? Briefly explain about Calendar and AdRotator controls with
examples.
Q2)What is the purpose of validation controls? List and explain the use of validation controls
available in ASP.NET.
Q3)What is the difference between ListBox and Drop Down List? List and explain any five
common properties of these controls
Q4)Explain any two Site Navigation Controls in ASP.NET.(Tree View,SiteMapPath).
Q5)Write a short note on ASP.NET page life cycle.List and explain various types of files
which are used in an ASP.NET application.
Q6)Explain each of the following in brief:
i. Web forms
ii. Post back this one with example
iii. Page rendering
iv. Page Load event
v. Page PreRender event
Q7)What is view state? Give the advantages and disadvantages of view state.
Q8)Brief about Graphics class and it's any 5 methods.
UNIT 3
Q1)Explain exception handling mechanism with proper syntax and example.Explain with
example user-defined exception?
Q2)Explain Master Page with its uses and working
Q3)Write short note on cookies and working in ASP.NET.with suitable code snippet.
Advanced Web Programming Paper Analysis
(Last Five Year)
Q4)What is the theme? Explain how to create and use a theme on a website.Explain Global
theme.
Q5)What is CSS? List and explain types of CSS.Explain the four most important selectors
present in CSS.
Q6)Write a short note on Query Strings state management technique. How to send a name
and marks of a student from one page to another using Query String?
Q7)What are State management techniques in ASP.Net?
Q8)What are the Server-Side State Management techniques? Explain it
Q9)Explain Page Tracing in ASP.NET with an example.
Q10)What is URL mapping? How is URL mapping and routing implemented in ASP.NET?
UNIT 4
Q1)Draw and explain ADO.NET data provider model with diagram.
Q2)Explain the SQL Data Provider Model. Explain types of controls.
Q3)What is a GridView control? Explain with an example,What is a GridView control?
Explain with an example
Q4)Explain the ways of formatting the GridView Data for display
Q5)Write short note on selecting a GridView Row. and Explain the GridView Control and its
methods for defining columns.
Q6)What is difference between Deatils View and FormView control?
Q7)Explain data binding Explain its types.? Explain repeated value data binding with
example ?and explain dictionary collection.
Q8)Explain (i) ExecuteNonQuery (ii) ExecuteScalar (iii) ExecuteReader
Q9)Write short note on Connected and Disconnected Data Access.
Q10)What is DataReader in ADO.NET? Explain with an example.Compare: Data Adapter
and Data Reader , Differentiate between DataSet and DataReader.
UNIT 5
Q1)Define AJAX With its Working & Advantage and Disadvantage,Explain UpdatePanel
and ScriptManager and UpdateProgress controls.
Q2)What is XML? List and explain the various XML classes.
Q3)Explain XmlTextReader and XmlTextWriter with an example.including their methods.
Q4)What do you mean by authentication and Authorization? Explain its types
Q5)Describe the process of reading an XML document using the XDocument class.
Q6)Explain ASP.NET AJAX Control Toolkit.
Q7)Write short note on Accordion control with appropriate properties.
Q8)How web.config file is used to implement forms authentication in ASP.NET?
Q9)Explain ScriptManager and Timer controls.
Q10) What is Forms Authentication in ASP.NET, and how does it work? , What is Windows
Authentication, and in what scenarios is it typically used?