Pinned Repositories
DbSync
Near real-time replication of data from MySql to SqlServer.
InvokeMySqlCmd
STOP!!! This module is no longer maintained. See README.
InvokeQueryPowershellModule
A Powershell module of Cmdlets for querying most types of databases.
ProtoBombe
A code implementation of Alan Turing's bombe.
QueryHelper
The anti-orm database query tool. You give it SQL, it handles everything else.
ctigeek's Repositories
ctigeek/InvokeQueryPowershellModule
A Powershell module of Cmdlets for querying most types of databases.
ctigeek/DbSync
Near real-time replication of data from MySql to SqlServer.
ctigeek/QueryHelper
The anti-orm database query tool. You give it SQL, it handles everything else.
ctigeek/InvokeMySqlCmd
STOP!!! This module is no longer maintained. See README.
ctigeek/ProtoBombe
A code implementation of Alan Turing's bombe.
ctigeek/SqlServerCache
A .NET library for using Sql Server as an in-memory cache (comparable to memcached).
ctigeek/awesome-tech-conferences
:loudspeaker: A curated list of upcoming technical conferences
ctigeek/CryptoExamples
Cryptography examples with unit tests.
ctigeek/CSharpQueryHelper
A class that utilizes functional constructs to help manage sql connections, commands, parameters, and transactions.
ctigeek/DotNetOpenStackAPIHelper
A windows desktop application written in .NET 4.5 for making calls to an OpenStack compute API.
ctigeek/GenericLoggingHelper
Support both log4net and NLog in your libraries with this generic layer.
ctigeek/NodeXmlDeserializer
XML de-serializer package for Node.
ctigeek/EntityFrameworkQueryHelper
Build queries based on parameters passed in from an MVC controller (or other source).
ctigeek/ExampleServiceFabric
An example Visual Studio solution for an Azure Service Fabric application with two WebAPI services.
ctigeek/FileAuditManager
Creates and stores a hash of a windows directory and verifies that the contents have not changed.
ctigeek/KatanaWebApiTemplate
A bare-bones project for a WebApi using self-hosted (windows service) Katana/Owin.
ctigeek/mongo-express
Web-based MongoDB admin interface, written with Node.js and express
ctigeek/NHibernate-Caches
Implements AES encryption for anything that goes into the cache.
ctigeek/PerfMonDataCollector
Collect Performance counter data and insert into Elasticsearch.
ctigeek/razor
Powerpoint deck and sample code from Razor tech talk.
ctigeek/RSACryptographicStream
Stream classes for encryption/decryption using AES with an RSA wrapper.
ctigeek/ScheduledTaskAlertService
Checks scheduled tasks periodically for failure, and sends an email.
ctigeek/SqlAlertService
Make Sql Queries and send email alerts (via Mailgun) based on the results.
ctigeek/SqlUnitTestHelper
Library for Mocking dbConnection, dbCommand, etc.
ctigeek/TestMemcachedVsSqlServer
Comparing memcached and Sql Server in-memory tables for caching.
ctigeek/WindowsServiceTemplate
A template with all the common structure for a windows service, including logging.