With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
Latest Tips Articles
Lesson Learned: The Need for a Domain Language
Translation costs time and money, and can affect the quality of the product being made. Make sure all your team members speak the same language.
Boxing and Unboxing in VB.NET
The concepts of boxing and unboxing data might be second nature for many, but for newbies it's worth covering. And, the "old hands" may learn something new, as well.
Ten Tips to Being a Great VB Developer
Step out from under C++'s shadow and recognize VB as the powerhouse it's become.
Installing SQL Server 2008
Need your server and your site up and running quick? Let Greg Larsen show you what you need to know to get SQL Server running and configured.
A Web Developer's Look at Windows 7
The new Windows 7 user interface features can offer Web developers significant productivity gains in terms of organizing, finding, and navigating to commonly used resources. This article introduces you to the improvements which can cut significant time from otherwise mundane daily workflow tasks.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Using Visual Basic to Create PDFs from Images
Explore how to convert images to a PDF document and how to combine two PDF documents into one.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.