CodeGuru.com Tip: To Disable VirtualizationLearn how to disable Vista's virtualization for your application. Accessing Business Data in WPF ApplicationsMany WPF demos focus on slick graphics and designer user interfaces. While this is all good, those regular business database applications will eventually make the transition from WinForms to WPF. Learn how to get started accessing business data in your WPF applications. Using the TFS Build Process to Deploy Sharepoint Custom ApplicationsLearn how to customize your TFS build process to deploy Sharepoint custom applications. Delve into the pros and cons of using TFS to create these builds. Explore the Microsoft .NET Micro FrameworkThe Microsoft .NET Micro Framework, formerly known as Smart Personal Objects Technology (SPOT), is a powerful and flexible platform for rapidly creating embedded device firmware with Microsoft Visual Studio. Now is just the right time to explore this new world. Visual C++ Thread DebuggingThread debugging can be one of the more difficult debugging exercises for a Visual C++ developer. The Visual Studio 2008 debugger contains a number of improvements that make thread debugging more productive, enabling code issues in multi-threaded applications to be identified and remedied faster. Developing a Multi-Select ComboBox and TreeView ComboBox for Windows ApplicationsLearn to develop a multi-select and tree view combo box. Then, create your own custom combo box. Working with Binary Large Objects (BLOBs) Using SQL Server and ADO.NETWant to store documents or photos in SQL server? Learn how SQL Server and ADO.NET together can provide an elegant solution for storing and retrieving BLOBs. Hamsterdb: a Small, Fast Database That Won't Weigh You DownNeed a fast database that won't bloat your application? Try this fast b+tree record manager with a small footprint, especially good for embedded device environments. Using Stored Procedures and Parameters.AddWithValueDevelopers working at all levels of experience can take advantage of this technique. Discover how to invoke a stored procedure with parameters using the AddWithValue method of the SqlParameterCollection to define SQL parameters in one step. Localizing Windows Forms ApplicationTo make software available for international users, it must accommodate the changes in different languages and cultures. Many times, the first version of the software is developed in English and changes are made to the existing software to accommodate the new language. Learn to avoid this bad practice. |