Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, March 12, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Introduction > C#
Search:
What's New - What's Hot


Finishing an Introductory Look at CIL        
Total Hits: 277  |  Today: 0 Author: Peyton McCullough       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this second part to a two-part article on CIL, we'll take the C# program with which we started and convert it into CIL. This will involve several steps, which we'll describe and discuss in full.

In the previous article, we looked at a C# program that finds prime numbers between two and one million. We started to convert it to CIL, recreating the class and method involved in the program, and then we took a look at method calls and the concept of a stack. Finally, we diverged a bit from ...

Quick C#        
Total Hits: 578  |  Today: 0 Author: CodeProject       Rating:  
Read Reviews | Write Review |   Your Rating: 

C# is a language with the features of C++, programming style like Java and rapid application model of BASIC. If you already know the C++ language, it will take you less than an hour to quickly go through the syntax of C#. Familiarity with Java will be a plus, as Java program structure, the concept of packages and garbage collection will definitely help you learn C# more quickly. So while discussing C# language constructs, I will assume, you know C++.
This article discusses the C# language co...

The Basics of C#: A "HelloWorld" Application        
Total Hits: 1968  |  Today: 0 Author: James Yang       Rating:  
Read Reviews | Write Review |   Your Rating: 

C# is part of Microsoft+#39;s evolutionary .NET environment. It has collected the best features and aspects of many other programming languages including Visual Basic and C++. In this article James will show us how to create and compile a simple +quot;HelloWorld+quot; C# console application....

C# - A Threat To Java?        
Total Hits: 1307  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

Microsoft really is troubled with the inflating aura of JAVA. In 1995, JAVA emerged on the horizon and in the previous 6 years, JAVA has stamped the victory over other rival popular languages. Microsoft initially resisted JAVA but eventually it became a part of its so much famous Visual Studio (and named VJ++), which it had to pay for. Sun Microsystems sued Microsoft for violating the licensing agreement....

C# Introduction and Overview        
Total Hits: 1117  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

C# is a modern, object-oriented language that enables programmers to quickly and easily build solutions for the Microsoft .NET platform. The framework provided allows C# components to become XML Web services that are available across the Internet, from any application running on any platform....

C# Introduction        
Total Hits: 550  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

According to Microsoft (MS) C# is, "C# is a simple, modern, object oriented, and type-safe programming language derived from C and C++. C# (pronounced “C sharp”) is firmly planted in the C and C++ family tree of languages, and will immediately be familiar to C and C++ programmers. C# aims to combine the high productivity of Visual Basic and the raw power of C++."...

Introduction to the TypeConverter        
Total Hits: 338  |  Today: 0 Author: DanMayer.       Rating:  
Read Reviews | Write Review |   Your Rating: 

There have been plenty of articles here on CodeProject discussing advanced use the PropertyGrid control. I have been asked repeatedly about these issues so I think it would help others who are trying to figure out PropertyGrid usage to start with a simplified sample of a solution to a common problem....

c# questions and answers enjoy        
Total Hits: 651  |  Today: 0 Author: SREENIVAS       Rating:  
Read Reviews | Write Review |   Your Rating: 

C# is a programming language designed by Microsoft. It is loosely based on C/C++, and bears a striking similarity to Java in many ways. Microsoft describe C# as follows:
"C# is a simple, modern, object oriented, and type-safe programming language derived from C and C++. C# (pronounced 'C sharp') is firmly planted in the C and C++ family tree of languages, and will immediately be familiar to C and C++ programmers. C# aims to combine the high productivity of Visual Basic and the raw power of C+...

What Is C#        
Total Hits: 419  |  Today: 0 Author: Jesse Liberty       Rating:  
Read Reviews | Write Review |   Your Rating: 

C# is a type-safe, component-based, high-performance language that is designed for the Microsoft .NET framework. C# 2.0 is the new generation of C#, upgraded with Generics and other advanced features and fully integrated into .NET 2.0 and Visual Studio 2005. If you are developing Windows or web applications or web services for the .NET platform, C# is in many ways the language of choice....

C#        
Total Hits: 863  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

