Net Json Json Serialization I’ve been having fun trying to implement an idea I have. Part of the idea involves caching objects to memcached in Json format. The idea being that the object saved to memcached wouldn’t
Net Proxy Use Fiddler with .Net Application I often need to watch communication between a web service and my application. The best way I’ve found is to configure my app to use Fiddler as a proxy between my application and
Net Asp-net Beware Dynamic User Controls in a Web Farm Many large sites utilize a web farm with a load balancer. The load balancer will cycle through each server in the farm for each request. Today I assumed our load balancer had persistence.
Net C How to Convert Integers to Strings in C# I’ve been working with converting strings to integers and have a few options at my disposal.
Net Closure Anonymous Delegates I never thought I would use anonymous delegates mostly because I didn’t fully understand what benefit they could give me.
Net Asp-net Forms Authentication and Cookies I encountered a strange problem this morning when I tried to turn on Authentication to the ASP.NET 2.0 Website.
Net Soap and Fiddler A coworker told me about a strange error he was getting when trying to call a webservice with an ASP 2.0 application. My first thought was, use Fiddler and inspect the soap call
Net Enterprise Library - Data Access Block The Enterprise Library from Microsoft is a great framework to quickly get started with coding.
Net Code-generation Generate CRUD Seeing how I’m working on a project that deals with a SQL database and several tables, I decided I didn’t want to mess around with writing all the code for my data CRUD
Net Talks .Net Development Trees part II I’ve found that taking thought in setting up your project development tree can really help with unit testing and having continuous integration for you projects.
Net Talks .Net Development Trees part I During Desert Code Camp, I put on a presentation called Setting up .Net Development Trees and promised to put up the notes from that presentation. So this is the first installment of that
Net Talks Desert Code Camp Thanks to everyone who attended the session I put on at Desert Code Camp, Setting up .NET Development Trees.
Net Logging How to Implement logging We are getting ready to send our first child off to kindergarten and I wish I could be a fly on the wall to see how he enjoys his first day of school.