B.TECH - Semester 7 c and .net framework Question Paper 2019 (jun)
Practice authentic previous year university questions for better exam preparation.
Sample Questions
- Enumerate major services provided by the CLR.
- Differentiate between boxing and unboxing.
- What is method overloading? Give two examples where method overloading is applied.
- Compare and contrast abstract and sealed classes.
- List down the steps to build a window application.
- What are the major issues in web services?
- What is the use of data adapter in ADO.NET?
- Briefly explain web request and web response.
- What are the four sections contained in assembly?
- Write notes on thread priority. P.T.O. Answer one full question from each module. Each Full question carries 20 marks.
- (a) Briefly explain the development cycle of NET technology. What are the major drawbacks of earlier technologies prior to .NET?
- (b) Discuss commonly used exceptions. Explain deriving exception classes with the help of an example.
- (a) What is the difference between an Interface and Abstract class? Explain with examples.
- (b) Write a program to implement System collection as ArrayList.
- What are windows forms? Write steps for the following : (a) Creating Windows Application
- What are windows forms? Write steps for the following : (b) Adding windows forms to the project
- What are windows forms? Write steps for the following : (c) Resizing Windows forms
- Briefly define the steps involved in ADO.NET. for establishing database connections with C\#.
- Explain the process to create a strong name for a .NET assembly. What is GAC? Where is it situated on the system? What is the smallest unit of execution in .NET?
- (a) How will you implement Reflection on Generics? Give suitable example. 10
- (b) What is thread pool? Explain with the help of an example.