by Siggi | Sep 8, 2024 | C# Features, Collections
In this article, we’ll learn about C# Lists, how to use them, and look at examples to make things clear. Lists are a type of collection in C#. They allow you to store multiple items (like numbers or words) in a single, organized way. If you’ve ever used an array,...
by Janice Friedman | Oct 23, 2019 | Lessons, Tutorials
Image via flickr The technology industry is has become the lead earner in almost every market. Every new product or technological advance in the past few years seems to be based in computer science. This has caused increased in computer science majors and other...
by Janice Friedman | Oct 14, 2019 | Tutorials
If you’re wondering how to search and replace string with C#, then you’re at the right place. Our aim with this tutorial is to give you all the information that you need on how to do this, but we’ve also tried to make it simple and get to the point...
by Janice Friedman | Sep 6, 2019 | Lessons, Tutorials
image source: pexels We all remember the time we got that first taste of coding. We learned to type a few simple commands, or perhaps press a few buttons, and bam, like magic, the computer or device did exactly what we told it to do. So now, you’re thinking it...
by Janice Friedman | Aug 6, 2019 | Tutorials
Ready to learn how to code? If you’ve chosen C# as the computer language you want to learn how to code with, then prepare yourself for a steep learning curve. While C#, a Microsoft-based general-purpose computer language, might be the most widely used computer...
by Janice Friedman | Jun 19, 2019 | Tutorials
When developing programs that interoperate with external systems, it’s often necessary to process data in a common format. For example, a program may wish to process data from an Excel spreadsheet. Excel has the capability to export a worksheet in Comma...