DotNet Technology 2024
Group B
AI is thinking...
Attempt any SIX questions.
AI is thinking...
2. What is managed code? Give reason to justify the statement "DOT NET framework is platform independent and Language interoperability".
AI is thinking...
3. What is optional parameter? Write a C# program which stores values in two enumerations, Department and College. It uses two functions to display the data contained in Department and College enumerations.
AI is thinking...
4. What is difference between value type and reference type in C#? Explain the concept of boxing and unboxing with suitable program.
AI is thinking...
5. What is interface? Explain with suitable program, how interface can be used to perform multiple inheritance?
AI is thinking...
6. What are use of finalizer in C#? Explain with suitable program, how base keyword is used to call member function and constructor of parent class?
AI is thinking...
7. What are keyword used in exception handling? Write a C# program to handle IndexOutOfRangeException and InvalidCastException.
AI is thinking...
8. What is query syntax in LINQ? Explain the standard query operators "select", "contains", "orderBy" and "where" in LINQ with suitable example.
AI is thinking...
Group C
AI is thinking...
Attempt any TWO questions.
AI is thinking...
9.a) What is an event? Explain with suitable program, how event is handled in C#.
b) What is Lambda expression? Explain the concept of generic delegates with suitable program.
AI is thinking...
10. How this keyword is used to declare indexer? Write C# program to overload unary (++) and relational(==) operator.
AI is thinking...