-
How to convert XML to Json and Json back to XML using Newtonsoft.json?
-
What are the different ways to implement dependency injection and their advantages in C#?
-
How to copy files into a directory in C#?
-
What is use of fluent Validation in C# and how to use in C#?
-
How to valid DateofBirth using fluent Validation in C# if it exceeds current year?
-
How to check Minlength and Maxlength validation of a property in C# using Fluent Validation?
-
How to convert IEnumerable to List and List back to IEnumerable in C#?
-
How to get all the directories and sub directories inside a path in C#?
-
How to catch an exception thrown by an async void method in C#?
-
How do I get a human-readable file size in bytes abbreviation using C#?
-
What is connection pooling in C# and how to achieve it?
-
How to implement Null object Pattern in C#?
-
How to implement IDisposable Design Pattern in C#?
-
How to get all the files, sub files and their size inside a directory in C#?
-
Why singleton class is always sealed in C#?
-
What is Liskov Substitution principle and how to implement in C#?
-
What is Facade and how to implement in C#?
-
What is Interface segregation principle and how to implement it in C#?
-
What is proxy design pattern and how to implement it in C#?
-
What is dependency inversion principle and how to implement in C#?