TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Empty String
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Alpesh Maniya (1)
Sourav Kayal (1)
Sharad Gupta (1)
Mahesh Chand (1)
Related resources for Empty String
No resource found
String.IsNullOrEmpty() vs String.IsNullOrWhiteSpace()
2/13/2024 10:56:35 AM.
Learn when to use String.IsNullOrEmpty() and String.IsNullOrWhiteSpace() in C#. Understand their differences for effective null and whitespace checks, enhancing data validation and code reliability.
5 Tips to Improve Performance of C# Code: Part 3
8/13/2018 3:27:34 AM.
Welcome to the C# Performance Improvement Article Series. This is my third presentation.
Reverse String and Empty String in PHP
3/2/2013 2:46:43 PM.
In this article I describe the PHP how to reverse and how to identify string is empty or not.
Effective C#: Working with Strings
1/3/2006 7:03:31 AM.
Using string might degrade the performance of your application. This article explains about what precautions you should take when you are going to use strings in your application.