Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Jon Skeet Profile

photo Jon Skeet (skeet)
16 May 2005
Reading, England United Kingdom
Software engineer
http://www.pobox.com/~skeet/csharp/
Contact memberContact this Member Edit ProfileEdit my profile

C# MVP currently living in Reading and working for Clearswift in C#, Java, C and C++.

This user has contributed 5 articles, 1 code samples and posted 3 messages in our discussion forums.

Technology Interests

      Articles & Tutorials

    • Parameter Passing in C#

      by skeet

      Many people have become fairly confused about how parameters are passed in C#, particularly with regard to reference types. This article gives an in-depth discussion of the differences between default/ref/out parameters.. Read full article

    • Exceptions and Performance in .NET

      by skeet

      Almost every time exceptions are mentioned in mailing lists and newsgroups, people say they're really expensive, and should be avoided in almost all situations. Jon Skeet examines the claim.. Read full article

    • Memory in .NET - what goes where

      by skeet

      A lot of confusion has been wrought by people explaining the difference between value types and reference types as 'value types go on the stack, reference types go on the heap'. This is simply untrue (as stated) and this article attempts to clarify matters somewhat. . Read full article

    • Strings in .NET and C#

      by skeet

      The System.String type (shorthand string in C#) is one of the most important types in .NET, and unfortunately it's much misunderstood. This article attempts to deal with some of the basics including interning, literals and encoding.. Read full article

    • Unicode and .NET

      by skeet

      An introduction to the murky world of Unicode and character encodings.. Read full article