0% found this document useful (0 votes)
13 views

2160711 NET Technology

Uploaded by

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

2160711 NET Technology

Uploaded by

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

Enrolment No.

/Seat No_______________

GUJARAT TECHNOLOGICAL UNIVERSITY


BE- SEMESTER–VI (NEW) EXAMINATION – WINTER 2024
Subject Code:2160711 Date:05-12-2024
Subject Name:.Net Technology
Time:02:30 PM TO 05:00 PM Total Marks:70
Instructions:
1. Attempt all questions.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.
4. Simple and non-programmable scientific calculators are allowed.

Q-1 (a) Explain metadata and intermediate language (3)


(b) How we can create nested namespace in .net? explain with example. (4)
(c) Write console based program in code behind language VB or C# to print (7)
following pattern.

N=4
0
1 0 1
2 1 0 1 2
3 2 1 0 1 2 3

Q-2 (a) Explain Basic Class Library (BCL) in C#. (3)


(b) Write different between properties and indexers (4)
(c) Explain Constructor and Function Overloading with example. (7)
OR
(c) What is the role of CLR in .NET framework? Explain any five services (7)
offered by CLR.

Q-3 (a) List down various windows form controls. Explain any two of them briefly. (3)
(b) Write C# code to prompt a user to input date ,month, and year and then (4)
the output will be shown as an example below:
Output: Todys’Date is: 04-12-2018
(c) Explain major ADO .net objects. .(atleast 4) (7)
OR
Q-3 (a) Explain GDI+. (3)
(b) Explain RequiredFieldValidator control, RangeValidator control, (4)
CompareValidator controls.
(c) Write a C# Program to List Files in a Directory. (7)

Q-4 (a) Explain Page Life Cycle of ASP.NET. (3)


(b) Explain following controls with its properties. AdRotator; FileUpload; (4)
(c) Explain session and application state in detail. Also differentiate them (7)
OR
Q-4 (a) List out the advantages and disadvantages of SQL –Backed Session State (3)
(b) What is webservice? Create a web service to subtract two numbers. Also (4)
give code to Consume it.
(c) What is SqlDataReader? Explain it with relevant example. (7)

Q-5 (a) Differentiate between Master Page and Theme Page in ASP.NET (3)
(b) Write a C# code to bind data from given table to Combobox Control using (4)
DataAdapter. Table : Cricketer (Name , Type)
(c) Explain data binding with Gridview control related to ADO.NET (7)
Technology.
OR
Q-5 (a) List out the features of WPF (3)
(b) Explain PageSetupDialog Control with its properties. (4)
(c) Write ASP.Net program to Store Objects in Session State and Storing (7)
Session State in SQL Server.
**********

You might also like