Visual C# .NET » Beginner

We have 84 Beginner tutorials, you can see below:


Delegates in C #


A tutorial on delegates


Details    Read Tutorial    Views: 307    Rate: 5 (1 votes)    Dec 18 2007 - 10:42

Enumerating Objects in C#


A tutorial on enumerating objects in C#


Details    Read Tutorial    Views: 152    Rate: 0 (0 votes)    Dec 18 2007 - 10:41

Method Overriding in C#


A tutorial on method overriding in C#


Details    Read Tutorial    Views: 196    Rate: 0 (0 votes)    Dec 18 2007 - 10:40

Method Hiding in C#


A tutorial on method hiding in C#


Details    Read Tutorial    Views: 144    Rate: 0 (0 votes)    Dec 18 2007 - 10:40

A Tutorial on Nested Classes in C#


A tutorial meant to be a begginers tutorial to nested classes in C#


Details    Read Tutorial    Views: 0    Rate: 0 (0 votes)    Dec 18 2007 - 10:39

Properties


A tutorial on properties in C#


Details    Read Tutorial    Views: 120    Rate: 0 (0 votes)    Dec 18 2007 - 10:38

Events in C#


A tutorial on events in C#


Details    Read Tutorial    Views: 193    Rate: 0 (0 votes)    Dec 18 2007 - 10:37

Indexers


A tutorial on indexers in C#


Details    Read Tutorial    Views: 110    Rate: 0 (0 votes)    Dec 18 2007 - 10:36

Traditional "Hello World" Program Using Different Approaches. PART-I


Very basic understanding of the first C# program.


Details    Read Tutorial    Views: 126    Rate: 0 (0 votes)    Dec 18 2007 - 10:35

C# Coding Standards and Best Programming Practices


Anybody can write code! With a few months of programming experience, you can write \"working applications.\" Making it work is easy, but doing it the most efficient way requires more work than just making it work!


Details    Read Tutorial    Views: 171    Rate: 0 (0 votes)    Dec 18 2007 - 10:34

Coversion operators


A conversion operator converts an object of your class into another type


Details    Read Tutorial    Views: 96    Rate: 0 (0 votes)    Dec 18 2007 - 10:30

Boxing and UnBoxing in C#


This article explains the concepts of Boxing and UnBoxing in C#


Details    Read Tutorial    Views: 130    Rate: 0 (0 votes)    Dec 18 2007 - 10:29

Skype Smiley Sender


An article on sending many smileys simultaneously with Skype


Details    Read Tutorial    Views: 117    Rate: 0 (0 votes)    Dec 18 2007 - 10:28

Interfaces in C# (For Beginners)


A tutorial on interfaces in C#


Details    Read Tutorial    Views: 165    Rate: 0 (0 votes)    Dec 18 2007 - 10:26

Destructors in C#


This article is about destructors in C#.


Details    Read Tutorial    Views: 110    Rate: 0 (0 votes)    Dec 18 2007 - 10:18

Enums and Structs in C#


Two oft-overlooked value types that C# offers and where they can be used


Details    Read Tutorial    Views: 92    Rate: 0 (0 votes)    Dec 18 2007 - 10:17

C# Keywords, Part II: Type Conversion, Operators and Object Types


In part II of this multipart tutorial, I describe the keywords that can loosely be catagorized as dealing with object types, operators and type conversions.


Details    Read Tutorial    Views: 102    Rate: 0 (0 votes)    Dec 18 2007 - 10:16

Delegates And Events - The Uncensored Story - Part 1


This is a part of a series of articles that aims at fully understanding delegates and events


Details    Read Tutorial    Views: 99    Rate: 0 (0 votes)    Dec 18 2007 - 10:14

Events and event handling in C#


An introduction to using events and event handlers in C#


Details    Read Tutorial    Views: 112    Rate: 0 (0 votes)    Dec 18 2007 - 10:09

Worker Threads in C#


Running worker threads with syncronous calls to Windows controls


Details    Read Tutorial    Views: 107    Rate: 0 (0 votes)    Dec 18 2007 - 10:05

hello, world - A primitive view of the state of the art


A revival of the CLI for .NET development.


