- Troubleshooting exchange web servicesSince exchange versions from 2007 and up put more emphasis on the webservices for use in the distribution of the offline address book, out of office, the scheduling assistant and autodiscover (a.k.…
- MSDN vs. TechNetFor a period of time, I have access to both an MSDN and a TechNet subscription. Both offer Microsoft software for download. I wondered what the similarities and differences were between the two sub…
- How to use Cassandr's sstableloaderI recently need to migrate all the data from a Cassandra cluster on EC2 into a Cassandra cluster that was behind our private firewall. Not only that, but the cluster ring sizes of the source and de…
- Tutorial: Create Custom External Services in Azure AppFabric June CTPOne of the first things I wanted to do after installing the Azure AppFabric June CTP was to create an AppFabric application that used the Bing Map SOAP services. That was when I hit my first roadbl…
- TFS Backup Plan Wizard - A backup plan already exists for the TFS ConfigurationRecently moved from TFS 2010 server to another TFS 2010 server and trying to configure a backup plan using the Backup plan wizard that comes along with the TFS Power Tools. The tool allows you to s…
- Avoiding FxCop Warning CA0060Okay, so the title may have been a little misleading. I'm not going to show you how to avoid warning CA0060, but how to avoid your build failing because of this warning.
- XNA Multiplayer Games and Networking· XNA communication must by default be lightweight – if you are syncing game state between players from the Game.Update method, you must minimize traffic. That game loop may be firing 60 times a se…
- AppKata - Enter the next level of programming exercisesDoing CodeKatas is all the rage lately. That´s great since widely accepted exercises are important to further the art. They provide a means of communication across platforms and allow to compare re…
- C#/.NET Fundamentals: Choosing the Right Collection ClassThe .NET Base Class Library (BCL) has a wide array of collection classes at your disposal which make it easy to manage collections of objects. While it's great to have so many classes available, it…
- DataObjects.Net Beta2 SalesPoint Sample in MySqlAfter Dmitri posted DataObjects.Net beta2 last night, I couldn’t wait but test the security framework included. If you have been watching you may know that I worked on the provider for MySQL for Da…
- Re-installing WAN miniport devicesJust ran across an issue where the miniport devices were accidently removed from a system. Not having these installed caused the system to have network driver installation and connectivity issues.
- Detecting browser 'Refresh' from Code behind in C#Detecting browser 'Refresh' from Code behind in C#
- Documenting Link Relations with Web APIIn a previous post, I talked about how to build your own custom Media Type Formatter with the WCF Web API. In this post, I used HAL as the media type to expose an API for Nerd Dinner. There are a c…
- Resolve 404 in IIS Express for PUT and DELETE VerbsResolve 404 in IIS Express for PUT and DELETE Verbs
- Cloud Lesson Learned: Exponential BackoffThis blog is the first one of a series of blogs addressing programming practices and lessons learned related to cloud computing. While most developers will be familiar at least conceptually with th…
- A Custom DNS Name for my SQL Azure Database ServerThe published SQL Azure documentation indicates that authentication may require the suffix "@servername" attached to your username (where servername is your SQL Azure server name), but there is lit…
- TF42064: The build number already exists for build definition error in TFS2010In TFS2008, deleting a build removes it from the database itself. If you delete a build called Build\20110423.1 or 1.0.0.1 from Build Explorer and trigger the build again then you will see that new…
- C#/.NET Little Wonders: The Any() and All() Extension MethodsOnce again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can really help improve your code by making it easier to write and maintain.
- Reorder Your Accounts in ThunderbirdEver wanted to re-order your Thunderbird accounts?
- Windows Azure Storage ExplorerI found a very good Azure Storage utilites list and I want share it with you guys.
