Android Development: Generating an EAN13 Barcode
Read along as we look at the process of generating an EAN13 bar code on the Android screen.
Android Development: Generating an EAN13 Barcode
Read along as we look at the process of generating an EAN13 bar code on the Android screen.
Use your C++ Programming skills to create a special list control that allows a control to be inserted in a particular cell.
Faster Microsoft C++ Programming With The MFC Class Wizard
During the glory days of MFC and ATL in the 1990s and early 2000s, The Visual C++ class wizard was a highly-used and useful IDE tool that simplified life for developers. The re-introduction of the class wizard, after the absence of a decade, demonstrates commitment to the 'glory day's' ideal and adds simplicity to class management tasks inside the IDE.
Microsoft Visual Studio: Secure CRT Functions
Discover how to deal with C4996 warning, what secure CRT functions are and how to correctly use them.
[Updated] C++ Programming: Stack Allocators for STL Containers (not yet reviewed)
This article describes how to create stack based allocators for use with STL containers.
Top 6 Ways to Improve Your .NET Framework Code
Laura Kihlken demonstrates a few tips that can help you improve your .NET Framework code.
USING VC++ .NET |
Faster Microsoft C++ Programming With The MFC Class Wizard
During the glory days of MFC and ATL in the 1990s and early 2000s, The Visual C++ class wizard was a highly-used and useful IDE tool that simplified life for developers. The re-introduction of the class wizard, after the absence of a decade, demonstrates commitment to the 'glory day's' ideal and adds simplicity to class management tasks inside the IDE.
.NET NUTS & BOLTS |
.NET Framework: Use Your Own Cache Wrapper to Help Performance
See how you can use the .NET framework to create your own wrapper classes in C# programming to help boost your application performance when accessing a bunch of reference or other look-up type data that you frequently use.
VISUAL BASIC TODAY |
SQL CLR Integration in SQL Server 2008
Is some of your business logic in code and some in SQL Server? Then, just call the SQL from the .NET framework and the .NET framework from SQL with CLR integration. Here are all the steps you need to get started.
PROGRAMMING INSIGHTS |
Microsoft .NET Framework 4.0 Task Parallel Library Continuations
Task Continuations allows developers to create interdependencies between tasks. The interdependencies can involve simple execution in response to task completion or aggregated exception handling among tasks. Read along to learn more.
Many movies today show futuristic computing systems. This includes screens that can materialize in the air in front of the user and then be controlled with the appearance of touch and gestures. While displaying a screen in thin air...
I receive a large number of press releases about events happening in the industry. This week I was sent an initial result from last Fall's Gartner's Application Architecture, Development, & Integration Summit. At this summit, Serena Software polled hundreds of...
My team was involved with a great project this week. That project was to stream a live event on one of our sites. In fact, the event is streaming live at www.DevX.com/RIA as I write this blog entry. Streaming this...