Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
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
Introducing LINQ – Part 4  Version: 0.00     Price: $0.00  
Total Hits: 34  |  Today: 0Author: Granville Barnett      Rating:  
Read Reviews | Write Review |  Your Rating: 

In the previous few parts of this series we have talked a lot about what LINQ can give you, in this part of the series we will use LINQ, ASP.NET and ASP.NET AJAX to replicate the to-do list that Scott Guthrie created a while back to show off the features of ASP.NET AJAX....

Introduction to C#     
Total Hits: 88  |  Today: 0Author: Puran Mehra      Rating:  
Read Reviews | Write Review |  Your Rating: 

Microsoft touts its new, object-oriented language, C#, as the best language for writing Microsoft .NET applications. C# provides the rapid application development found in Visual Basic with the power of C++. C# syntax is similar to C++ syntax. Some experts also say that C# is Microsoft's answer to Sun Microsystems' Java and Borland's Delphi....

The Basics of C#: A "HelloWorld" Application     
Total Hits: 2146  |  Today: 0Author: 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....

An Overview of C# 4.0  Version: 0.00     Price: $0.00  
Total Hits: 41  |  Today: 0Author: Buu Nguyen      Rating:  
Read Reviews | Write Review |  Your Rating: 

The .NET framework 4.0 CTP has just been released, and I think it’s a good time to explore the new features of C# 4.0. In this post, I will introduce about the following features: dynamic lookup, generics covariance and contravariance support, optional and named parameters....

Introduction to NIEM and IEPDs  Version: 0.00     Price: $0.00  
Total Hits: 12  |  Today: 0Author: Marc Clifton, Mark Long      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article introduces a topic that I have taken an interest in, namely the National Information Exchange Model (NIEM) and the Information Exchange Package Documentation (IEPD). NIEM itself is interesting because it attempts to define an extensible standard for information exchange between various government agencies. An IEPD is the specific definition of this exchange for an information domain. Everything in the world of NIEM is based on XML and XSDs, and the specific schemas defined in an IEP...

An introduction to System.Lazy  Version: 0.00     Price: $0.00  
Total Hits: 45  |  Today: 0Author: Niladri_Biswas      Rating:  
Read Reviews | Write Review |  Your Rating: 

Object creation is always expensive. It is better to create object when it is actually needed to do so. Otherwise, unnecessary memory allocation on the heap will cause a memory load. Lazy T which is defined in the mscorlib assembly and belongs to System namespace, ensures that object is created only when it is needed....

Introduction to SIP for Java, C# and VB Developers  Version: 0.00     Price: $0.00  
Total Hits: 43  |  Today: 0Author: Jesper A Nielsen      Rating:  
Read Reviews | Write Review |  Your Rating: 

Session Initiation Protocol (SIP) was designed from the bottom up to connect people and devices whenever and wherever they are in order to engage in a (possibly lengthy) exchange of information. Existing protocols, such as HTTP and SMTP, were not purpose-built for this essential human activity, and so SIP was born to fill the gap. However, SIP borrows from these two other protocols heavily: from using HTTP's message exchange pattern, message format and encoding, to SMTP's URI scheme....

LINQ Introduction Part 1 Of 3  Version: 0.00     Price: $0.00  
Total Hits: 39  |  Today: 0Author: 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...

Introduction to XML and XSLT in C#.Net  Version: 0.00     Price: $0.00  
Total Hits: 60  |  Today: 0Author: 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: 60  |  Today: 0Author: 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....

C# 3.0: An Introduction  Version: 0.00     Price: $0.00  
Total Hits: 10  |  Today: 0Author: Granville Barnett      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article we will look at some of the language enhancements in C# 3.0. Throughout the article we will use code examples to demonstrate these new enhancements and how to apply them to real world problems. This article will give you the core understanding you will require to further explore the C# 3.0 language using many of its new features....

An introduction to numerical programming in C#  Version: 0.00     Price: $0.00  
Total Hits: 52  |  Today: 0Author: 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?...

New features in C# 4.0  Version: 0.00     Price: $0.00  
Total Hits: 16  |  Today: 0Author: interviews.dotnetthread.com      Rating:  
Read Reviews | Write Review |  Your Rating: 

It is now close to a year since Microsoft Visual C# 3.0 shipped as part of Visual Studio 2008. In the VS Managed Languages team we are hard at work on creating the next version of the language (with the unsurprising working title of C# 4.0), and this document is a first public description of the planned language features as we currently see them....

RavenDB - An Introduction  Version: 0.00     Price: $0.00  
Total Hits: 22  |  Today: 0Author: Ayende @ Rahien, Paul B.      Rating:  
Read Reviews | Write Review |  Your Rating: 

RavenDB is a new open source document database for .NET. If you have never worked with a document database before, the simplest way to think about it is to imagine serializing your objects and storing them on the hard drive where the app is. If you stored it using the key or whatever most common lookup method you might use, it would be quite easy to retrieve your entire object without having to map to and from columns and rows in a SQL database. Dealing with further ways of looking it up, concur...

Introduction To LINQ     
Total Hits: 166  |  Today: 0Author: 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....

Finishing an Introductory Look at CIL     
Total Hits: 382  |  Today: 0Author: 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 ...

Introduction to the TypeConverter     
Total Hits: 454  |  Today: 0Author: 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: 731  |  Today: 0Author: 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+...

C#     
Total Hits: 1058  |  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: 628  |  Today: 0Author: 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....


1  2  3  4  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net