Search for: context help chm vb net
Related Programming Resources
- Javascript Basic Up until now we have been limited to what HTML has to offer in the browser. Primarily, we have used forms, which have their fairly passive input items, select lists, etc. Although the browser is basically for rendering HTML pages, there are two reasonably common technologies for executing programlike code
- Threading in C# C# supports parallel execution of code through multithreading. A thread is an independent execution path, able to run simultaneously with other threads. A C# program starts in a single thread created automatically by the CLR and operating system (the "main" thread), and is made multi-threaded by creating additional threads. ... How Threading
- Adobe AIR for JavaScript Developers Pocket Guide This book provides a quick introduction to developing applications for Adobe AIR. Adobe AIR is a new cross-platform desktop application runtime created by Adobe. Although Adobe AIR allows both Flash- and HTML-based application development, this book focuses on building applications using HTML and JavaScript. The book gives an overview of
- A Scala Tutorial for Java programmers This document gives a quick introduction to the Scala language and compiler. It is intended for people who already have some programming experience and want an overview of what they can do with Scala. A basic knowledge of object-oriented programming, especially in Java, is assumed. As a first example, we will
- Working with Data in ASP.NET 2.0 - Handling BLL and DALLevel Exceptions In the Overview of Editing and Deleting Data in the DataList tutorial, we created a DataList that offered simple editing and deleting capabilities. While fully functional, it was hardly userfriendly, as any error that occurred during the editing or deleting process resulted in an unhandled exception. For example, omitting the