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.
Subscribe to:
Post Comments (Atom)
Explain the different parts that constitute ASP.NET application.
Content, program logic and configuration file constitute an ASP.NET application. Content files Content files include static text, images ...
-
Namespace MyNamespace Public Class Class2 End Class End Namespace Namespace MyNamespace Public Class Class1 ...
-
Namespace MyApp.Info Module Main Sub Main () Dim objHW As New MyApp.Info.Utilities objHW.Dis...
-
Module Tester Sub Main () Dim firstNumber, secondNumber As String Dim number1, number2, sumOfNumbers As Intege...
No comments:
Post a Comment