- OOP as if you meant itToday´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…
- App_Offline.htm, taking site down for maintenanceThere 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…
- 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…
- C# Little Wonders: The ConcurrentStack and ConcurrentQueueOnce 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…
- CAN’T VIEW CHM FILES IN IE7 – A FIXIf 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…
- IoC in .NET part 3: Ninject 2 betaI 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.
- 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…
- 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.
- Open Source Framework and Library RecommendationsAs 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…
- 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…
- Speedy C#, Part 2: Optimizing Memory Allocations – Pooling and Reusing ObjectsIn 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,…
- Uncaught exceptions in Task threads will kill IIS – even with WCF error handlingYes, all unhandled exceptions will kill the IIS worker process, but in WCF you can tag an IErrorHandler onto your service behavior and all unhandled…
- Using Interfaces – Design by ContractAn argument for Interface based design and programming For software to survive in the ever-changing jungle of the production environment, it must have…
- Wake On LAN remotely via your broadband connection – with a LinkSys WRT54GThe 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…
- XSLT – format dateI 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…
- 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.
- BizTalk Server 2006: The Compensation ModelIntroduction The compensation model in BizTalk Server 2006 provides a versatile mechanism for addressing an extensive range of business process scenarios.…
- 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…
- Loading pages in IFRAME dynamically from codebehind – ASP.NETClick 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…
- MOST POPULAR TOPIC<table><tbody><tr><td><a href="https://geekswithblogs.net/akraus1/archive/2009/11/22/136473.aspx">Automatic Null Checks</a><a…
