An Introduction to C#
This tutorial explains the basics of C#, a modern object oriented programming language
that was designed by Anders Hejlsberg at Microsoft.
(Added: 7-Mar-2003 Hits: 4958 Rating: 4.00 Votes: 2) Rate It | Recommend It
ADO .NET and Access database I
How to connect to an Access database from Visual C# .NET, retrieve data and display it using a dataGrid with ADO .NET, using a dataSet.
(Added: 2-Aug-2004 Hits: 1037 Rating: 0 Votes: 0) Rate It | Recommend It
ADO .NET and Access database II
How to connect to an Access database from Visual C# .NET, retrieve data and display it in a listBox with ADO .NET, using a dataSet.
(Added: 2-Aug-2004 Hits: 502 Rating: 0 Votes: 0) Rate It | Recommend It
All about strings
How to compare two strings, reverse a string, search in a string and many other techniques, each with examples.
(Added: 2-Aug-2004 Hits: 641 Rating: 0 Votes: 0) Rate It | Recommend It
An Introduction to Programming Outlook 2003 Using C#
This article provides an introductory look at the Microsoft® Outlook® 2003 object model, and explores how to build Outlook-aware applications and Outlook Add-ins using the C# programming language.
(Added: 10-Nov-2004 Hits: 721 Rating: 0 Votes: 0) Rate It | Recommend It
Antialiasing / Smoothing
Learn how to apply antialiasing on shapes using GDI+. Uses SmoothingMode and PixelOffsetMode enumerations.
(Added: 2-Aug-2004 Hits: 380 Rating: 0 Votes: 0) Rate It | Recommend It
Applied C#
This paper shows you how all isolated language constructs can be woven together to produce the new and exciting class of software we call people-oriented software. We have chosen an example application that demonstrates what is likely to be a very common development scenario - an application is built to seamlessly integrate with complementary Web services of another application.
(Added: 4-Mar-2005 Hits: 582 Rating: 0 Votes: 0) Rate It | Recommend It
AspectC# - An AOSD implementation for C#
Aspect Oriented Software Development (AOSD) is a new methodology that tries to enable the extension of the separation of concerns capabilities in software development. AOSD, which encompasses Aspect Oriented Programming (AOP), hopes to enable the developer or architect to capture crosscutting concerns in a modular fashion. The objectives of this dissertation include the design, implementation and evaluation of a tool that enables the modularisation of crosscutting concerns within C#.
(Added: 9-May-2003 Hits: 1307 Rating: 0 Votes: 0) Rate It | Recommend It
AspectC#: An AOSD Implementation for C#
A major problem with Object Oriented Programming (OOP) is that it cannot deal efficiently with crosscutting concerns. Aspect Oriented Software Development (AOSD) is a new methodology that tries to enable the extension of the separation of concerns capabilities in software development. AOSD, which encompasses Aspect Oriented Programming(AOP), hopes to enable the developer or architect to capture crosscutting concerns in a modular fashion. The objectives of this papers include the design, implementation and evaluation of a tool that enables the modularisation of crosscutting concerns within C#, that we have called AspectC#.
(Added: 28-Nov-2007 Hits: 33 Rating: 0 Votes: 0) Rate It | Recommend It
BitWise Operations in C#
C# has lots of flexibility over manipulating with bits. Before I start explaining about bit wise manipulation I would like to give some inputs on binary operations.
(Added: 7-Mar-2003 Hits: 1149 Rating: 0 Votes: 0) Rate It | Recommend It