.NET news » C# C# Rss Feed

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 >
download
NET Matters: Iterating NTFS Streams
Do you need access from your managed code to the alternate data streams in NTFS files? Need to enumerate and iterate through them? Stephen Toub shows how with the new iterator support in C# 2.0.
15 Dec 2005, 21:10:05   Source: NET Matters: Iterating NTFS Streams   Tags: Examples C#
Publisher's Point: C-Sharpest
Exclusive online-only article!Publisher's Point E-Column: C-Sharpest

C# 2.0 just shipped with a number of interesting new features: anonymous methods, nullable objects, iterators, partial classes, generics, and others. But the innovation does not stop there! Microsoft (and Anders Hejlsberg in particular) have already allowed us a sneak peek at some of the new features that will be available in C# 3.0.

4 Dec 2005, 02:00:00   Source: Publisher's Point: C-Sharpest   Tags: C#
How to Create a Web Service in C#
Learn how to create a Web service in C#.
1 Dec 2005, 01:07:37   Source: How to Create a Web Service in C#   Tags: C# Examples Web Services
How to Write High-Performance C# Code
Writing code that runs quickly is sometimes at odds with writing code quickly. C.A.R. Hoare, computer science luminary and discoverer of the QuickSort algorithm, famously proclaimed, 'Premature optimization is the root of all evil.' The extreme programming design principle of 'You Aren't Gonna Need It' (YAGNI) argues against implementing any features, including performance optimizations, until they're needed.
12 Sep 2004, 19:00:00   Source: How to Write High-Performance C# Code   Tags: Performance C#
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 >