A good first impression is critical for an Android app. Learn the principles of Android UI design.
- By Wallace McClure
- 11/01/2011
Windows 8 is an early preview, but has enough of its shape to show XAML developers that their skills are applicable.
Aspose.Cells gives you Excel-like functionality in your ASP.NET or Windows Forms application.
HTML5 introduces client-side caching for local and session storage. Learn how to boost your app's performance through the new functionality.
- By Mark Michaelis
- 11/01/2011
Joe Kunk sifts through the Windows 8 announcements at BUILD and offers advice on next steps.
If you want to call a service you can—but the service can't call you back. WebSockets offers the potential for real, two way communications -- and it's as simple as calling a Web Service.
Chocolatey is a powerful installation program for open-source software.
Rather than try to ensure that he's getting the right config file for his production and test systems, Peter Vogel lets the application configure itself, using the Managed Extensibility Framework to enable automatic selection of the right connection string
The ASP.NET DataViews are powerful tools when coupled with a DataSource. But you can skip the DataSource and use the DataViews to handle displaying and updating any collection of objects you want, with a few lines of code.
Windows 8, unveiled in September, will change the way Microsoft-focused developers build applications.
- By Kathleen Richards, Keith Ward
- 10/04/2011
HTML5 is a key part of Windows 8, and web development, going forward. This series will show you how to build great HTML5 applications.
- By Brandon Satrom
- 09/26/2011
Peter Vogel introduces you to the new dynamic event model for JavaScript that's available in all the contemporary browsers.
Scott Guthrie and Jason Zander, corporate vice presidents of, respectively, Microsoft's Server and Tools Business and the Visual Studio Team, today headlined some significant developer focused improvements in Visual Studio 11 Developer Preview.
- By Michael Desmond
- 09/14/2011
The technologies bundled as HTML5 finally support what developers have been trying to get HTML to do for decades.
High-transaction environments can use distributed caching to boost performance without major code changes.
Build a Web site using MVC 3 and the Razor View Engine.
Infragistics provides a toolkit for creating data-driven applications using client-side code that accesses a variety of data sources, both in the page and back on the client.
Keith Ward discusses his new position, and has questions for Microsoft's upcoming BUILD conference.
The WebGrid will certainly make the developers who use it more productive. But is it missing the point of the ASP.NET MVC model?
If you want to extend your ASP.NET application to include RESTful calls that return JSON results to JavaScript code in an AJAX page, here's how to manage your URLs to reduce errors, integrate with ASP.NET MVC, and pass objects from your browser to your server.