C# (pronounced C sharp) is a programming language with which you can build a wide range of applications that run on the .NET Framework. C# is a simple, type-safe, event-driven, component-oriented, and object-oriented programming language with inherent support for encapsulation, inheritance, polymorphism, interfaces, properties, indexes, delegates, and custom attributes. C# has C++ and Java-like syntax that adapts the best features of these languages, and has its own new features....

C# - An Introduction        
Total Hits: 533  |  Today: 0 Author: DevArticles       Rating:  
Read Reviews | Write Review |   Your Rating: 

Learn the fundamentals of C# as Author takes us on an introductory tour, including keywords, identifiers, and much more.
Author wrote this article for the novice who needs to grasp the concepts of what C# is all about, as well as how to write C# code. To read this article you must have an overview of the .NET Framework and Visual Studio.NET (VS.Net) if possible....

A comparison of C/C++ and C# - Introduction        
Total Hits: 1653  |  Today: 0 Author: John Godel       Rating:  
Read Reviews | Write Review |   Your Rating: 

You should know that many C/C++ developers have been asking this question: Is C# a new programming language or a new version of C/C++. My answer to both questions is that none of these definitions is true. Well, in this article I'm going to go under the hood and show you that C# is a cocktail of Java, C, C++ and Delphi/C++ Builder from Borland. Let's first take a look what C# programming language really is....

C#- A Developer's Choice        
Total Hits: 1044  |  Today: 0 Author: Danish Sami       Rating:  
Read Reviews | Write Review |   Your Rating: 

Unlike the designer of the software applications, the application developer keeps concentration on development issues and it is the job of a programmer to choose the right language to get the job done. In this article I will provide brief introduction about the CSharp language and then compare it with the most powerful lanaguages used today by every developer.
...

Understanding Structures in C#        
Total Hits: 2033  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

A structure in C# is simply a composite data type consisting of a number elements of other types. A C# structure is a value type and the instances or objects of a structure are created in stack. The structure in C# can contain fields, methods, constants, constructors, properties, indexers, operators and even other structure types....

Writing Your First C# Program with Visual Studio .NET        
Total Hits: 1639  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

Visual Studio.NET integrates multiple languages into one IDE. This article illustrates how to create a simple program in C# using this IDE....

Introduction to C# (C Sharp)        
Total Hits: 1611  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

A simple introduction to the C# (C Sharp) Language...

A Simple Welcome Program in C#        
Total Hits: 868  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This lesson will get you started with C# by introducing a few very simple programs. Here are the objectives of this lesson: Understand the basic structure of a C# program. Obtain a basic familiarization of what a "Namespace" is. Obtain a basic understanding of what a "Class" is. Learn what a "Main" method does. Learn how to obtain command-line input. Learn about console input/output (I/O)....

Uncovering .NET's C#        
Total Hits: 658  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

The history of modern computing is paved with good intentions and great intuitions. At different times, all the players in the arena brought excellent intentions and brilliant ideas to the table, but with different results. Microsoft had success with Visual Basic (VB) and Active Server Pages (ASP), but the company was less fortunate with ActiveX. Sun Microsystems pushed Java as the savior of the computing world, but, despite its brilliant architecture, the language fell short....

How To Learn C#: A Roadmap to Success in Getting Started with C# Programming        
Total Hits: 2685  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

So you are interested in programming in C# (pronounced "C Sharp"). Getting started with a new programming language can normally take some effort and time. You need instructions, tools, and good examples to help you get started. In this article, I'll do just that, giving you tips and pointing you in the right direction....

Introduction To LINQ        
Total Hits: 104  |  Today: 0 Author: scott       Rating:  
Read Reviews | Write Review |   Your Rating: 

Language Integrated Query (LINQ) gives .NET developers the ability to query and transform data using their .NET language of choice. The data can live inside XML documents, inside relational database tables, or inside collections of objects. What truly distinguishes LINQ from other data access APIs in .NET however, is LINQ's deep integration into the .NET languages like C# and VB. In this article, we will explore the basic features of LINQ and demonstrate this beautiful integration....


1  2  3  Next >> 


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net