Details    Read Tutorial    Views: 110    Rate: 0 (0 votes)    Dec 18 2007 - 10:03

Attributes in C#


In this tutorial we will see how we can create and attach attributes to various program entities, and how we can retrieve attribute information in a run-time environment.


Details    Read Tutorial    Views: 99    Rate: 0 (0 votes)    Dec 18 2007 - 10:00

Overloading True and False in C#


The ninth article in the C# Object-Oriented Programming tutorial continues the discussion of operator overloading. In this article, the overloading of the true and false operators is described, allowing an object to be used in conditional processing.


Details    Read Tutorial    Views: 178    Rate: 0 (0 votes)    Nov 16 2007 - 06:32

C# Basic Operator Overloading


The eighth article in the C# Object-Oriented Programming tutorial describes a third overloading technique. By overloading the functionality of operators, the operation of the standard operators including + and - can be defined for new classes.


Details    Read Tutorial    Views: 151    Rate: 0 (0 votes)    Nov 10 2007 - 16:39

The C# Tutorial at C# Station


Set of lessons for beginning to intermediate developers for quickly getting up to speed on the C# Programming Language.


Details    Read Tutorial    Views: 0    Rate: 0 (0 votes)    Nov 04 2007 - 01:07

Marking C# Code As Obsolete


As class libraries evolve over time, new functionality will be added and existing classes, methods and properties will be improved. Sometimes this means that older code is superseded and it is preferable that it is marked as obsolete and no longer used.


Details    Read Tutorial    Views: 119    Rate: 0 (0 votes)    Oct 23 2007 - 16:42

C# Method Overloading


The sixth article in the C# Object-Oriented Programming tutorial explains method overloading. This technique permits multiple methods to be declared using the same name but with different parameters. Method overloading is our first look at polymorphism.


Details    Read Tutorial    Views: 126    Rate: 0 (0 votes)    Oct 21 2007 - 10:55

C# Constructors and Destructors


The fourth article in the C# Object-Oriented Programming tutorial examines constructors and destructors. These special methods allow an object to be initialised on instantiation and to perform final actions before it is removed from memory.


Details    Read Tutorial    Views: 106    Rate: 0 (0 votes)    Oct 13 2007 - 16:47

Reversing a String in .NET


Sometimes it can be useful to reverse the contents of a string, character by character. It can come as a surprise to find that there is no native method to achieve this in the .NET framework. However, it is possible with the use of a character array.


Details    Read Tutorial    Views: 133    Rate: 0 (0 votes)    Oct 02 2007 - 17:55

Custom Flashing Button control.


XP-enabled label control to change the look and feel of Windows application


Details    Read Tutorial    Views: 813    Rate: 0 (0 votes)    Jun 07 2007 - 07:47

xpLabel - XP Enabled Label Control


XP-enabled label control to change the look and feel of Windows application


Details    Read Tutorial    Views: 706    Rate: 0 (0 votes)    Jun 07 2007 - 07:44

Creating a control with the .NET SDK using C#


A quickstart guide to creating your first control in C#


Details    Read Tutorial    Views: 237    Rate: 0 (0 votes)    Jun 07 2007 - 07:43

Understand .NET Scrollbars


Thumb Size, Paging, and Sub-Paging issues.


Details    Read Tutorial    Views: 202    Rate: 0 (0 votes)    Jun 07 2007 - 07:43

Your first C# control


Your first C# control


Details    Read Tutorial    Views: 305    Rate: 0 (0 votes)    Jun 07 2007 - 07:41

Writing your Custom Control: step by step


Making a cute button of two semi-transparent user-changeble colors


Details    Read Tutorial    Views: 267    Rate: 4 (1 votes)    Jun 07 2007 - 07:41

DropDownPanel


A template for custom ComboBoxes


Details    Read Tutorial    Views: 252    Rate: 0 (0 votes)    Jun 07 2007 - 07:40

Pure C# .NET Desktop Color Picker With Magnifying Glass


A desktop color picker with magnifying glass written in C# 2.0 without using APIs with DllImport or something else.


Details    Read Tutorial    Views: 262    Rate: 0 (0 votes)    Jun 07 2007 - 07:39

