Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Easily parse string values with .NET
- The .NET Framework simplifies processing and formatting data with the String class and its Split and Join methods or regular expressions. Learn more about using these methods in your application. Processing string values is an integral aspect of most application development projects. This often involves parsing strings into...
- Tags: Microsoft .NET, C#, Middleware, Tony Patton, .NET, Microsoft development tools, Programming languages, Console.WriteLine, .NET Newsletter, Parameter, TechRepublic Inc., Microsoft .NET Framework, CNET Networks Inc., Site, Value, GameSpot, String, .NET String Class, Regex, Software Development, Software/Web Development, Development Tools, Enterprise Software, Software
- Technical articles 2006-01-24
Additional Resources
- Preserve system resources when working with .NET strings
- It's hard to find an application that doesn’t deal with text in some way. As a result, developers are faced with a variety of string-related tasks every day. The .NET Framework includes many classes and methods for dealing with strings. One of these classes, StringBuilder, provides an approach to working...
- Tags: C#, .NET, Programming languages, Microsoft .NET, Baseline Inc., memory, StringBuilder
- Technical articles 2003-04-25
- asp.net connection string security
- i am new to web development in asp.net i want to know how can we secure the connection string. i have read some topics on net about encryption but i did not understand it properly bocz i have tried it on my pc it is not working. can any one...
- Tags: .NET, Middleware, Channel management, ajaxroshan@..., connection string, Microsoft ASP.NET, security
- Discussion threads 2007-07-22
- Split String in VB .net ?
- Hi..I have the following string :-E:VB.NET PROJECTSERPbinI want to get the path :-E:VB.NET PROJECTSERPHow this is possible..How to remove "bin" from my string ?Pl. guide..Left$ or Mid$ should do it if its always going to beE:VB.NET PROJECTSERP at the startIf this could vary then look up INSTR which will give...
- Tags: Microsoft development tools, Programming languages, HEMAL, Microsoft Visual Basic, InStr
- Q&A 2005-04-26
- Split and locate occurrences of character strings within VB.NET
- String manipulation and operations are the basis of any code. In this Visual Basic tip, Irina Medvinskaya looks at a way of splitting a string of characters into separate words and finds a number of occurrences of a string of characters within a larger string in VB.NET. String manipulation...
- Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, .NET, Visual Basic Tips Newsletter, String, Split Method, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-05-11
- Learn the best way to combine strings in VB.NET
- Irina Medvinskaya explains why you should usually opt for using the & operator over the + operator to combine strings. She also provides a simple example of how to combine stings in VB.NET. Combining strings in VB.NET is a simple operation. You can utilize the & operator to...
- Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, .NET, strNameFirst & strNameLast, Visual Basic Tips Newsletter, String, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-05-25
- Convert a string into a byte array in VB.NET
- How to Manipulate strings in Visual BasicIn other programming languages like Dbase and Basic, one can use Substr(Sentence, 1,4) to read the first four characters of the sentence. In Basic Language we use Left$, Mid$ or Right$ to select some characters of a sentence.How is string manioulation of this type...
- Tags: Microsoft development tools, Programming languages, .NET, benbodei@..., Microsoft Visual Basic.Net
- Discussion threads 2007-06-15
- Replace and create a string in VB.NET
- In this VB tip, we'll show you a quick and easy way to replace a string within a string by using the Replace method of a String object and create a string that consists of the repeated character. Have you ever needed to replace a portion of a...
- Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, strFull, Visual Basic Tips Newsletter, Method, String, .Net, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-05-18
- Determine your computer's IP address with VB.NET
- System.Net.Dns.GetHostByNamestring is obsoleteWarning 1 'System.Net.Dns.GetHostByNamestring' is obsolete: 'GetHostByName is obsoleted for this type, please use GetHostEntry instead. http://go.microsoft.com/fwlink/?linkid=14202'
- Tags: computer, dns, gethostbyname, IP, IP address, just_chilin, Microsoft Visual Basic.Net, net, programming, system
- Discussion threads 2006-09-29
- Skater .NET Obfuscator Professional (zip)
- Skater .NET Obfuscator is an obfuscation tool for .NET code protection. Prohibits reverse engineering; Obfuscated application usually is not recompilable; Processes any .NET application, executable or assembly; Encrypts string constants; Compatible with any .NET framework (1.0, 1.1, 2.0, 3.0, and 3.5); Control flow obfuscation stops decompilers and deobfuscators; Scrambles class...
- Tags: Smart Solutions, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Software downloads 2008-09-11
- Convert a byte array to a string with VB.NET
- I recently covered ways to convert a string into a byte array with VB.NET. When you need to convert a byte array into a string, you can use either BitConverter.ToString or Convert.ToBase64String methods. I provide examples that show you how to make the conversion using both methods.Byte array usageIf you...
- Tags: Vb.net, Programming
- Blog posts 2007-06-28
- Retrieving environment variables with VB.NET
- Links don't workOnly the form opens, the links to the two lists do not appear to workCode listings are displaying againDear ajandco,I apologize that the code listings were not displaying for several days; they are showing up now.Thank you,Mary WeilageAnd for the rest of us, here's the same thing for...
- Tags: ajandco@..., Environ, feedback, Microsoft Visual Basic.Net
- Discussion threads 2006-10-08
- FileNameStringReplacer (zip)
- It replaces any selected string from file names as we generally do the same with text editors e.g. If there are many files/folder with string .NET then we can replace them with dotNet. File.NET.txt gets renamed to FileDotNet.txt This version is not so accurate. Version 1.1 features: source code released.
- Tags: Source Code, Editor, File.NET.txt, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Software downloads 2007-12-24
- How to reverse a string in VB.NET
- In this week's VB.NET tip, Irina Medvinskaya shows you how to utilize the Reverse method of an array to reverse the order of characters in a particular string. There are situations that require reversing the order of characters in a string. In the Listing A example,...
- Tags: Microsoft Visual Basic.Net, strOriginalText, Irina Medvinskaya, Microsoft development tools, Programming languages, Visual Basic Tips Newsletter, String, Value, .Net, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-09-21
- Educate yourself about .NET SQL Server connection string syntax
- Error in listing B?Shouldn't the statement:conn.ConnectionString = "connection string"be rather:conn.ConnectionString = cStringI saw that too...Yes, it should be conn.ConnectionString = cStringI'd like to see a rundown of how to set the connection string for the CrystalReports object in VS2005, using a connection string entry in the web.config or app.config file.Thank...
- Tags: .NET SQL Server, connection string, info@..., programming, Microsoft .NET, server
- Discussion threads 2006-06-21
- Freeware .NET Obfuscator Skater Light (zip)
- Freeware .NET Obfuscator Skater Light Edition is an obfuscation tool for .NET code protection. Prohibits reverse engineering; obfuscated application usually is not recompilable; protects any .NET app, executable or assembly; encrypts string constants; compatible with any .NET framework (1.0, 1.1, 2.0, 3.0, and 3.5); control flow obfuscation stops decompilers and...
- Tags: Freeware, Smart Solutions, Freeware .NET Obfuscator Skater Light Edition, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Software downloads 2008-06-30
- Easily parse string values with .NET
- Processing string values is an integral aspect of mostapplication development projects. This often involves parsing strings intoseparate values. For instance, receiving data from an external data source suchas a spreadsheet often utilizes a common format like comma-separated values.The .NET String class simplifies the process of extracting the individualvalues between the...
- Tags: CNET.COM, Dim, Dim value, GameSpot, Microsoft .NET, String, Tony Patton, Value at Risk
- Technical articles 2006-01-24
- Convert String for C++ (zip)
- You should add quote at the start and end of a string line, replace quote inside the string with slash and quote, double slash, and add return and next line at the end of a string line. If you make some changes in the revised string, you have to iterate...
- Tags: C++, C/C++, Programming Languages, Software Development, Software/Web Development
- Software downloads 2006-09-06
- Protect sensitive data with .NET 2.0's SecureString class
- You have the output wrongYou say "You’ll notice the code simply displays the name of the class (System.Security.SecureString) when it executes." This is incorrect. The output is "TechRepublic.com". The editor owes me a brewski.doug in SeattleOutput IS correctAt least for me it is. I am running the code in version...
- Tags: .NET, Microsoft development tools, Programming languages, Microsoft .NET, SnoopDoug, Char
- Discussion threads 2007-06-13
- Easily parse string values with .NET
- split method in .NET still does not handle real-world CSVAbsent from VB6, and apparently still absent from .NET is an easy method to parse real-world CSV (comma-separated-value) files.Here's a typical CSV string...14325,George Smith,123 Elm St,"Dayton, OH 45420",A,3...and you want it split like this...14325George Smith123 Elm StDayton, OH 45420A3...where the comma...
- Tags: .NET, Application servers, CSV, Microsoft .NET
- Discussion threads 2006-05-19
- << Previous
- page 1 of 1
- Next >>