Geeks with Blogs
HomeAbout
  • Creating an XNA GameComponent in Windows Store Apps
    It was unofficially announced yesterday that XNA has officially hit the end of its life. Fortunately, as mentioned in the last post, I'm working on…
    Chris Gardner · 2013-01-31
  • Windows Store DirectX C++ Sample Base
    I’ve been working on this on and off for over a year now (having essentially restarted entirely in the latter half of 2012). At last it is finished. I…
    Michael B. McLaughlin · 2013-01-31
  • Why SQL TOP may slow down your query and how to fix it
    ABSTRACT This article shows that adding a TOP clause to the SQL SELECT query may greatly increase its execution time. It also shows very effective…
    Martinez · 2013-01-30
  • Change the Maxsize and Filegrowth of a datafile and a logfile
    If you need to alter a database file and logfile to change their maxsize and filegrowth settings, here is a small script that might help you
    remko · 2013-01-30
  • Beware Singletons that Raise Events
    This blog post has moved: http://gruffcode.com/2013/01/27/beware-singletons-that-raise-events/
    Jesse Taber · 2013-01-27
  • Model Binding using Expression Trees
    object Bind(object requestDto, NameValueCollection formData) { var propertyGroups = formData.AllKeys.Where(x => x.Contains('.')).GroupBy(x =>…
    Jon Canning · 2013-01-24
  • Poor, confused C# compiler
    The C# compiler is a pretty good thing, but it has limitations. One limitation that has given me a headache this evening is its inability to guard against…
    Charles Young · 2013-01-22
  • TFS Build: Running Static Code Analysis for Specific Configuration
    Moved to http://blog.ehn.nu/2013/01/20/tfs-build-running-static-code-analysis-for-specific-configuration/
    Jakob Ehn · 2013-01-20
  • Quartz.Net Windows Service on Server Important Configuration Steps To Remember
    Are you running Quartz.Net as a windows service on a remote server and trying to connect to it from a client to schedule jobs? Then I would highly…
    Tarun Arora [Microsoft MVP] · 2013-01-19
  • WinRtAuthorizer–A Better Way to do OAuth with LINQ to Twitter in Windows 8
    Last July, I blogged about how to do OAuth in Windows 8 with: https://geekswithblogs.net/WinAZ/archive/2012/07/02/using-linq-to-twitter-oauth-with-windows-…
    Joe Mayo · 2013-01-19
  • The Golden Rule of Programming
    There is one particular issue that seems to be the root of most bugs in software programs. I see it over and over and over. Like most programmers, it has…
    Matt Watson · 2013-01-18
  • Simple way to bind an Enum to a DropDownList in MVC
    I have always been surprised that this was not already baked into the framework, but it turns out it is fairly easy to add. There are just a few steps.
    Nick Harrison · 2013-01-16
  • ASP.NET MVC 4 pluggable application modules
    ASP.NET MVC 4 pluggable application modules Original article by Nilesh Hirapra, February 29th, 2012 Updated and revised by Cory Koski, January 15th, 2013
    Cory Koski · 2013-01-15
  • GetValueOrDefault() For An Expression of Arbitrary Length Using Expression Trees
    This blog now lives here.
    Steve Wilkes · 2013-01-10
  • My Thoughts on the future of BizTalk - Post BizTalk Summit 2012
    I thought I’d brain dump a few thoughts after the recent BizTalk summit and how some of the information will help shape solutions with the customers whom…
    Michael Stephenson · 2013-01-08
  • APress Deal of the Day 4/Jan/2013 - Metro Revealed: Building Windows 8 apps with XAML and C#
    Today's $10 deal of the day from APress at is Metro Revealed: Building Windows 8 apps with XAML and C# "The key features of developing for Microsoft’s…
    TATWORTH · 2013-01-04
  • Chapter Review: The Utility Database (by Chris Shaw) and how it applies in Cloud Computing
    Sometimes you end up reading a great chapter and feel like writing a review about it… well here it is! Smile Chris Shaw (@SQLShaw,…
    Herve Roggero · 2013-01-03
  • Presenting VS2012 at VBUG Bristol on 16 Jan 2013
    Let’s start with a few interesting facts about Bristol, - Bristol is located just 120 miles west of London. - It is the largest city in the south west of…
    Tarun Arora [Microsoft MVP] · 2013-01-03
  • Google Code Prettify for geekswithblogs.net
    This blog post is based on the information I found from this blog post https://geekswithblogs.net/wesm/archive/2009/11/13/syntaxhighlighter-with-subtextgwb…
    Soe Tun · 2013-01-02
  • YAGNI and Professional Code
    This blog post has moved: http://gruffcode.com/2012/12/31/yagni-and-professional-code/
    Jesse Taber · 2012-12-31
← Prev1…404142…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.