Articles for proper content sharing


Read & publish research, product, white papers, tech articles.









Check if string contains some value or empty or null in C# quick tip

We need to check many times if string contains some value, or empty or null. So C# provides inbuilt function to check it, Lets take brief overview.

.