Divider Panel - A tutorial on creating a custom Windows Forms control from Start to Toolbox


A tutorial on building a custom C# Windows Forms control, covering topics such as inheritance, attributes, overrides, documentation, designers, signing and VS.Net ToolBox integration.


Details    Read Tutorial    Views: 230    Rate: 0 (0 votes)    Jun 07 2007 - 07:37

C# SortedList


The thirty-ninth part of the C# Fundamentals tutorial describes the use of the SortedList class. This dictionary collection provides a hybrid of the Hashtable and Array types; each entry being a key / value pair sorted according to the key\'s contents.


Details    Read Tutorial    Views: 274    Rate: 0 (0 votes)    May 29 2007 - 17:33

Traditional "Hello World" Program Using Different Approaches. PART-I


Very basic understanding of the first C# program.


Details    Read Tutorial    Views: 215    Rate: 0 (0 votes)    Apr 18 2007 - 17:57

Throwing Exceptions in C#


The thirty-fifth part of the C# Fundamentals tutorial completes an investigation of exception handling. In this article we will consider the throwing of exceptions to report error conditions. This includes the use of standard and custom exception types.


Details    Read Tutorial    Views: 268    Rate: 0 (0 votes)    Apr 09 2007 - 19:09

C# Exception Handling


The thirty-fourth part of the C# Fundamentals tutorial begins a review of exception handling. When an unexpected event occurs, unhandled exceptions cause a program to exit abnormally. Correct handling permits the graceful recovery from an error condition.


Details    Read Tutorial    Views: 262    Rate: 0 (0 votes)    Mar 29 2007 - 17:32

C# Program Flow Control: Conditional Processing


The thirty-second part of the C# Fundamentals tutorial concludes the examination of the program flow control commands available within C#. This article considers the conditional processing commands that allow code to be executed when tests are met.


Details    Read Tutorial    Views: 259    Rate: 0 (0 votes)    Mar 11 2007 - 08:00

C# Relational Operators


The eleventh part of the C# Fundamentals tutorial returns to the generic operators by describing the relational operators. These useful operators permit the developer to compare two values and make decisions based upon the result of the comparison.


Details    Read Tutorial    Views: 336    Rate: 0 (0 votes)    Feb 24 2007 - 15:24

Introduction to MDI Forms with C#


An article on how to develop an MDI application using C# and the .NET framework


Details    Read Tutorial    Views: 516    Rate: 0 (0 votes)    Feb 08 2007 - 06:45

Step by Step: Event handling in C#


Step by Step guide to implement event handling in C#.


Details    Read Tutorial    Views: 364    Rate: 2 (1 votes)    Feb 06 2007 - 05:36

C# Coding Standards and Best Programming Practices


Anybody can write code! And with a few months of programming experience, you can write \'working applications\'. Making it work is easy, but doing it the most efficient way requires more work, than just making it work!


Details    Read Tutorial    Views: 445    Rate: 0 (0 votes)    Feb 05 2007 - 14:29

Boxing and UnBoxing in C#


This article explains the concepts of Boxing and UnBoxing in C#


Details    Read Tutorial    Views: 355    Rate: 5 (1 votes)    Feb 05 2007 - 14:28

Destructors in C#


This article is about destructors in C#.


Details    Read Tutorial    Views: 307    Rate: 0 (0 votes)    Feb 05 2007 - 14:27

Enums and Structs in C#


Two oft-overlooked value types that C# offers and where they can be used


Details    Read Tutorial    Views: 294    Rate: 0 (0 votes)    Feb 05 2007 - 14:25

Writing a Windows Form Application For .NET Framework Using C#


A tutorial on writing Windows Forms application using C#


Details    Read Tutorial    Views: 363    Rate: 0 (0 votes)    Feb 05 2007 - 14:23

Writing Unsafe code using C#


A simple tutorial that shows how to write unsafe code using C#


Details    Read Tutorial    Views: 307    Rate: 5 (1 votes)    Feb 05 2007 - 14:21

Unsafe programming in C#


Discusses the concept of using pointers in C#


Details    Read Tutorial    Views: 289    Rate: 0 (0 votes)    Feb 05 2007 - 14:20

Creating a C# Service Step-by-Step Lesson II


