Geeks with Blogs
HomeAbout
  • Mirror git and mercurial repos the lazy way
    I 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…
    Greg Malcolm · 2012-03-17
  • SharePoint 2010 MSDN Labs
    Eric Ligman, from Microsoft, posted a great blog post this week listing all of the SharePoint 2010 Virtual Labs that are available from Microsoft. His…
    Kelly Jones · 2012-03-16
  • How to nest transactions nicely - "begin transaction" vs "save transaction" and SQL Server
    Do 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…
    Brian Biales · 2012-03-15
  • C++ Little Wonders: The C++11 auto keyword redux
    I’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…
    James Michael Hare · 2012-03-15
  • How to join two collections with LINQ
    How 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…
    Justin Greenwood · 2012-03-15
  • Date Dimension: use date in YYYYMMDD format if your granular level is a single date
    It 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…
    Kevin Shyr · 2012-03-14
  • 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.…
    Etienne Giust · 2012-03-13
  • Using HTML5 Today part 1–Simplify your syntax
    This 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…
    Steve Albers · 2012-03-13
  • Android–Setting up a Kindle Fire emulator
    Developing 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…
    Bill Osuch · 2012-03-13
  • RhinoMocks - How to intercept a and re-direct a method call to a stub using the original parameters
    Suppose I have a stubbed interface acting as a proxy for the real object: IDatabase databaseStub = MockRepository.GenerateStub<IDatabase>(); Now suppose I…
    cdpcodingblog · 2012-03-13
  • Cats Paws - walking across the page - jQuery
    Tuesday, 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…
    TJ · 2012-03-13
  • HTML5–Challenges and Opportunities
    The new HTML standard is part of a proliferation of challenges and opportunities that developers face today: Going back 10 years ago, Internet Explorer…
    Steve Albers · 2012-03-12
  • WinDBG: How to load specific version of mscordacwks.dll for debugging crash dumps
    If 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…
    Rupreet Singh Gujral · 2012-03-12
  • 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
    Michael Freidgeim · 2012-03-10
  • Specifying new screen resolutions for ubuntu in a virtual box
    Specifying new screen resolutions for ubuntu in a virtual box Per default ubuntu offers screen resolutions which does not fit for my laptop. My panel…
    Marko Apfel · 2012-03-06
  • The gestures of Windows 8 (Consumer preview): part 1
    This 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…
    Laurent Bugnion · 2012-03-05
  • Building a RESTful API - A Followup to John Sheehan
    For 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…
    Sean Fao · 2012-03-04
  • Exchange 2010 UM and virtualization requirements
    A large portion of my work consists of designing Exchange 2010 environments for customers all around the world. Recently I was working on an assignment…
    Kay Sellenrode · 2012-03-02
  • Setting SharePoint regional time zone settings
    Recently 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…
    Wade Salley · 2012-02-28
  • Going from “domain\username” to Display name in SharePoint
    While 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…
    Enrique Lima · 2012-02-27
← Prev1…535455…227Next →
Geeks with Blogs

A community archive of developer blogs and technical articles, preserved at their original URLs.

Browse

HomeAboutArchive
© 2026 Geeks with Blogs. Posts by their original authors.