phantomtypist

Results 84 comments of phantomtypist
trafficstars

For right now I'm just going to focus on implementing the unit testing with just the .NET Framework in mind. I'll worry about unit testing _everything_ when we eventually add...

Did you stand up a Memcached or Redis server to manage the tickets in a distributed fashion? If you don't do this in a distributed load balanced environment then each...

@TheHokieCoder any update on the MSSQL distributed ticket store repo/nuget package? If you're short on time and you feel comfortable dumping the code into that one repo for it go...

@TheHokieCoder it's okay if the code looks like poop :)

Can I get you to post up a sample app where you run into this problem? (e.g. in a temporary repo and link to it from here?) I'd just like...

@TheHokieCoder let me know if the automated building on AppVeyor fails. I think it may run into a problem and I'll need to fix it. If you do a push...

I'm in favor of just doing the implementation in .NET 4.5.x and fully sunsetting the .NET 4.0 and lower support in this project. At this point in time, people need...

Any objections from anyone deprecating support for anything lower than .NET 4.5.x?

I'd also like to know what .NET framework versions you would be targeting.

Support for Memcached using the [Enyim C# Memcached client](https://github.com/enyim/EnyimMemcached) the implemented in pull requests #39 and #38.