A multi-article contribution describing in step-by-step detail on creating your own service with integrated support for setup and custom event logs. This lesson we\'ll add multiple child services as well as updating the installer to install these services as well.


Details    Read Tutorial    Views: 295    Rate: 0 (0 votes)    Feb 05 2007 - 14:20

Creating a C# Service Step-by-Step: Lesson I


A multi-article contribution describing in step-by-step detail on creating your own service with integrated support for setup and custom event logs.


Details    Read Tutorial    Views: 274    Rate: 0 (0 votes)    Feb 05 2007 - 14:19

hello, world - A primitive view of the state of the art


A revival of the CLI for .NET development.


Details    Read Tutorial    Views: 293    Rate: 0 (0 votes)    Feb 05 2007 - 14:18

Attributes in C#


In this tutorial we will see how we can create and attach attributes to various program entities, and how we can retrieve attribute information in a run-time environment.


Details    Read Tutorial    Views: 297    Rate: 0 (0 votes)    Feb 05 2007 - 14:17

Worker Threads in C#


Running worker threads with syncronous calls to Windows controls


Details    Read Tutorial    Views: 338    Rate: 4 (1 votes)    Feb 05 2007 - 14:16

How to build a Clock control


This is a quick guide on how to create your own customizable clock control


Details    Read Tutorial    Views: 338    Rate: 0 (1 votes)    Feb 04 2007 - 12:40

GradientPanel and AlphaLabel: an introduction to building controls


This article is meant for beginner programmers who are interested in building their own custom controls. As an example a GradientPanel control is implemented.


Details    Read Tutorial    Views: 310    Rate: 0 (0 votes)    Feb 04 2007 - 12:29

GridView CheckBox Selection With a Twist


How to implement GridView Checkbox selection.


Details    Read Tutorial    Views: 422    Rate: 0 (0 votes)    Feb 04 2007 - 10:39

Make one color see-through (Transparency Key)


in this tutorial i will show you how you can make one part of a form see-through(Transparency Key)


Details    Read Tutorial    Views: 344    Rate: 0 (0 votes)    Jan 30 2007 - 18:09

How to Move object on form


in this tutorial we will make a application with a button that will move to another location then its clicked


Details    Read Tutorial    Views: 394    Rate: 1 (1 votes)    Jan 30 2007 - 18:08

Change Opacity on for at runtime


in this tutorial we will code a application that will allow us to change the opacity of a form(Make seethroug) at run time.


Details    Read Tutorial    Views: 381    Rate: 0 (0 votes)    Jan 30 2007 - 18:05

Catch keypress events


In this tutorial i will show you how you can catch keypress easly, without using hooks.


Details    Read Tutorial    Views: 655    Rate: 0 (0 votes)    Jan 30 2007 - 18:02

C# data types


Quickly covers C#\'s data types by giving a few examples. Good for transition between C or C++ to C#.


Details    Read Tutorial    Views: 283    Rate: 0 (0 votes)    Jan 30 2007 - 17:58

Introduction to inheritance, polymorphism in C#


An elementary introduction to inheritance, polymorphism in C# using simple code snippets


Details    Read Tutorial    Views: 358    Rate: 0 (0 votes)    Jan 22 2007 - 13:50

Events and event handling in C#


An introduction to using events and event handlers in C#


Details    Read Tutorial    Views: 275    Rate: 0 (0 votes)    Jan 22 2007 - 13:49

Quick C#


Learn C# in less than an hour. Discover the C# language constructs and features in a brief yet comprehensive way using code examples. This article is especially good if you know C++ and feel lazy about learning C#!


Details    Read Tutorial    Views: 326    Rate: 0 (0 votes)    Jan 22 2007 - 13:48

Custom Controls in Visual C# .NET


Embedding user controls in a Windows form is just like adding a simple button or text box that are already provided with .NET. These basic controls were written essentially like you code your own controls. Typically the controls you design are to be used in multiple forms or to modularize your code. These reasons help reduce the amount of code you have to type as well as make it easier for you to change your implementation. There should almost never be any reason to duplicate code because it leaves a lot of room for bugs. So, implementing functionality specific to your control in the control\'s source code is a good idea. This reduces code duplication as well as modularize your code, which is a good programming guideline.


Details    Read Tutorial    Views: 1010    Rate: 0 (0 votes)    May 25 2006 - 15:43

C# 2.0 - New Features


In this paper, you will learn about and use the new features in C# 2.0, including generics, iterators, anonymous methods, partial types, static classes, nullable types, and limiting access to properties, as well as delegate covariance and contravariance.


Details    Read Tutorial    Views: 6457    Rate: 4 (1 votes)    Apr 11 2006 - 16:52

Introduction to C# and .NET (Only4Gurus.com)


From its beginning, the developers of C# (pronounced "C Sharp") wanted to create a language that combines "the high productivity of Visual Basic and the raw power of C++." One of the biggest advantages to C# is that programmers who have invested a lot of time and work in learning the C++ language do not have to discard that knowledge to begin developing programs in a new language. There are some new concepts and techniques, and some new function names to learn, but generally the syntax is similar to C++.


Details    Read Tutorial    Views: 4749    Rate: 0 (1 votes)    Jul 25 2005 - 16:20

Visual C#.NET: Windows Uses Web Services, Too!


This paper begins the exploration of Windows application projects with information about forms, message boxes, and more. It concludes with an asynchronous invocation of a web service, and shows the preferred general design pattern to use when making asynchronous calls in .NET.


Details    Read Tutorial    Views: 958    Rate: 0 (0 votes)    Jun 24 2005 - 10:37

Creating a C# Service Step-by-Step Lesson II Recommended


A multi-article contribution describing in step-by-step detail on creating your own service with integrated support for setup and custom event logs. This lesson we'll add multiple child services as well as updating the installer to install these services as well.


Details    Read Tutorial    Views: 894    Rate: 0 (0 votes)    Jul 11 2004 - 12:35

Creating a C# Service Step-by-Step: Lesson I Recommended


A multi-article contribution describing in step-by-step detail on creating your own service with integrated support for setup and custom event logs.


Details    Read Tutorial    Views: 975    Rate: 5 (1 votes)    Jul 11 2004 - 12:35

Quick C# Recommended


Learn C# in less than an hour. Discover the C# language constructs and features in a brief yet comprehensive way using code examples. This article is especially good if you know C++ and feel lazy about learning C#!


Details    Read Tutorial    Views: 1299    Rate: 0 (0 votes)    Jul 11 2004 - 12:33

Worker Threads in C#


Running worker threads with syncronous calls to Windows controls.


Details    Read Tutorial    Views: 1494    Rate: 0 (0 votes)    Jul 11 2004 - 12:32

Delegates And Events - The Uncensored Story - Part 1


This is an article that aims at fully understanding delegates and events.


Details    Read Tutorial    Views: 1037    Rate: 0 (0 votes)    Jul 11 2004 - 12:28

C# Keywords, Part II: Type Conversion, Operators and Object Types


In part II of this multipart tutorial, I describe the keywords that can loosely be catagorized as dealing with object types, operators and type conversions.


Details    Read Tutorial    Views: 889    Rate: 0 (0 votes)    Jul 11 2004 - 12:24

C# Keywords, Part I: Modifier Keywords


To learn a new language, a good starting point is by becoming familiar with its keywords and their usage.


Details    Read Tutorial    Views: 818    Rate: 0 (0 votes)    Jul 11 2004 - 12:24

Writing Unsafe code using C#


A simple tutorial that shows how to write unsafe code using C#.


Details    Read Tutorial    Views: 985    Rate: 0 (0 votes)    Jul 11 2004 - 12:23

Introduction to inheritance, polymorphism in C#


An elementary introduction to inheritance, polymorphism in C# using simple code snippets.


Details    Read Tutorial    Views: 2601    Rate: 4 (1 votes)    Jul 11 2004 - 12:23

Events and event handling in C#


An introduction to using events and event handlers in C#


Details    Read Tutorial    Views: 1495    Rate: 0 (0 votes)    Jul 11 2004 - 12:22

Enums and Structs in C#


overlooked value types that C# offers and where they can be used...


Details    Read Tutorial    Views: 916    Rate: 2 (1 votes)    Jul 11 2004 - 12:21