Home           Documentation | Support Forums | Customer Portal            Public Forums | News Portal
Welcome News Portal   User Profile   Customize News

Demos: Metasearch - Open Directory - ODP Music Portal - ODP Sports Portal - ODP United Kingdom Portal
Search Demos: Metasearch - ODP Search - Music Search - Sports Search - UK Search
More Demos: Real Estate Directory - Washington DC Directory - Programming Guide - Shopping Guide - Healthcare Guide - Canada Directory - Australian Businesses
 

This Page is generated by Absolute Portal

Programming Guide


Programming Guide: Languages: C-sharp: Articles
Popular Categories | Popular Searches | Popular Links
In Association with Amazon.com
Apologia Pro Vita Sua (Penguin Classics)    Test Smart! : Ready-to-Use Test-Taking Strategies And Activities for Grades 5-12    C# Bible    Original Sin: Illuminating the Riddle (New Studies in Biblical Theology)    Scholastic Success with Tests: Reading Workbook Grade 4 (Grades 4)   
Categories
Comparison and Review@ [95]

Web Sites

C# from Scratch
Introduction for first timers.
url: www.csharphelp.com/columns/column1.html

A Comparative Overview of C#
(with Java and C#) by Ben Albahari.
url: genamics.com/developer/csharp_comparative.htm

Custom Attributes in C# (C Sharp)
Article provides introduction to custom attributes and an explanation for how to write and use custom attributes in C#.
url: www.mantrotech.com/technology/csharp/article_custo...

Deep Inside C#: An Interview with Microsoft Chief Architect Anders Hejlsberg
Interview with the architect of C#. By John Osborn, O'Reilly & Associates, Inc.
url: windows.oreilly.com/news/hejlsberg_0800.html

Enumerating Objects with .NET
By Jeffrey Richter. Explains the programming paradigm used within the .NET Framework Base Class Library (BCL) for enumerating objects.
url: codeguru.earthweb.com/cs_collections/enumeration.h...

Extended Use of .NET RichControl Class - C# CLabel 1.0beta
Ever wanted a static control that behaved like a Visual Basic label control? This could be just the thing you might be looking for. A fully stocked owner drawn RichControl class. By Norm Almond, The Code Project.
url: www.codeproject.com/cs/miscctrl/csharp_clabel.asp

ExtremeTech: Java vs. C#
Code-for-code comparison of Java and Microsoft C#.
url: www.extremetech.com/article2/0,3973,467080,00.asp

InfoWorld.com - C# could be major
Article by Tom Sullivan. Language is designed for easy conversion to the web.
url: archive.infoworld.com/articles/hn/xml/00/07/03/000...

An Interview with Eric Gunnerson
By Suite101.com. Eric Gunnerson was there when C# was being born. He is also the author of A Programmer's Introduction to C# and manages the C# section of the GotDotNet website.
url: www.suite101.com/article.cfm/15050/94149/

Mantrotech.com
Article explains basics of exception handling concept and syntax.
url: www.mantrotech.com/technology/csharp/article_cshar...

Microsoft brewing Java-like language
CNet article.
url: news.com.com/2100-1001-242268.html?legacy=cnet&...

Microsoft strikes at Sun's Java with new standard
CNet article.
url: news.com.com/2100-1001-242414.html?legacy=cnet&...

SD Times: Editorials & Opinions
Commentary and opinion about C# and Java.
url: www.sdtimes.com/opinions/opinion_012.htm

Sharp New Language: C# Offers the Power of C++ and Simplicity of Visual Basic
Many developers wish there was a language that was easy to write, read, and maintain like Visual Basic, but that still provided the power and flexibility of C++. For those developers, the new C# language is here.
url: msdn.microsoft.com/msdnmag/issues/0900/csharp/defa...

Use XML to document C# code
Article by Gaurav Mantro explains use of XML to document C# code.
url: www.mantrotech.com/technology/csharp/article_using...

Remoting Publisher-Subscriber (Observer) Pattern
Article discribe the notification pattern that enables all subscribers to receive notifications from a single publisher when - for example - the publisher's data is changed. This implementation uses Remoting to distribute asynchronous notifications between subscribers in different applications on different machines.
url: www.pocketnerd.net/Observer/ASPX/Home.aspx?documen...

C# Programming Language Future Features
MSDN artcile by Prashant Sridharan. The Microsoft Corporation is in the process of developing the next major version of the C# language. This article contains information regarding four key new features, including generics, iterators, anonymous methods, and partial types.
url: msdn.microsoft.com/library/default.asp?url=/librar...

CNET.com: Why Microsoft's C# isn't
Java inventor James Gosling says he isn't losing much sleep over Microsoft these days, despite the software giant's effort to stem Java's popularity with its own Java-like language.
url: news.com.com/2008-1082-817522.html

MSDN Online Voices - Deep C#: Betabits
Includes a walkthrough of the installation of the SDK's Beta 1. In addition, touches on the first Visual Studio.NET beta release, discusses progress in C# standardization, and ruminates on the new .NET portal. By Bobby Schmidt.
url: msdn.microsoft.com/library/default.asp?url=/librar...

Delegates And Events - The Uncensored Story - Part 1
This article is part of a series that aims at understanding fully the way in which delegates and events operate. By A. Abdul Azeez, The Code Project.
url: www.codeproject.com/csharp/delegates-part1.asp

Build Web Commerce Apps With C#
Use .NET and C# to quickly build a scalable commerce Web application that outperforms standard ASP Web apps. By Bob Lair and Jason Lefebvre, Visual C++ Developers Journal, November 2000
url: archive.devx.com/upload/free/features/vcdj/2000/11...

C#: A language alternative or just J--?, Part 1
This article, the first in a two-part series, compares C# to Java--describing language features and design trade-offs--and places C# in the context of Microsoft's broader .Net strategy. By Mark Johnson.
url: www.javaworld.com/javaworld/jw-11-2000/jw-1122-csh...

C#: A Message Queuing Application
This article outlines a Windows service solution designed to process several message queues, focusing on the application of the .NET Framework and C#. By Carl Nolan, Microsoft Corporation.
url: msdn.microsoft.com/library/default.asp?URL=/librar...

MFC Programmer's SourceBook : DevStudio Macros
Source codes for DevStudio Macros. Add-In which will take a dialog that is open in the dialog editor, and convert it to C# source.
url: codeguru.earthweb.com/devstudio_macros/NevsAddIn.s...

C# XML Directory Lister
This code generates a list of entries in a directory as XML. The XML can be returned to the caller as an XML string, a W3C DOM document, or an ADO+ DataSet. By Greg Hack, The Code Project.
url: www.codeproject.com/csharp/xmldirectorylister.asp

Deep C#: Gozer the Destructor
Of all the topics that trouble C++ programmers who consider C#, probably the most volatile is C#'s lack of true synchronous or deterministic destructors. By Bobby Schmidt, MSDN.
url: msdn.microsoft.com/library/default.asp?url=/librar...

Creating a control with the .NET SDK using C#
This tutorial creates a simple clock control to demonstrate using the .NET framework. By Norm Almond, The Code Project.
url: www.codeproject.com/cs/miscctrl/mycontrol.asp

Microsoft C# Gets An A
Microsoft's C# (c-sharp) language wins an A from reviewer.
url: www.techweb.com/wire/story/TWB20001010S0015

Sending Email with ASP+ by Christoph Wille
Demonstrates how to send email via ASP+: from plain to HTML mail and attachments.
url: www.aspheute.com/english/20000918.asp

C# Strikes a Chord
Compares the languages C, C++, C#, and Java. Attempts to uncover a family genealogy.
url: www.ddj.com/documents/s=875/ddj0065g/

Microsoft's C# public beta hits a high note - JavaWorld September 2000
Java's success, and Sun's control of it, has prompted Microsoft to respond with its C# initiative. C# in many ways is a blend of the power of C++ and Java's built-in protections. Java developers will be well served to learn about C#'s pros and cons -- and how the initiative could affect Java's future. (1,600 words)
url: www.javaworld.com/javaworld/jw-09-2000/jw-0922-iw-...

Using COM components in ASP+ by Christoph Wille
Deals with a topic of interest for most new users of ASP+: how can they use their own or third party COM components in the ASP+ environment?
url: www.aspheute.com/english/20000828.asp

OMG Members Plan to Pursue C-Sharp Interoperability
Several member companies of the Object Management Group (OMG)announced the organization's intent to standardize a Language Mapping from OMG Interface Definition Language (OMG IDL, currently an ISO and ITU-T International Standard) to C#, Microsoft's newly proposed development language.
url: www.wirelessdevnet.com/news/2000/226/news8.html

C#, the natural progression
JavaWorld article by Michael L. Perry, ITworld.com.
url: www.javaworld.com/javaworld/jw-08-2000/jw-0804-itw...

Web Workshop - ASP.NET ListEditor in C#
Chris Lovett's article on porting sample code to C#.
url: msdn.microsoft.com/library/default.asp?url=/librar...

Microsoft chimes in with new C sharp programming language
Following on from its .NET plans announced last week, Microsoft has announced its C# (C sharp) object-oriented programming language for building XML-based applications.
url: www.xephon.com/news/00063019.html

ZDNet: Tech Update: Microsoft's movement in C Sharp
Microsoft introduced a new C++ based language with productivity features resembling Java. It is not based on a virtual machine model for moving byte code across a network to be run on a variety of target platforms.
url: cma.zdnet.com/texis/techinfobase/techinfobase/+kwq...

Microsoft Introduces Highly Productive .NET Programming Language: C#
New language enables rapid development of web services for the Microsoft .NET platform.
url: www.microsoft.com/PressPass/press/2000/jun00/CShar...

Microsoft's C# Programming Language Offers Developers Greater Productivity and Potential of .NET Platform
Company predicts C# will offer C++ developers greater productivity and help them maximize the potential of the new .NET Platform.
url: www.microsoft.com/presspass/features/2000/jun00/06...

Will Microsoft hit the right note with C#?
By Jeff Hadfield. Microsoft Casts a Wider .NET.
url: archive.devx.com/free/press/2000/net/report2062600...


More Search
All the Web - AltaVista - Gigablast - Google USENET - Google - Teoma - Yahoo

From Amazon

Popular Searches

ecg programming
ecg program
c programming
mail client
tree
semantic rules for c
tapi
sharp develop
edge detection
freelancer programming
reverse engineering fortran
linear regression
artificial intelligence programs
metafile
artificial intelligence

Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor