- Implement a Singleton Design Pattern with thread safety.
- Find the count of repeated words in a given sentence.
- Explain the Factory Design Pattern with a working example.
- Write a generic method or class to demonstrate reusability.
- Demonstrate Lazy Loading in C# (with example using Lazy<T>).
- Find the count of repeated letters in a given word.
- Write a program to reverse a string without using built-in functions.
- Find the count of duplicate numbers in an integer array.
- Find duplicate numbers using LINQ and lambda expressions.
- Write a program to calculate the sum and reverse of digits of a number.
- Explain and provide examples of SOLID Principles in C#.
- Create a Custom Middleware in ASP.NET Core.
- Write a program to check if a string is a palindrome.
- Find the maximum and minimum numbers in an integer array.
- Write a program to swap two numbers without a temporary variable.
- Implement a Dependency Injection (DI) example in ASP.NET Core.
- Write a program to find factorial using recursion.
- Find the second largest number in an array.
- Write a program to remove duplicates from a list using LINQ.
- Write a program to count vowels and consonants in a string.
- Explain and demonstrate the Observer Design Pattern.
- Write a program using async and await to perform asynchronous operations.
- Implement Exception Handling using try, catch, finally, and custom exceptions.
- Write a simple LINQ query to filter, group, and order data.
- Demonstrate Extension Methods in C#.
- Explain Encapsulation, Inheritance, and Polymorphism with examples.
- Write a program to find missing numbers in an integer array.
- Write a program to reverse words in a sentence.
- Demonstrate interface vs abstract class with sample code.
- Write a program to convert JSON to object and vice versa using System.Text.Json.
- Implement a Thread-safe Singleton using Lazy<T>.
- Demonstrate async/await with Task.WhenAll for parallel processing.
- Write a program to implement caching in ASP.NET Core.
- Implement a Custom Attribute and use Reflection to read it.
- Write a program to log requests and responses in ASP.NET Core middleware.
- Explain the Repository and Unit of Work Patterns with code.
- Demonstrate AutoMapper usage in ASP.NET Core.
- Write a program to read/write data from a file asynchronously.
-Thank you, happy coding !!