We are innovation, applying superior technique, skill and technology to propel businesses and developers into the future.
A custom dictionary whose items expire at configurable variable times. Internally uses a Concurrent Dictionary to better support thread safety and concurrent threads.
Read MoreDemonstrate a polling component in c-sharp to repeat and action at specified intervals and perform the work on a worker thread - leaving the main application thread to continue its own work (updating the UI).
Read MoreA very efficient and brief example on how to execute a task on a timer at specified intervals. The example does not use a timer class, but provides an interesting approach to multi-threading and addressing repetitive work loads.
Read MoreSolve the problem of OutputCache in your development environment. Enable ouput caching when the application is published/live but disable when the application is running locally or in debug mode.
Read MoreEasily generate consistent method or class based unique keys. Great for using in cases where the same key is always required under certain circumstance without hard-coding string within you application.
Read MoreGet/extract column names using SQL SELECT statement. Using MS SQL Server information tables to extract meta-data
Read More