• Skip to primary navigation
  • Skip to main content

Josh Withee

  • Home
  • Blog
  • Contact
  • Show Search
Hide Search

C#

C# DataTable to CSV

Josh Withee · March 31, 2022 · Leave a Comment

Extension methods for dumping a C# DataTable to a CSV file or string. …

[Read more...] about C# DataTable to CSV

C#: Track Performance of Database Calls

Josh Withee · February 24, 2022 · Leave a Comment

Plug-n-play thread-safe C# utility class for determining which database calls are slowing down your application. Examples: …

[Read more...] about C#: Track Performance of Database Calls

Simple C# Cache

Josh Withee · February 23, 2022 · Leave a Comment

A plug-n-play thread-safe cache that can be dropped into any C# application. Notes: The active parameter exists for easy disabling of the cacheIf you are caching objects (i.e. T is a reference type) you should supply a clone function that is more efficient than the default …

[Read more...] about Simple C# Cache

Copyright © 2023