Free Ebook Manual Download

Programming, Automotive, Hardware, Gadget

What Are Scripting Languages?
Languages like C and C++ allow a programmer to write code at a very detailed level which has good execution speed (especially in the case of C). But in most applications, execution speed is not important, and in many cases one would prefer to write at a higher level. For example, for text-manipulation applications, the basic unit in C/C++ is a character, while for languages like Perl and Python the basic units are lines of text and words within lines. One can work with lines and words in C/C++, but one must go to greater effort to accomplish the same thing.
Read the rest of this entry »

This tutorial will introduce you to event?based programming (EBP) using a Windows desktop application written in C#. The application, called SystemBrowser, works a little like Windows Explorer: it displays folders and files, as shown in the next figure.
Read the rest of this entry »

C# Series: Basic Calculator

This section will introduce you to the Complete Programs tutorial series, the tutorial, creating the project, and adding controls. This project is meant for beginners, so the program will not be as complicated as the others. The program will be similar to the basic calculator in windows.

The C# Complete Program tutorials, similar to the XNA Complete Games, cover programs from start to finish. We start off with a very simple program, and get more advanced as we go. This program is a very simple calculator. We will cover a very abstract way to handle button presses and operations.
Read the rest of this entry »

Unit Testing with Silverlight 2

Test-driven development is something that every developer can appreciate once they?ve tried it, and something that I?ve worked hard to enable for Silverlight with the release of the controls source. Scott Guthrie previously posted about the Silverlight 2 Beta 1 release, with a First Look at Silverlight 2 post followed by the First Look at Using Expression Blend with Silverlight 2. If we could take the same application from the Blend post & create a set of unit tests for the components in the app, it would pay dividends once we start adding new features or working with other developers on the project.
Read the rest of this entry »

Beginning with version 2.5 (currently in Preview Edition) building Silverlight 2 applications, and especially assembling the User Interface components such as items from the toolbox, and layout controls, is easier than ever. A Note on This Tutorial. The history of the material for this tutorial is that Scott Guthrie wrote a terrific introduction to this material at the end of February, which he gave me permission to turn into a series of videos, currently (or soon to be) available on Silverlight.NET. This tutorial completes the circle by building on the videos and integrating the material into the Silverlight Tutorial series. The project we’re setting out to build is very similar to the Silverlight chat service built by ScottGu, and is shown in Figure 5-1
Read the rest of this entry »

This tutorial covers how to uninstall the Autodesk suite of applications. This tutorial assumes you have backed up your files, edited your boot.ini file to “AlwaysOff” mode and you have Administrator privileges to the machine.

Step #1: Establish administrative level authority
Log in to the CAPDKSU domain with local Administrator privileges. If you followed the network setup CD correctly, your CAPDKSU account has local Administrator privileges.
Read the rest of this entry »

The JavaFX Script programming language lets you create modern looking applications with sophisticated graphical user interfaces. It was designed from the ground up to make GUI programming easy; its declarative syntax, data binding model, animation support, and built-in visual effects let you accomplish more work with less code, resulting in shorter development cycles and increased productivity.
Read the rest of this entry »

Whether you want to build an AJAX-based web application, or a Windows game, the Academic Resource Kit is a great place to start. A Microsoft Romania initiative aimed at driving technology access and adoption, ARK is designed as a comprehensive collection of tools and resources addressing both the development and design aspects of building software solutions. I had the chance to chat with Microsoft Romania’s Todi Pruteanu about the ARK initiative, and the interview below will provide you with a great insight into the Academic Resource Kit.
Read the rest of this entry »

« Previous Entries