David Hoerster
4 posts.
- IIS 7’s Sneaky Secret to Get COM-InterOp to RunIf you’re like me, you don’t really do a lot with COM components these days. For me, I’ve been ‘lucky’ to stay in the managed world for the past 6 or 7…
- JSON.net and Deserializing Anonymous TypesI had a situation where I had to deserialize a small chunk of JSON-formatted data and I didn’t want to create a class for it since it was a very specific…
- JSON.NET Custom Converters–A Quick TourI have to admit that I’m a basic user when it comes to JSON serialization/deserialization. I’ve used and the DataContractJsonSerializer. I’ve read that…
- ASP.NET Membership Password Hash -- .NET 3.5 to .NET 4 Upgrade Surprise!I'm in the process of evaluating how my team will upgrade our product from .NET 3.5 SP1 to .NET 4. I expected the upgrade to be pretty smooth with very…
