Using Excel to work with SQL Server data sets is often more convenient than having to write a complete solution using C#. A variety of solutions exist to work with Excel from your C# code and Microsoft.Office.Interop.Excel is just one of them. EPPlus is also a popular solution for working with Excel. EPPlus is free… Read More
Noodling Over EDI Using C#
Years ago, I wrote an application in VBA for Excel to parse an 830 document and format the data into a useable worksheet. The code can process an 830 document (EDI text file) containing upwards of 2500 lines in less than 20 seconds all while creating and formatting the worksheet from scratch. The VBA code… Read More
Visual Studio 16.9 and 16.10 Preview 1
Visual Studio 16.9 and 16.10 Preview 1 bring many new features to enhance your coding experience. The best IDE is only a few clicks away. Read More
Silverfrost FTN95
Silverfrost Fortran FTN95 is an exceptional value and worthy of the annual maintenance contract. Read More
Visual Studio Community 2019 Preview 4.0
Released on February 9, 2021, Visual Studio Community 2019 4.0 gets even better. Read More
How to Create Excel Files in C#
How to Create and Read Excel files from your C# application. Read More
How to install gfortran on Windows 10
The MinGW Compiler Suite includes a FORTRAN compiler, a powerful language that is often over-shadowed by the more popular mainstream languages. Read More
