- 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 have changed the face of concurrent progra…
- 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 the subject headings contained ni the file. I…
- 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/)
- My somewhat colorful non-spoileriffic review of Aquaman (aka Wet Thor)!My somewhat colorful non-spoileriffic review of Aquaman (aka Wet Thor)!
- 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 I will enjoy it while it lasts. Every 3 mo…
- Remove empty lines in text using Visual Studio.Visual Studio has ability to delete empty lines in replace operation using regular expressions.
- 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, and when the CLR garbage collector detects …
- 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 exceptions will be neatly taken care of. Unless …
- 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 three distinct characteristics: reusability, m…
- Wake On LAN remotely via your broadband connection – with a LinkSys WRT54GI 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 three days a week, and being a hippy environmental type…
- 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 many lines of code it takes for this, but it’…
- Replatforming Guide: Pros, Cons, and Impact - Geeks with BlogsDeciding to replatform is no small feat; it’s like setting sails for new horizons with your digital presence.
- BizTalk Server 2006: The Compensation ModelThe compensation model in BizTalk Server 2006 provides a versatile mechanism for addressing an extensive range of business process scenarios. It is used in situations where some condition arises th…
- Export GridView to Excel Complete Code!Here is the complete code to Export GridView to Excel:
- Loading pages in IFRAME dynamically from codebehind – ASP.NETClick here for a Video version of this Article
- MOST POPULAR TOPIC<table><tbody><tr><td><a href="https://geekswithblogs.net/akraus1/archive/2009/11/22/136473.aspx">Automatic Null Checks</a><a href="https://geekswithblogs.net/akraus1/Default.aspx">Alois Kraus</a>&…
- New Visual Studio 2017 Extension – Code Search (VS Text Editor)!(https://geekswithblogs.net/wp-content/uploads/2024/01/Logo-96138880.png)
- Useful .NET Delegate InternalsDelegates in .NET are a very handy addition to the language. With the introduction of LINQ they did become mainstream and everyone is using them or is at least finding them cool. But what the CLR i…
- Visual Studio user settings per project/solution – updateThe other day, I posted about a feature request submitted to Microsoft Connect. Well, it ended up getting 21 votes before Microsoft closed it as “Closed (Won’t Fix)”. The comment they left was
