- New Visual Studio 2017 Extension – Code Search (VS Text Editor)! It’s been quite some time since I’ve cracked open Visual Studio to create an extension freebie for all my fellow engineers. If you’re keeping up with…
- 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…
- 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…
- WCF vs Remoting – adjustments to my resultsI received comments to my blog (WCF vs. Remoting (with DataSet)- performance comparison) with some adjustments I could make to improve performance of the…
- Why You Should use a Single (Giant) TFS Team ProjectI seem to be spending a lot of time lately trying to convince clients that a single Team Project for the entire Enterprise is the way to go. To most…
- Windows Azure, the new Windows Cloud OS - 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…
- You may receive the error “It is an error to use a section registered as allowDefinition=’MachineToApplication’ beyond application level” in asp.netYou may get this error when trying to browse an asp.net application. The debug information shows that “This error can be caused by a virtual directory not…
- Tarun Arora - Visual Studio ALM MVP - Quartz.NetI had been given a business requirement to provide a self service Website for job scheduling. Having worked with Quartz.Net, it seemed the perfect backend…
- C# Null Coalescing Best Practices - Geeks with Blogs- January 27, 2024 - Aimee Writer !(/images/aimee/c-null-coalescing-best-practices/a3401e3f-null-coalescing-768x439.webp)
- Cycling the west highland way...<< it's not as if I have anything better to do with my time... | Home | webmessenger.msn.com - Web Based MSN Instant Messenger >>
- CMD - Programming (General)So, I am working on a Proof of Concept that integrates TFS 2008, Project Server 2007 and MOSS. After I create a site based upon a custom site template I…
- Android – Create a custom multi-line ListView bound to an ArrayListThe Android HelloListView tutorial shows how to bind a ListView to an array of string objects, but you’ll probably outgrow that pretty quickly. This post…
- ASP.NET SignalR: Building a Simple Real-Time Chat ApplicationIntroduction SignalR is a pretty new and very exciting feature in ASP.NET. It offers a simple and clean API that allows you to create real time web…
- C#: LINQ vs foreach – Round 1.So I was reading Peter Kellner’s blog entry on Resharper 5.0 and its LINQ refactoring and thought that was very cool. But that raised a point I had always…
- C#/.NET Little Pitfalls: Default Parameters are Compile-Time SubstitutionsC# is a wonderful language for modern programming. While everything in C# has a reason and a place, occasionally there are things that can be confusing…
- C#/.NET Little Wonders AnthologyThe following is the complete anthology of Little Wonders, Pitfalls, and Presentations. Enjoy! A new little puzzler will be coming out this week.
- C#/.NET Little Wonders: Constraining Generics with Where ClauseBack when I was primarily a C++ developer, I loved C++ templates. The power of writing very reusable generic classes brought the art of programming to a…
- C#/.NET Little Wonders: The LINQ Set Operations — they’re not just for math!Once again, in this series of posts I look at the parts of the.NET Framework that may seem trivial, but can help improve your code by making it easier to…
- C#/.NET Little Wonders: The String Split() and Join() methodsOnce again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easier to…
- C# Tutorial for log4netHere’s a short tutorial on how to use log4net in C# 1\. Get log4net from the apache website. 2\. Open your project with visual studio.
