|
|
Creating Forms with COBOL
by
Rick Malek
on
Nov 05, 2009
We've done numerous articles on how to interface COBOL with other .NET languages. Here is something a little different, creating a form using only COBOL. This is part 1 or the article and it will cover creating the form, adding controls and enabling them and calling .NET classes. Part 2 will show you how to make things disappear!
|
Hello C#
by
Puran Mehra
on
Nov 06, 2009
This short article is based on the classic “Hello, World” sample program familiarizes you with the language syntax and introduces the command line compiler.
|
How to write a GDI+ Application
by
Puran Mehra
on
Nov 04, 2009
In this article you’ll learn how to write your first GDI+ application, step-by-step. You will create a Window application and draw a few simple objects.
|
GDI+ Application
by
Puran Mehra
on
Nov 01, 2009
In this article we move to the more practical aspects of writing graphics applications using GDI+ in the .NET Framework.
|
.NET vs .NET CF Development
by
Vladimir Gregor
on
Oct 30, 2009
Development of desktop and mobile .NET applications is nowadays more-or-less the same. Microsoft Visual Studio and .NET can be used to develop for both platforms. Even though the .NET Compact Framework is a subset of large .NET Framework, it allows developing mobile applications in a same way as the desktop ones. In addition, developer can use well known programming languages, such as C# or Visual Basic.
|
Shaped Windows in WPF
by
Mahesh Chand
on
Oct 29, 2009
Every user interface in WPF is represented by a Window. In this article, you will learn how to create non-rectangular shaped Windows in WPF using C#.
|
|
|
|
|
|
|