Home > Articles > Programming > C#

C#

131 Items

Sort by Date | Title

Essential C#: An Interview with Mark Michaelis
Mar 23, 2010
In this interview by Larry O'Brien, Mark Michaelis discusses the under-appreciated and under-used features of C#, why he embraces different programming paradigms, and his wish list for future versions of C#.
Events and Properties for Composite Custom Controls in C#Builder
Apr 16, 2004
By adding properties and events, you can extend the value of controls and make them easier for developers to work with in an integrated development environment (IDE). Opening opportunities for developers to work with visual design tools promotes control reuse and ultimately enhances productivity. In this article, you'll learn how to achieve these goals by adding events and properties to composite custom controls in C#Builder.
Fluent C#: Application Development
Dec 15, 2011
In this chapter, we’ll talk about development platforms, application architectures, development methodologies, design patterns, and best practices for C#, and where they all fit in the process of getting from here (an idea for some software) to there (a working application).
Generic Classes in C# 2.0
Nov 11, 2005
Code once. Use many. That's what generics are about. Called templates in C++, C# generics support separating code by algorithm and data structure. For example, the generic list means that you'll never again have to write a strongly typed collection. Paul Kimmel shows just how easy it is to define and use generics, long considered one of the most advanced and difficult idioms. This article is adapted from Paul Kimmel's book C# Express (Addison-Wesley).
Get the first "hands on" look at C#
Jul 24, 2000
Be among the first to learn Microsoft's newest programming language--C# (pronounced C Sharp) courtesy of Sams Publishing.
Getting and Displaying Images from SQL Server with C#
Jul 29, 2005
Now that Jesse Smith has taught you how to store those system-taxing images in your SQL Server database, you need to know how to get them back out again when the user accesses a page. C# comes to the rescue with easy scripts for grab-and-display.
Getting Started with .NET Development Using C#
May 30, 2013
Bart De Smet shows you how to install the .NET Framework, write a simple C# application, go through the process of building it using various tools, and debug code.
Getting Started with .NET Development Using C#
Feb 10, 2011
Bart De Smet shows you how to to install the .NET Framework and the necessary tools, namely Visual Studio 2010. Bart then explains how to write a simple C# application, highlights some of the important language elements, goes through the process of building it using various tools, and looks at how you can debug code.
Getting Started with C#
Sep 2, 2001
Joe Mayo's C# tutorial guides you through the process of creating a simple, minimal C# program and exploring its features.
Hello, Real World! Creating a Windows Store XAML App
Jan 2, 2014
This chapter demonstrates the anatomy of any Windows Store XAML app and the tooling available in Visual Studio by building an app localized into other languages.
InformIT Visual Tutorial 6: Vampire Bots in C# (Part 1 of 2)
Feb 15, 2002
In this first of a two-part tutorial, Nick and Nancy Flor walk you through the process of downloading the free (beta) C# compiler and writing a simple C# program.
InformIT Visual Tutorial 7: Vampire Bots and Code Improvisation in C#, (Part 2 of 2)
Feb 22, 2002
In the conclusion of their two-part tutorial, Nick and Nancy Flor show you how to create a basic vampire bot — a program that drains content from web sites.
Inheritance and Polymorphism in C++ and C#
Mar 2, 2007
C# is often perceived as a much higher-level language than C++. C# is a managed language, but it provides most if not all the same features as C++. Software specialist Stephen Morris shows you how to translate between the two languages without losing the benefits of inheritance and polymorphism.
Interacting with Visual Basic and C# Components
Oct 11, 2002
Just how easy and effortless is it with Visual C++.NET to interact with objects created in other languages? That's what you'll be exploring and learning about in this sample chapter.
Intermediate C# Skills
Nov 7, 2003
This sample chapter discusses reference types, the object-oriented features of C#, and exception handling.
Introducing C#
Oct 31, 2003
C# is a flexible programming language with a rich set of data types. In this sample chapter, you'll learn the basics of this .NET-centric language (accompanied by instruction in an open source .NET competitor, Mono), with comparisons to other programming languages you may already be familiar with.
Introducing the .NET Platform
Aug 26, 2008
This chapter covers the platform issues most essential to building C# applications.
Introduction to C# Applications
Dec 23, 2010
In this chapter you'll learn some C# basics, including how to write simple C# applications using code rather than visual programming, write input/output statements, declare and use data of various types, use arithmetic operators, use message dialogs to display messages, and more.
Introduction to C# Apps
Nov 13, 2013
Paul Deitel and Harvey M. Deitel introduce console apps, which input and output text in a console window. In this chapter you'll learn to input data from the keyboard and output data to the screen, declare and use data of various types, use arithmetic operators, write decision-making statements and use relational and equality operators.
Introduction to Classes, Objects, Methods and Strings in Visual C# 2010
May 4, 2011
In this chapter, the authors begin by explaining the concept of classes using a real-world example. Then they present five complete working applications to demonstrate how to create and use your own classes.

<< < Prev Page 2 3 4 5 6 Next >