Introduction to HTML5 for ASP.NET Developers
Bipin Joshi provides an overview of some key features of HTML5 from a developer's perspective.
Introduction to HTML5 for ASP.NET Developers
Bipin Joshi provides an overview of some key features of HTML5 from a developer's perspective.
How to Indicate Progress in Your Windows Phone Application
Applications typically need to show progress of an operation to their users. In this article, we learn how to show progress in a Windows Phone application.
WCF Data Services Providers
OData's simplicity and common underlying Web standards have made it a popular Data protocol in the Microsoft stack. WCF Data Services includes several Providers that surface OData from .NET classes.
How to Create Advertisement-supported Windows Phone Applications
Learn how to give your application away for free and still make money. In this article, we learn how to create advertisement supported Windows Phone applications.
Working with HTML5 Canvas
One limitation that website developers often encounter is drawing graphics in the browser. HTML5 does a great job in client side graphic rendering by offering what is known as the canvas. Understanding HTML5 canvas and associated JavaScript objects is important for any ASP.NET developer and this article teaches you just that.
Using Sockets with Windows Phone
Windows Phone 7.5 introduces support for sockets. In this article, we will learn about sockets and how to use them in our windows Phone 7.5 applications.
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: 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 |
WCF Data Services Providers
OData's simplicity and common underlying Web standards have made it a popular Data protocol in the Microsoft stack. WCF Data Services includes several Providers that surface OData from .NET classes.