You are on page 1of 2

Kuvempu University Assignments for B.Sc.(IT) & M.Sc.

(IT) Courses

Subject: Basics of .NET Subject Code: BSIT - 61 Assignment TA (Compulsory ) 1) What does .NET framework comprised off? 2) Which are the platform technologies supported by .NET framework? 3) How the windows programming is different from .NET programming?

4) What is the function of CTS? Explain the classification of types in CTS with a diagram. 5) What are assemblies? What are static and dynamic assemblies? 6) Explain general structure of c#? 7) How do namespaces and types in c# have unique names? Give examples. 8) What is delegate? What is the use of it? Give example. 9) Write a program to demonstrate use of enums in C#? 10) What is the use of attributes in C# programs?

Assignment: TB (Compulsory)

PART - A Answer all questions: 1. What are the advantages of using .NET ? 2. Explain .NET framework? 3. What is unsafe code? Explain. 4. What are the different types of arrays supported by C# programming? 5. How .NET remoting different from web services and DCOM ? PART - B Answer any FIVE full questions: 1. a) Write a program in C# to display Welcome to C Sharp. Explain the program. b) What is the function of CTS ? Explain the classification of types in CTS

with a diagram. 2. a) What is operator overloading? Explain with an example. b) How does C# supports multiple inheritance? 3. a) Write a program to C# to add two matrics. b) What is data provider? Explain. 4. a) Write a program to show the demonstration of ADO.NET architecture. b) Explain ADO.NET architecture. 5. a) Write a program in C# to check a given string is palindrome or not. b) Explain different string functions supported by C# ? 6. a) Write a program to display Welcome to ASP.NET 8 times in increasing font size using ASP.NET. b) What is the role of system web? 7. a) Explain the steps involved in implementing .NET remoting applications. b) Explain remoting architecture. 8. Explain the following: a) Abstract class b) Static constructors c) JIT compiler.

You might also like