The Wayback Machine - https://web.archive.org/web/20140129142044/http://www.codeguru.com:80/csharp/csharp/cs_syntax/enumerations/

Latest Enumerations Articles

Flags Enumerations

The documentation on Microsoft's flags enumerations is rather sketchy at best, but offers a more ideal solution for a great many problems. The problem is, with such little documentation it can be very time consuming to figure out how to use them correctly. Here is a small walkthrough explaining a relatively simple means of interacting with them through use of the bitwise OR operator.

Latest Developer Videos

More...

Latest CodeGuru Developer Columns

MFC Integration with the Windows Transactional File System (TxF)

The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.

.NET Framework: Collections and Generics

The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

How to Push Data from Server to Client Using SignalR

SignalR is an Asp.Net library that pushes data to a wide variety of clients. The burden of worrying about which server push transport to use and deciding on the fallbacks has been removed from developers. Read on to learn more.

Top White Papers and Webcasts

  • Today's business leaders often talk about data streams. Eventually, those streams will become rivers that dump into lakes, then seas, and finally oceans. Your organization's ability to navigate these data flows will be a far more important differentiator from competitors than virtually any other. Downtime is no longer an option for any business that wants to be taken seriously. Botched migrations, upgrades and backups aren't just inconvenient; they can cost millions. Ensuring continuous high availability …

  • Off the rack CRM doesn't fit every business. Are you better off with a customized solution that addresses your unique business challenges? This new white paper will help you decide if a more advanced solution is worthwhile. Our CRM expert gives you an honest breakdown of general and customized CRM information, including: Customized CRM considerations Pros and cons of a customized system Business requirements for any CRM system And more! Customized CRM may be the answer for your company...or may not be. …

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds