I opened a file using the Brackets code editor today and saw this notice on the bottom of the editor screen: Admittedly, I’m not a frequent user of Brackets. However, there are times when it was just the tool I needed to write a small piece of JavaScript or make minor changes to an HTML… Read More
C#, Excel, and SQL Server
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