.NET News Incoming! Microsoft Build is nearly upon us, but before that, we talk about how JetBrains used dotMemory (their memory profiler for .NET) on …
Continue ReadingHow to Read a CSV File with C#
StreamReader is a really powerful aspect of C# and .NET in general and can be used to read data in many different layouts, one being …
Continue ReadingC# Video Tutorial – Using Structs
Let’s take a look a Structs – the way to get a ‘class-like’ object with the benefits of stack memory allocation. This is a key …
Continue ReadingThe RPA Show Episode 1 – What is RPA?
I started an RPA podcast! I like to talk automation and what better way to do that than by chatting to you all on a …
Continue ReadingTernary Operators In C#
Why write code that spans 8 lines when it can fit on one? I made a video about shortening your IF ELSE statements in C# …
Continue ReadingHTTP GET and POST in C#
Making an GET or POST Request is easy in C# thanks to the HttpClient object. This object comes out of the box in C# and …
Continue ReadingIs C# Good for Beginners?
Are you a programmer looking to dip your toes into a new language? Or are you starting from scratch and trying to find the best language to cut your teeth on. Whether you are a fresh-faced junior or a hardened FORTRAN veteran, C# is a fantastic language for people who need a general-purpose, object oriented language. But despite it’s reasonably low barrier of entry. it may not be for everyone.
Continue ReadingHow To Receive and Parse Emails from SendGrid in .NET
SendGrid is offering a robust event webhook in the form of Inbound Email Parse, an API feature that allows you to receive emails for a …
Continue Reading.NET TCPListener: Accepting Multiple Client Connections
TCP. It’s a key component of the foundation of the internet. We take it for granted every day while we’re online. Sometimes, it becomes necessary …
Continue ReadingVB.NET Lambda Expressions for C# Developers
I’m a C# developer primarily. Wherever I can use it, my day-to-day language for getting stuff done is C#. The nature of my work dictates …
Continue Reading