CDeutsch's Blog
Ramblings of a Computer Programmer & Amateur Motorsports Enthusiast
Showing posts with label
c#
.
Show all posts
Showing posts with label
c#
.
Show all posts
Tuesday, August 28, 2012
Force Content Types to Json in .NET WebApi
›
I ran into a situation where I couldn't set the Content-Type header in the http request client I was using. ( Crossrider's appAPI....
Tuesday, September 6, 2011
Entity Framework Code First Error: Could not create constraint
›
While using Entity Framework Code First you will run into an error similar to the one below if you create objects that have a circular refer...
Tuesday, March 22, 2011
Get Mime Type From File Extension using C#
›
I thought this would be built into .NET but I guess it's not. The first way to do this is to use the registry like Kaushik Chakraborti ...
›
Home
View web version