Geeks with Blogs
HomeAbout
  • OOP as if you meant it
    Today´s mainstream object orientation is not what Alan Kay, the inventor of the term, intended: > I invented the term object-oriented, and I can tell you…
    gwbarchive
  • App_Offline.htm, taking site down for maintenance
    There is much simpler and graceful way to shut down a site while doing upgrade to avoid the problem of people accessing site in the middle of a content…
    gwbarchive
  • ASP.NET Membership Password Hash — .NET 3.5 to .NET 4 Upgrade Surprise!
    I’m in the process of evaluating how my team will upgrade our product from .NET 3.5 SP1 to .NET 4. I expected the upgrade to be pretty smooth with very…
    gwbarchive
  • C# Little Wonders: The ConcurrentStack and ConcurrentQueue
    Once again we consider some of the lesser known classes and keywords of C#. In the next few weeks, we will discuss the concurrent collections and how they…
    gwbarchive
  • CAN’T VIEW CHM FILES IN IE7 – A FIX
    If you are having problems viewing CHM files (like the new WCF documentation CHM files), you might be seeing a blank IE screen when you click on any of…
    gwbarchive
  • IoC in .NET part 3: Ninject 2 beta
    I wanted to use Ninject 1.0 but I discovered that it didn’t support named binding, and didn’t know how to resolve multiple bindings to an array.
    gwbarchive
  • Missing an item template in Visual Studio 2005? Try this... - Geeks with Blogs
    [ ](https://geekswithblogs.net/aimee/what-is-replatforming/) Deciding to replatform is no small feat; it’s like setting sails for new horizons with your…
    gwbarchive
  • My somewhat colorful non-spoileriffic review of Aquaman (aka Wet Thor)!
    My somewhat colorful non-spoileriffic review of Aquaman (aka Wet Thor)! TL;DR: It’s fucking wonderful. See it.
    gwbarchive
  • Open Source Framework and Library Recommendations
    As the technical editor for the UK MSDN Flash I get surprisingly free rein to decide what content to place in it. I suspect one day they will notice – but…
    gwbarchive
  • Remove empty lines in text using Visual Studio.
    Visual Studio has ability to delete empty lines in replace operation using regular expressions. 1.Click Ctrl-H (quick replace) 2\. Tick “Use Regular…
    gwbarchive
  • Speedy C#, Part 2: Optimizing Memory Allocations – Pooling and Reusing Objects
    In C#, Visual Basic.NET, C++/CLI, J# – the list goes on – we’re freed from having to worry about our memory management. Objects take care of themselves,…
    gwbarchive
  • Uncaught exceptions in Task threads will kill IIS – even with WCF error handling
    Yes, all unhandled exceptions will kill the IIS worker process, but in WCF you can tag an IErrorHandler onto your service behavior and all unhandled…
    gwbarchive
  • Using Interfaces – Design by Contract
    An argument for Interface based design and programming For software to survive in the ever-changing jungle of the production environment, it must have…
    gwbarchive
  • Wake On LAN remotely via your broadband connection – with a LinkSys WRT54G
    The problem I am moving my server and main development system out of a home office into rented office space. As I’m only going to be in the office two of…
    gwbarchive
  • XSLT – format date
    I had someone ask today how to format a date in xslt 1.0. I thought it was worth posting the answer I gave. I hope you find it useful. It’s amazing how…
    gwbarchive
  • Replatforming Guide: Pros, Cons, and Impact - Geeks with Blogs
    - January 27, 2024 - Aimee Writer ! Deciding to replatform is no small feat; it’s like setting sails for new horizons with your digital presence.
    aimee
  • BizTalk Server 2006: The Compensation Model
    Introduction The compensation model in BizTalk Server 2006 provides a versatile mechanism for addressing an extensive range of business process scenarios.…
    gwbarchive
  • Export GridView to Excel Complete Code!
    Here is the complete code to Export GridView to Excel: using System; using System.Data; using System.Configuration; using System.Collections; using…
    gwbarchive
  • Loading pages in IFRAME dynamically from codebehind – ASP.NET
    Click here for a Video version of this Article Most of us who develop Web Applications would have used an IFRAME during some stage of our lives. IFRAME’s…
    gwbarchive
  • MOST POPULAR TOPIC
    <table><tbody><tr><td><a href="https://geekswithblogs.net/akraus1/archive/2009/11/22/136473.aspx">Automatic Null Checks</a><a…
    gwbarchive
← Prev1…217218219…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.