Tomorrow's Web Standards
Paul Avery offers an overview of upcoming web standards, including HTML5, CSS3 and newer JavaScript updates.
Paul Avery offers an overview of upcoming web standards, including HTML5, CSS3 and newer JavaScript updates.
Read along as we look at the process of generating an EAN13 bar code on the Android screen.
This article introduces an revolutionary programming model powered by Direct RIA solution.Basically, it aims at leverage benefits of both server-centric and client-centric solutions, productivity + controllability.It is a server-centric solution plus client-side programming. Developers can boost their productivity using server-centric programming mode, and are allowed to choose client-side approach if necessary.
Work with a moving average in Java.
Enabled your applications to save the datetime columns in UTC/GMT time zones as well as convert datetime to local time zones based on users time zone preferences. (Java)
USING VC++ .NET |
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 NUTS & BOLTS |
.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...
VISUAL BASIC TODAY |
Input and Output with VB.NET 2010
The .NET runtime has everything you need to format your output and handle special characters. Both Visual Basic 2010 Express edition and Visual Studio 2010 help you with Intellisense if you can't remember the syntax. This article explores simple console input and output and shows you how to get it done.
PROGRAMMING INSIGHTS |
Creating OData Entries in WCF Data Services
To fully exploit Open Data Protocol (OData) with WCF Data Services there are classes and interfaces a .NET app must instantiate or implement. Using a sample WCF Data Services application, this article explains how to implement data creation on an OData Endpoint.