Search for: XMLbased User Interface Language and C
Related Programming Resources
- Writing a Windows Form Application For .NET Framework Using C# This article is a very simple introduction on writing a Windows Form application for the Microsoft.NET framework using C#. The sample application demonstrates how to create and layout controls on a simple form and the handling of mouse click events. The application displays a form showing attributes of a file.
- The Objective-C 2.0 Programming Language This document is about the first component of the development environment-the programming language and its runtime environment. It fully describes the Objective-C language, and provides a foundation for learning about the second component, the Mac OS X Objective-C application frameworks-collectively known as Cocoa. You can start to learn more about
- Vsual Basic 2005 Threading Threading is, from your application's point of view, a way of running various different pieces of code at the same time. Threading is also one of the more complex subjects examined in this book. That's not because it's difficult to use threading in your programs-as you'll see, Visual Basic 2005
- Working with Data in ASP.NET 2.0 Handling BLL and DAL Level Exceptions in an ASP.NET Page Working with data from an ASP.NET web application using a tiered application architecture involves the following three general steps: 1. Determine what method of the Business Logic Layer needs to be invoked and what parameter values to pass it. The parameter values can be hard coded, programmatically assigned, or inputs entered
- Create a Simple, Cross-Browser, Dropdown Menu User Control with C# The final destination of this article will be the implementation of a simple ASP.NET User Control. The journey will take you along a path intertwined with multiple technologies, each being used for its inherent strengths and flexibility. The end result will be a highly extensible and ultimately necessary part of