GuruJyothi
Home
About
Subjects
Contact
A1. Develop a C# .NET console application to demonstrate the conditional statements.
A2. Develop a C# .NET console application to demonstrate the control statements.
A3. Develop an application in C#.NET that demonstrates the windows controls
A4. Demonstrate Multithreaded Programming inC#.NET
A5. Demonstrate subroutines and functions inC#.NET
A6. Develop an application for deploying various built-in functions inC#.NET
A7. Develop an MDI application for Employee Pay-roll transactions inC#.NET
A8. Construct a console application to demonstrate the OOP Concepts
A9. Develop a web application in C#.NET for dynamic Login Processing
A10. Develop a Windows application with database connectivity for core-banking transactions
A11. Develop a program to sorting an one dimensional array by accepting 5 elements form user and arrange them in ascending order
A12. Develop a program to perform sum of two compatible matrix of 2 dimensional array
B1. Write a program in C# to demonstrate abstract class and abstract methods in C#
B2. Develop a program to perform Single level inheritance inC#.NET
B3. Develop a program to perform Switch statements to display percentage of a student.
B4. Write a program in C# to find the sum of each rows of a given jagged array of 3 inner arrays
B5. Write a program to perform Timer Control Properties Start(),Stop().
B6. Write a program in C# to create implement a delegate for any two arithmetic operations.
B7. Design am application to implement various string operations such as reversing, case conversion, length, and concatenation.
B8. Write a program in C# to demonstrate i)Boxing and unboxing ii) invalid unboxing
B9. Write a program to demonstrate use of virtual and override key words in C#.