|
|
Stories recently tagged with 'string'
|
|
published 9 days, 6 hours ago, submitted by
crpietschmann
10 days, 15 hours ago
dotnetcurry.com — In the previous article, 30 Common String Operations in C# and VB.NET – Part I, we explored 15 common String operations while working with the String class. In Part II of the article, we will continue with the series and cover 15 more. read more...
add a comment
|
category: CLR | Views: 364
|
|
tags:
string, Tips, dotnetcurry, .Net, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
world
1 month, 27 days ago
en.csharp-online.net — This article shows the differences between string versus String versus StringBuilder. It details when and how to use the C# String and StringBuilder classes. read more...
add a comment
|
category: C# | Views: 16
|
|
tags:
StringBuilder, string, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
xtremebiz
3 months, 28 days ago
codeforeternity.com — You must have come across plenty of articles on the internet which talk about using the StringBuilder class when computing large strings for performance gains. Nothing wrong with that. However I have not seen many coders using the Initial Capacity constructor of the StringBuilder class which can further result in EXTREME PERFORMANCE. read more...
|
|
tags:
CodeBetter, string, Tips, Performance | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 5 days ago, submitted by
eugenciuta
5 months, 7 days ago
dotnetfacts.blogspot.com — System.String type is used in any .NET application. We have strings as: names, addresses, descriptions, error messages, warnings or even application settings. Each application has to create, compare or format string data. Considering the immutability and the fact that any object can be converted to a string, all the available memory can be swallowed by a huge amount of unwanted string duplicates or unclaimed string objects. Now let's see how a string object should be handled to preserve memory. read more...
|
|
tags:
practices, Best, preserve, Memory, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 2 days ago, submitted by
Vadmyst
7 months, 3 days ago
vadmyst.blogspot.com — Did you know how evil string.ToLower() can sometimes be? See an example when string.ToLower() is definitely not an option.
read more...
3 comments
|
category: C# | Views: 14
|
|
tags:
string, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 11 months, 14 days ago, submitted by
CumpsD
11 months, 14 days ago
blog.cumps.be — Over the years, plenty has been written about string performance, lots of comparisons between String.Concat and StringBuilder. Today I decided to do some of my own research into the subject and contribute to the knowledge already out there. More specifically, I'll be taking a look at the memory usage for various concatenation methods. read more...
3 comments
|
category: CLR | Views: 1
|
|
tags:
Concat, string, Pick, StringBuilder, Performance | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
vbnotebook
11 months, 28 days ago
vbnotebookfor.net — Features a How-To convert string to stream and back again, how to use the String.Compare function and a function to get the word count of a string read more...
add a comment
|
category: VB.NET | Views: 25
|
|
tags:
string, VB.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
rajkwatra
1 year, 3 months ago
rajkwatra.blogspot.com — Recently, while working on a project, I came across the need to format the phone number supplied as string in the standard U.S. phone format(i.e. 1234567890 should be displayed as (123) 456-7890). The phone number was being fetched as a string from the database..... read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
Formatting, string | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
spirit1
1 year, 4 months ago
weblogs.sqlteam.com — Showing the principle of XOR with reversing a string in C#. It's also pretty fast.
Because bitwise operations should be common knowledge for every developer out there. read more...
2 comments
|
category: C# | Views: 49
|
|
tags:
XOR, Reverse, Bitwise, C#, string | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|