Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Easily sort values with the .NET Array class's Sort method
- Tony Patton recently examined the basic functionality of .NET arrays; this week, he focuses on the Array class's Sort method, which simplifies sorting the contents of an array. He also explains how you can use other .NET features to institute custom sorting. In a previous column, I discussed...
- Tags: Microsoft .NET, Middleware, Tony Patton, .NET, Microsoft development tools, .NET Newsletter, Method, Array, Class, Interface, Person, Array Class, Sort, IComparable, IComparer, Listing C, Listing E, Listing F, .NET Array Class, Application Servers, Software Development, Software/Web Development, Enterprise Software, Software, Development Tools
- Technical articles 2006-11-14
Additional Resources
- 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
- Easily sort values with the .NET Array class's Sort method
- In a previous column,I discussed the basic functionality of .NET arrays. This week, I expand on thistopic and focus on sorting the contents of an array. The Array class provides theSort method, and there are various ways to use this method. I begin with thesimple approach and end with custom...
- Tags: Array, Microsoft .NET, Software engineering/development, Tony Patton
- Technical articles 2006-11-14
- 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
- Dot Net Class Builder (msi)
- Save time developing .Net classes. This product will allow you to connect to a MSSQL database and it will create a .Net class in either C#, VB.NET, Jscript, or J# based on the table layout with a click of a button.
- Tags: Class, .Net, C#, Microsoft Development Tools, Programming Languages, Application Servers, Middleware, Software Development, Software/Web Development, Development Tools, Enterprise Software, Software
- Software downloads 2005-07-13
- Split a string of characters into separate words in VB.NET
- Irina Medvinskaya explains how you can use a Split method of a String class when you need to split a line of text into separate words. Whenever you need to split a line of text into separate words, it's possible to utilize a Split method of a String...
- Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, strComplete, separator, Visual Basic Tips Newsletter, TechRepublic Inc., Array, Split Method, Corporate Communications, Development Tools, Software Development, Software/Web Development, Marketing
- Technical articles 2006-06-01
- Work with multiple data values with arrays
- Arrays are a basic feature of most development languages. Arraysare mechanisms that allow you to treat several items as a single collection andto easily work with multiple data values. The .NET Framework provides arraysupport in a variety of ways. In this article, I examine the basics of usingarrays to work...
- Tags: C#, Microsoft Visual Basic.Net, Tony Patton, Value at Risk
- Technical articles 2006-10-17
- Sort arrays easily and efficiently in .NET
- Sorting arrays is a common programming task, and the new utility interface in .NET makes it a breeze. The primary benefit of this technique is that you can decouple the sorting class from the contents of the array. To demonstrate, I’ll keep it simple and sort an array of strings...
- Tags: .NET, Microsoft development tools, Jonathan Lurie, Microsoft .NET, Array.Sort, IComparable, IComparer, Employee class
- Technical articles 2003-05-23
- GdIMDbImporter Lite (exe)
- This class library can be used for searching and importing various data about movies from Internet Movie Database IMDb. Import class can import data about any title from the IMDb based on the number of the movie title. Class library is written in C#.NET and you need MS dotNET Framework...
- Tags: Library, Microsoft Visual C#.Net, Class Library, Microsoft Development Tools, .Net, Programming Languages, Development Tools, Software Development, Software/Web Development
- Software downloads 2005-09-28
- Performing basic array operations in VB.NET
- VB.NET offers a simple way of grouping data into the array structures similarly to other languages. This article explores array declaration and usage. The ability to work with arrays is important in any programming language. VB.NET offers a simple way of grouping data into the array structures...
- Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, .NET, Visual Basic Tips Newsletter, Array, Listing B, Listing D, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-07-27
- I need help with whois code on linux
- Hello guys i need your help. I am tearing my hair out here, can somebody please have a look at this code for me, I have tried to runn it many times but its not returning any data, i don't know what's wrongwhois.inc as show belowcan somebody please help methank...
- Tags: jomoal99@..., Whois, Linux, Data Found
- Discussion threads 2007-03-29
- Expand Raid-5 Array
- Hello I have a HighPoint RocketRAID 454 for both Windows XP SP2 and 2000 SP4(+Rollup). One array is RAID-5 with 3 disks and I would like to add another disk to this array.I know I can add a new disk if the array is broken but how would I...
- Tags: disk
- Discussion threads 2005-12-06
- RAID ARRAY CAPACITY EXPANSION
- Hello,there is a server (Windows 2000) with two arrays.Array A with 2 disks, Array B with 3 disks. Array A contain the system. Array B contain the data.We want upgrade the Array B with new 145GB disk.Currently we use 36GB disks. How to do this without lost the data ?...
- Tags: Array B, cooldba, disk, hardware, RAID, RAID array
- Q&A 2004-10-15
- 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
- Excel Class .NET (zip)
- Excel Class .NET is a powerful .NET component written in Visual Basic .NET (ensuring maximum compatibility, ease-of-use and effectiveness) which contains a smorgasborg of functions to exchange data between Excel and Visual Basic, and create professional looking reports in Excel. Using Excel Class .NET in your Visual Basic application will...
- Tags: Microsoft .NET, Microsoft Visual Basic, Excel Class .NET, Microsoft Excel, Microsoft Office, Microsoft Development Tools, Office Suites, Software, Development Tools, Software Development, Software/Web Development
- Software downloads 2007-11-20
- Work with multiple data values with arrays
- Arrays are a basic feature of the .NET languages. They allow you to easily work with multiple data items in one container. Tony Patton tells you more about using arrays in your code. Arrays are a basic feature of most development languages. Arrays are mechanisms that allow you...
- Tags: C#, Tony Patton, .NET, Programming languages, Microsoft development tools, Microsoft Visual Basic.Net, .NET Newsletter, Microsoft .NET Framework, Array, Difference, Value, Listing B, Listing D, Listing F, Software Development, Software/Web Development, Development Tools
- Technical articles 2006-10-17
- arrays in c
- i am learning c programming language.I have encountered a problem in which i cannot solve.How do i display the following in ana array.v[0] =M, v[1] = w v[2]=aafter i display tis how do i stack R into the array and display the characters and array number please help really stressful
- Tags: Programming languages, meeva
- Q&A 2006-05-12
- Microsoft .NET Framework Version 2.0 Redistributable Package (x86) (exe)
- The Microsoft .NET Framework version 2 redistributable package installs the .NET Framework runtime and associated files required to run applications developed to target the .NET Framework v2.The .NET Framework version 2 improves scalability and performance of applications with improved caching, application deployment and updating with ClickOnce, support for the broadest...
- Tags: Microsoft .NET Framework, Intel X86, .Net, Software Development, Software/Web Development
- Software downloads 2007-08-16
- .NET Framework Version 2.0 Redistributable Package Beta 2 (x86) (exe)
- The Microsoft .NET Framework version 2.0 Beta redistributable package includes everything you need to run applications developed using the .NET Framework. The .NET Framework version 2.0 improves scalability and performance with improved caching, application deployment and updating with ClickOnce, support for the broadest array of browsers and devices with ASP.NET...
- Tags: Microsoft .NET Framework, Intel X86, Beta, .Net, Software Development, Software/Web Development
- Software downloads 2007-08-21
- 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
- << Previous
- page 1 of 1
- Next >>