- Mirror git and mercurial repos the lazy wayI maintain Python Koans on mirrored on both Github using git and using mercurial. I get pull requests from both repos but it turns out keeping the two…
- SharePoint 2010 MSDN LabsEric Ligman, from Microsoft, posted a great blog post this week listing all of the SharePoint 2010 Virtual Labs that are available from Microsoft. His…
- How to nest transactions nicely - "begin transaction" vs "save transaction" and SQL ServerDo you write stored procedures that might be used by others? And those others may or may not have already started a transaction? And your SP does several…
- C++ Little Wonders: The C++11 auto keyword reduxI’ve decided to create a sub-series of my Little Wonders posts to focus on C++. Just like their C# counterparts, these posts will focus on those features…
- How to join two collections with LINQHow to join two collections with LINQ Here is a simple and complete example of how to perform joins on two collections with LINQ. I wrote it for a friend…
- Date Dimension: use date in YYYYMMDD format if your granular level is a single dateIt still surprises me how many people set up the DateDimID as Identity(1, 1). If you use YYYYMMDD format, then on some reports, you can even display the…
- UnitTesting Controller DataAnnotation Validation in MVC3 : ModelState.IsValid always true ?Testing for ModelState.IsValid when unit testing your controller is not straightforward, since the Model Binding is responsible for validating you model.…
- Using HTML5 Today part 1–Simplify your syntaxThis is the first in the series of demos from the “Using HTML5 Today” talk. One of the great features HTML5 offers is the chance to minimize some of the…
- Android–Setting up a Kindle Fire emulatorDeveloping for the Kindle Fire is pretty much the same as developing for any other Android device (aside from Amazon’s long review process…). Amazon’s…
- RhinoMocks - How to intercept a and re-direct a method call to a stub using the original parametersSuppose I have a stubbed interface acting as a proxy for the real object: IDatabase databaseStub = MockRepository.GenerateStub<IDatabase>(); Now suppose I…
- Cats Paws - walking across the page - jQueryTuesday, March 13, 2012 9:09 AM This is just a little script to have cat paws walking across the page using jQuery. I searched for something similar, but…
- HTML5–Challenges and OpportunitiesThe new HTML standard is part of a proliferation of challenges and opportunities that developers face today: Going back 10 years ago, Internet Explorer…
- WinDBG: How to load specific version of mscordacwks.dll for debugging crash dumpsIf anyone of you has debugged managed crash dumps, I am sure you must have come across a situation when debugger keeps telling you it’s not able to load…
- Custom HTTP response header to identify server in a farm.We wanted to follow recommendation from http://omaralzabir.com/best\practices\for\creating\websites\in\iis\6\0/ to
- Specifying new screen resolutions for ubuntu in a virtual boxSpecifying new screen resolutions for ubuntu in a virtual box Per default ubuntu offers screen resolutions which does not fit for my laptop. My panel…
- The gestures of Windows 8 (Consumer preview): part 1This blog post started as a simple one, but grew to be quite large and time consuming. I am splitting it, because I really want to publish the first…
- Building a RESTful API - A Followup to John SheehanFor those of you that missed it, Rob Conery offered a challenge a couple nights ago to build an API for Tekpub. In response to this, a few different…
- Exchange 2010 UM and virtualization requirementsA large portion of my work consists of designing Exchange 2010 environments for customers all around the world. Recently I was working on an assignment…
- Setting SharePoint regional time zone settingsRecently I had a user come up and state that when they would make a new announcement the time would be off by 2 hours. They said they had checked the…
- Going from “domain\username” to Display name in SharePointWhile at a client location this week I ran into the situation of their SharePoint deployment recognizing a handful of people by their Display Name and…
