ITQuestionBank.com
 
Search for  
 
Advanced Search
  Home | Add a Link | Modify a Link | Login | Register | New Listings | Most Popular | Top Ranked | Link to Us | Search | Site Map | Privacy Policy

 Categories

 Editors Picks
  • Download CX-310-015 Free Exam Simulator
  • Download CX-310-014 Free Exam Simulator
  • Download SCEA Free Exam Simulator : 310-051
  • VB NET 2005 Training The NET Framework Architecture Part 1
  • Oracle Applications 11i Technical Training
  • MSAS Step by Step Tutorials
  • Oracle 9i Step by Step Tutorials
  • ASP.NET with C# Training
  • Live DataStage Interview Questions
  • SCJP for Java 2 Platform 1.4 CX-310-035 Free Exam Simulator
  • IT Interview Questions
  • IT Experts Online Journal

  • Home : Programming : C#
    Click "Subscribe" if you want to be notified of new or updated links in this category.Subscribe
    C# Listings
    Total:  59Displaying: 51 - 59Pages: << 1 2 3 4 5 6

    Show Sort By

    NotePad Like Editor In C#
    Here is an example of how to create a NotePad like editor in C#. This code involves the usage of ToolBar, StatusBar, Menu, File Manipulation and a lot of String Functions. For this project I tried to use as many basic aspects of C# functionality as possible. Download Editor.zip

    Updated: 03/13/2005

    Turtle Graphics In C#
    This program is the sample implementation of a logo language in c sharp (C#) . Logo turtle is a turtle drawing application ,which draw line on the screen with different colors and different shape. i am also providing some of samples figure implementations. Download turtlgraphics.zip figure1 (press figure1 button) figure2 (press figure2 button) figure3 (press figure3 button) figure4 (press figure4 button) figure5 (press figure5 button) All the Code written in clear...

    Updated: 03/13/2005

    Multiple Implementation in C#
    Can you inherit from multiple classes in C#? Simply put, this cannot be done. However there are ways around it. From a design perspective you must ask yourself, Will a Class fully represent an object? Meaning that, if we have a base class with abstract methods designed for a particular application and we know that the inheriting object will only need the methods defined in that class. We now have a valid design pattern here. The Vehicle Car Object Lets say we have an...

    Updated: 03/13/2005

    Regular Expressions in C#
    The following example shows the usage of Regular Expressions in C#. The program basically has all the Validation Programs using Regular Expression. /* csc /r:System.Text.RegularExpressions.dll,System.dll Validation.cs */ using System.Text.RegularExpressions; using System; class Validation { public static void Main() { string strToTest; Validation objValidate=new Validation(); Console.Write("Enter a String to Test for Alphabets:"); strToTest=Console.ReadLine(); //Change here...

    Updated: 03/13/2005

    Make the .NET World a Friendlier Place
    Make the .NET World a Friendlier Place with the Many Faces of the CultureInfo Class

    Updated: 02/22/2005

    Web Services: Increase Your App's Reach Using WSDL to Combine Multiple Web Services
    Increase Your App's Reach Using WSDL to Combine Multiple Web Services

    Updated: 02/22/2005

    Using Event Broker in the Business Portal SDK
    Learn to use the MBF Event Broker to assign event handlers to specific events in the Business Portal.

    Updated: 02/20/2005

    Mobile Ink Jots 5: Control Issues
    Learn about the two controls that are part of the Windows XP Tablet PC Edition Development Kit 1.7, as well as two commercially available controls made specifically for the tablet PC Platform.

    Updated: 02/20/2005

    Memory Lane: Rediscover the Lost Art of Memory Optimization in Your Managed Code
    Rediscover the Lost Art of Memory Optimization in Your Managed Code

    Updated: 02/20/2005

    C# Listings
    Total:  59Displaying: 51 - 59Pages: << 1 2 3 4 5 6



    Privacy Policy
    14288 Resources Listed in 604 Categories  ~  IT QuestionBank © 2005 -2007