Introducing IronPython
IronPython is an easy-to-learn yet surprisingly powerful language for .NET development. Find out how it differs from C# and Visual Basic while still leveraging your existing .NET knowledge.
The Role of Device, Media and Call Control in Intelligent Communications
Enterprises today face a dizzying array of communications options ranging from basic telephony to contact center infrastructure to unified communications solutions with advanced collaboration tools supporting integrated voice, video, data and presence capabilities. As an application developer, you're likely being asked to look at how the integration of communications into your enterprise portals, desktop applications or even back office systems can help your company be more agile and competitive in an increasingly complex marketplace.
Uniform and Convenient Initialization Syntax
Not only does C++98 have four different syntactic forms for initializing class objects, POD aggregates, char arrays and scalar types, it doesn't let you initialize member arrays and dynamically allocated arrays at all. Learn how C++0x fixes these flaws with a uniform and intuitive initialization syntax.