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

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

Build the right apps the right way with powerful development tools.
Visual Studio 2010. Learn more...

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


Introducing Generics in the CLR    Version: 0.00       Price: $0.00   
Total Hits: 12  |  Today: 0 Author: Jason Clark       Rating:  
Read Reviews | Write Review |   Your Rating: 

In the last installment of this column, I covered Interop with unmanaged code via P/Invoke. In some ways this topic revisited the past by showing how your managed code can access legacy Win32® code. In contrast, this month I'm going to peek into the future by looking at a cool new feature, generics, which will be coming soon to the common language runtime (CLR). I'll introduce generics and discuss the benefits that it brings to your code, and in a future column I'll dig into more details of how ...

Introduction to XML and XSLT in C#.Net    Version: 0.00       Price: $0.00   
Total Hits: 10  |  Today: 0 Author: Pallavi Wasnik       Rating:  
Read Reviews | Write Review |   Your Rating: 

When I started working on xml for my project, I was very new to the concept. Of course there are a lot of resources you can find on internet regarding how to read and write xml file in .Net, how to transform it in HTML file, how to change the existing xml file. But I didn’t find a single resource that covers all these topics....

Introducing LINQ – Part 2    Version: 0.00       Price: $0.00   
Total Hits: 13  |  Today: 0 Author: Granville Barnett       Rating:  
Read Reviews | Write Review |   Your Rating: 

In the first part of this series I introduced you to the new language enhancements in C# 3.0, in this part we will look at querying relational data....

Finishing an Introductory Look at CIL        
Total Hits: 321  |  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: 618  |  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: 2043  |  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: 1385  |  Today: 1       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: 1203  |  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: 585  |  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++."...

Bernie’s Trackviewer    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: bhiller       Rating:  
Read Reviews | Write Review |   Your Rating: 

There are many tools available for viewing tracks recorded with GPS devices. They can often do lots of things, but editing is quite uncommon. There are many good reasons for editing, e.g. you might want to publish just a part of your track, need to correct some misplaced points, or want to remove the short deviation into the bushes when you provided a tree with liquid fertilizer......

LINQ Introduction Part 1 Of 3    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Sacha Barber       Rating:  
Read Reviews | Write Review |   Your Rating: 

.NET 3.0 has now been released, so we should all know it by now shouldn't we? Jeez, it doesn't seem like that long ago that .NET 2.0 came along. Well for those that don't realize .NET 3.0 actually contains quite a lot of new stuff, such as:

* Windows Workflow Foundation (WWF): Managing object lifecycles / persistent object storage
* Windows Communication Foundation (WCF): The new communication layer
* Windows Presentation Foundation (WPF): The new presentation layer (XAM...

An introduction to numerical programming in C#    Version: 0.00       Price: $0.00   
Total Hits: 12  |  Today: 0 Author: John D. Cook       Rating:  
Read Reviews | Write Review |   Your Rating: 

The first time you write numerical software in a new programming language, you ask the following questions:

* How do I import the standard math library?
* How do I use common math functions?
* What math functions are included and which ones will I need to write or find elsewhere?...

Introduction to the TypeConverter        
Total Hits: 387  |  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: 681  |  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: 471  |  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: 945  |  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: 578  |  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: 1747  |  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: 1121  |  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: 2108  |  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....


1  2  3  4  Next >> 

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