String vs StringBuilder - Real Application Use in C# .NET

preview_player
Показать описание
Q. What is the difference between “String” and “StringBuilder”?
Q. When to use String and when StringBuilder in real applications?

1. Full .NET Interview Course (with PDF Book)

C# / ASP.NET Core / MVC / API - Top 500 Interview Questions

Don't worry if course not helping you, Udemy has 30 days Free Refund Policy.

2. Quick Revision Book (PDF format)

Top 500 .NET Interview Questions - OOPS/ C#/ ASP.Net/ MVC/ SQL /.Net Core /Web API

50% Discount Applied on above link.

My best wishes are with you.

Q. What are the basic string operations in C#?
Q. What is the difference between “String” and “StringBuilder”?
Q. When to use String and when StringBuilder in real applications?
Рекомендации по теме
Комментарии
Автор

is this similar to value typed (String str1 = "Interviews" ) and reference typed (StringBuilder str_bild = new SringeBuilder() )?

nileshyadav
Автор

Hi sir, regular expression in practical expression in c sharp

deepakg
Автор

In case of string when it'll get cleared from string pool if it's not in use?

CodeWithObservations
Автор

Hi Sir, I faced below question.

Which method should we call to allocate memory manually??

Could you please explain sir.
Thank you so much🙏🙏

jyothip