|
|
|
|
|
Total Hits: 12 | Today: 0
|
Author: Jason Clark
|
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 ...
|
|
|
|
Total Hits: 10 | Today: 0
|
Author: Pallavi Wasnik
|
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....
|
|
|
|
Total Hits: 13 | Today: 0
|
Author: Granville Barnett
|
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....
|
|
|
|
Total Hits: 321 | Today: 0
|
Author: Peyton McCullough
|
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 ...
|
|
|
|
Total Hits: 618 | Today: 0
|
Author: CodeProject
|
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...
|
|
|
|
Total Hits: 2043 | Today: 0
|
Author: James Yang
|
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....
|
|
|
|
Total Hits: 1385 | Today: 1
|
|
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....
|
|
|
|
Total Hits: 1203 | Today: 0
|
|
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....
|
|
|
|
Total Hits: 585 | Today: 0
|
|
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++."...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: bhiller
|
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......
|
|
|
|
Total Hits: 1 | Today: 0
|
Author: Sacha Barber
|
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...
|
|
|
|
Total Hits: 12 | Today: 0
|
Author: John D. Cook
|
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?...
|
|
|
|
Total Hits: 387 | Today: 0
|
Author: DanMayer.
|
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....
|
|
|
|
Total Hits: 681 | Today: 0
|
Author: SREENIVAS
|
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+...
|
|
|
|
Total Hits: 471 | Today: 0
|
Author: Jesse Liberty
|
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....
|
|
|
|
Total Hits: 945 | Today: 0
|
|
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....
|
|
|
|
Total Hits: 578 | Today: 0
|
Author: DevArticles
|
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....
|
|
|
|
Total Hits: 1747 | Today: 0
|
Author: John Godel
|
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....
|
|
|
|
Total Hits: 1121 | Today: 0
|
Author: Danish Sami
|
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. ...
|
|
|
|
Total Hits: 2108 | Today: 0
|
|
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....
|
|
|
|
|
|