[an error occurred while processing this directive]
Installing SQL Server 2008 Need your server and your site up and running quick? Let Greg Larsen show you what you need to know to get SQL Server running and configured. Service Provider Interface: Creating Extensible Java Applications The ServiceLoader API (part of JDK 1.6) allows you to use the service provider interface (SPI) approach to creating extensible Java applications. Managing User Accounts with the Zend Framework The Zend_Auth component, part of the Zend Framework,
provides a mechanism for authenticating users in your web
apps. Jason Gilmore will show you how use this robust
component to give users the ability to create their own
accounts. Agile, a Different Methodology If you wonder why you are hearing so much about the chaotic Agile methods lately, this is the article for you. We'll show you how to put the Agile method to work for you. Building in the Cloud with Azure Storage and the Azure SDK Learn how to use Windows Azure, Azure Storage and the Azure SDK to quickly and efficiently build cloud applications
Latest Visual C++ / C++ Articles
Installing SQL Server 2008 Greg Larsen - 11/20/2009 Need your server and your site up and running quick? Let Greg Larsen show you what you need to know to get SQL Server running and configured.
Writing UDFs for Firebird Embedded SQL Server Apriorit Inc. - 11/17/2009 This article was written mainly for developers who use Firebird Embedded SQL Server in .Net framework applications and want to speed up or optimize DB queries.
We will describe how to create your own native Firebird extension and show some approaches how to use it in managed code applications.
Building Windows Azure Cloud Service Applications with Azure Storage and the Azure SDK Matt Goebel - 11/12/2009 Learn how to use Windows Azure and Azure Storage to store, retrieve and update information in Table storage, pass work between multiple cloud service roles using Queue storage and use the Azure SDK StorageClient project to speed up Azure Storage development.
File System Filter Driver Tutorial Apriorit Inc. - 11/09/2009 Discover how to develop a simple file system filter driver. The demo driver will print the names of opening files to debug output.
The article requires basic windows driver and C/C++ knowledge. However it may be interesting to the people without windows driver experience.
A Web Developer's Look at Windows 7 Jason Gilmore - 11/06/2009 The new Windows 7 user interface features can offer Web
developers significant productivity gains in terms of
organizing, finding, and navigating to commonly used
resources. This article introduces you to the improvements
which can cut significant time from otherwise mundane daily
workflow tasks.
By Jani Järvinen
-
Get started with database application development in Windows Mobile using C# and Visual Studio 2008. You will also learn how to set up an emulated network connection for the phone emulators.
CodeGuru is all about sharing. If you have some unique code or an article, we'd love to hear from you. Please read the Submission Guidelines to see how to submit. We are always after great new articles to post!
Improving Application Quality with Windows Error Reporting Nick Wienholt - 10/19/2009 Leveraging Windows Error Reporting (WER) to use Microsoft's existing infrastructure for providing end users with patches and workarounds, a critical aspect of the application life-cycle management.
Hottest Forum Q&A on CodeGuru for the week of April 25th, 2004 Sonu Kapoor - 05/04/2004 This week's topics include the usage of WM_NULL, whether a Machine ID for copy protection purposes exists, whether there is any range for WM_XXX messages that someone could use without having any troubles with the Windows message handlers, and how can a person validate a auto_ptr?