Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
2 views

IFT4302_PROGRAMMING WITH DOT NET FRAMEWORK

This document outlines the examination details for the M.C.A. program at Amity University Haryana for the Odd Semester End Term Examinations in December 2023. It includes information on the course code, title, exam duration, maximum marks, and a breakdown of questions across three sections, covering topics such as .NET framework architecture, ASP.NET application files, generic collections, ADO.NET, AJAX, state management, assemblies, operator overloading, and various programming concepts. Students are required to attempt a specified number of questions from each section to complete the exam.

Uploaded by

ajaymena079
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

IFT4302_PROGRAMMING WITH DOT NET FRAMEWORK

This document outlines the examination details for the M.C.A. program at Amity University Haryana for the Odd Semester End Term Examinations in December 2023. It includes information on the course code, title, exam duration, maximum marks, and a breakdown of questions across three sections, covering topics such as .NET framework architecture, ASP.NET application files, generic collections, ADO.NET, AJAX, state management, assemblies, operator overloading, and various programming concepts. Students are required to attempt a specified number of questions from each section to complete the exam.

Uploaded by

ajaymena079
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Enrollment No _________________

Amity University Haryana


Odd Semester End Term Examinations, Dec 2023
Programme: M.C.A.

Semester: 3

Batch: 2022-2024

Course Code: IFT4302

Course Title – PROGRAMMING WITH DOT NET FRAMEWORK

Exam Dept. Ref.: f95c71e

Time: 3 Hours Maximum Marks: 70

Section –A (Attempt any Five questions) (Each question carries 6 marks) 30 Marks

Q. 1 What is software framework? Explain .NET framework architecture in detail.

Q. 2 Explain the function of the following files in the ASP.NET application

(i) Web.config (ii) Global.asax (iii) Machine.config

Q. 3 What is a generic collection? Explain any two generic collections with the help of an
example.

Q. 4 What is ADO.NET? How the connection to database is established in ASP.NET?


Explain with the help of an example.

Q. 5 What is AJEX? What are its benefits? Discuss various controls provided by ASP.NET
for having AJAX functionality.

Q. 6 What is state management? Using a suitable example explain how the session object
is used to maintain the state.

Section – B (Attempt any two Questions)- (Each question carries 10 marks) 20 Marks

Q. 7 Write the code for the following by taking an example of the appropriate web form

(i) To upload an Image(only .jpg) file to server

(ii) To navigate among various views in MultiView

Q. 8 What is an assembly in .NET framework? What are its types? Discuss the process of
creating each type of assembly.
Q. 9 Define operator overloading. Write a C# program to perform the addition and
multiplication of Complex numbers by overloading the ‘+’ and ‘*’ operators respectively.

Section – C (Compulsory) 20 Marks

Q. 10 Explain the following with the help of example

(a) Boxing and Unboxing

(b) Keyboard Events

(c) Exception handling

(d) ListBox

You might also like