Search for: video tutorial wsh
Related Programming Resources
- C# for Visual Basic 6 Developers C# and Visual Basic are very different languages, both in their syntactical style and in the fundamental concepts that they are based on. This means that Visual Basic developers will find they have quite a steep learning curve to climb in order to become familiar with C#, even at a
- Programming in Ruby Take the pure object-orientation of Smalltalk, but remove the quirky syntax and the reliance on a workspace. Add in the convenience and power of Perl, but without all the special cases and magic conversions. Wrap it up in a clean syntax based in part of Eiffel, and add a few
- Top 10 Tips For Internationalizing ASP.NET Applications 1. Localizing ASP.NET Web Forms 2. Converting HTML controls to ASP.NET controls 3. Setting the culture in the URL 4. Localizing images 5. Localizing JavaScript in .ASPX files 6. Localizing JavaScript in .JS files 7. Formatting strings in JavaScript 8. Globalizing Regular Expressions 9. Provider model for Strongly Typed Resources 10. Testing .ASPX and .ASCX files using FxCop 1. Localizing
- Building Offline Mobile Applications for Windows CE: a Tutorial This document guides you through the entire offline mobile application implementation process using a sample Pocket PC application. The sample Pocket PC application enables you to create, deploy, administer and use a Pocket PC Windows CE application. The sample Pocket PC application is based on typical activities of delivery personnel in
- iBATIS SQL Maps Tutorial The SQL Maps framework is very tolerant of bad database models and even bad object models. Despite this, it is recommended that you use best practices when designing your database (proper normalization) and your object model. By doing so, you will get good performance and a clean design. The easiest