Blog

Fabricate Sample Data with ChatGPT
Brad Jolicoeur - 08/24/2024
- tags:
- Data Analysis
- AI-ML
I was recently working on learning more about using Dataframes and Polyglot Notebooks with C# and needed some sample data to work with. At first I started by looking for some examples online, but I wanted to write a blog about my experience and wanted my own sample of data.
Data Analysis with C#: Leveraging .NET for High-Performance Tasks
Brad Jolicoeur - 08/17/2024
- tags:
- .NET
- Data Analysis
Assuming you are skilled in C# and the .NET ecosystem, you may be wondering if you need to learn Python to do data analysis or AI/ML. The short answer is you can do everything that Python does with C# and it will likely perform better and take less time to build in C#.
Exploring C# Scripting with dotnet-script
Brad Jolicoeur - 08/07/2024
- tags:
- .NET
- Data Analysis
I was recently working through some automation challenges and looked up c# scripting options. I wasn't really expecting to find any compelling solutions, but the world of .NET is evolving at a rapid rate in the last few years and thought I'd try my luck. I was pleasantly surprised when the dotnet tool dotnet-script came up in my search. I had not seen this tool before and it started me on a path of evaluation.