Download
100% FREE
Office Document APIs for .NET
Online: 1062
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Bookmarks
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
C#
>
Loading ...
What is different between string and string builder with respect to c# 3.5 and 4.0?
Posted by
Allemahesh
under
C#
on 7/15/2013 |
Points: 10
| Views : 983 | Status :
[Member]
[MVP]
| Replies : 2
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
What is different between string and string builder with respect to c# 3.5 and 4.0?
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
aswinialuri-19361
on: 7/15/2013
[Member]
Starter
|
Points: 25
0
string builder is mutable
stringbuilder is used append keyword
StringBuilder is more efficient in the cases, where a lot of manipulation is done to the text.
Strings are immutable, so each time it’s being operated on, a new instance is created.
Mark as Answer if it helps you
Thanks&Regards
Aswini Aluri
Allemahesh
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Allemahesh
on: 7/15/2013
[Member]
[MVP]
Silver
|
Points: 25
0
Dear Aswini,
I know the basic different between string and string builder in 3.5.
My question is what is main different between string and string builder in c# 4.0 as compared to c# 3.5 framework.
This question is asked in one of my interview.
Can you help me.
Allemahesh
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
How to Find count Details Sql server
(0)
sharepoint installation system requirements
(0)
Web Api not working with mvc
(1)
How to get label text from table reference on database based on TableName and FieldName
(0)
How can i refresh Page after downloading a file in MVC ?
(1)
sql server dba interview questions
(1)
How to change json data while making click in AngularJs
(1)
i want call bind method after for loop and ajax call in mvc,callwaiting
(0)
More ...