Robert May
10 posts.
- Sql Server 2016, Entity Framework and .net 4.5.1Ran into an interesting bug today. I’m working with a client that’s using .net 4.5.1, EF 6.1.3, and is in the process of upgrading to SQL Server 2016.
- PackBits in C#If you do a search for PackBits and C#, you don’t find much. I found an Objective C implementation, a C implementation, the Apple Guidelines from 1996,…
- DBDeploy.Net 2We’ve used dbdeploy.net on a number of projects and have found it to be a useful tool, especially around CI environments. We recently started a Windows…
- Physician, Heal Thyself–ScrumMaster, Master ThyselfIn the New Testament in Luke 4:23 Jesus speaks of a proverb, “Physician, Heal Thyself.” What, you may ask, does this have to do with being a good…
- Extending Unityis a great IoC container. One thing that is lacking, however, is the ability to automatically resolve requests without some kind of mapping. In the past,…
- Messing with the TeamGood Product Owners will help the team be the best that they can be. Bad product owners will mess with the team and won’t care about the team. If you’re a…
- ClickOnce, Mage and Visual Studio 2008 (includes fix)A few days ago I wrote about issues I was having with Mage and click once. Basically, I was always getting the following when I'd try to install the click…
- log4net and changing the logger levelsRecently I had the need to change the logging level for all loggers due to the need to hit the logging statements for NCover. This was harder than it…
- Overriding the ToString() function of an enum.I like enums, but sometimes I wish I could provide a better mechanism for getting the descriptive name for the enum.
- Http Post in C#Searched out on the internet and didn't really find anything that was horribly succinct, so I wrote this class for fun. I had help from…
