C#.Net Concepts

      This section brief about one of dot net framework programming language C#.net, all the major concepts related to it by using which you can develop Windows application, Web applications, services, class libraries etc.
       C# language syntax are case sensitive meaning that, if we declare suppose 2 items a and A, then both will consider as different Items though they are same. C# is strongly typed language and we will learn what is mean by strongly typed in our 1st section below.

1. What are different Data types in C#.net? What is a variable? How to declare variables?

2. Arrays in C#.Net

3. What is mean by value type variables and reference type variables?

4. What is Struct? How to declare struct? What is the difference between Struct and Class?

5. What is Partial class, partial method?

6. What is Property in C#.Net? What is the use of it?

7. What is an Interface? What is the use of Interface? How to Implement it?

8. What is abstract class? What is the use of abstract class?

9. Error handling in C#.Net using try catch finally block.

10. What is the use of using block (with example)?

11. What is delegate? How to declare delegate? what is use of delegate?

12. What is reflection in C#.Net (with example)?

13. What is ArrayList in C# (with example)?

14. What is HashTable class in C# (with example)?

15. What is Queue class in C# (with example)?

16. What is Stack class in C# (with example)?

17. What is List class in C# (with Example)?

No comments :