by Janice Friedman | Oct 23, 2019 | Lessons, Tutorials
Image via flickrThe 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 would...
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 code in...
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...
by Janice Friedman | Jun 19, 2019 | Tutorials
In C#, it’s very possible that you may find wanting to convert a C string to int. Let’s say you have a string that contains a number “83”. You want 83 to be represented as an integer, not a string (maybe you want to use it for calculations or...