C#
C# is a multi-paradigm programming language. This section contains C# related articles and syntaxes.
Free Books
  • samspublishing

    C# 4.0 How-To

    This chapter is all about making your own objects as useful and versatile as possible. In many cases, this means implementing the standard interfaces that .NET provides or simply overriding base cl...
    samspublishing 3/24/2010 12:32:15 AM
  • AddisonWesley

    Essential C# 4.0

    This chapter looks at the new features added into C# 4.0 that combine to improve code readability and extend your ability to leverage LINQ to Object queries over dynamic data sources.
    AddisonWesley 2/2/2010 10:57:05 PM
  • AddisonWesley

    Advanced Windows Debugging

    This chapter discusses a myriad of stability issues that can surface in an application when the heap is used in a nonconventional fashion. Although the stack and the heap are managed very different...
    AddisonWesley 11/16/2009 12:00:00 AM
  • AddisonWesley

    A Developer's Guide to Data Modeling for SQL Server

    Data normalization is probably one of the most talked-about aspects of database modeling. Before building your data model, you must answer a few questions about normalization. These questions inc...
    AddisonWesley 9/1/2009 1:48:23 AM
  • AddisonWesley

    SQL Queries for Mere Mortals

    In this chapter, you will learn What Is a Set, Anyway,Operations on Sets, Intersection, Difference, Union and SQL Set Operations.
    AddisonWesley 8/9/2009 11:05:47 PM
  • AddisonWesley

    C# Design Patterns

    The C# language has its roots in C++, Visual Basic, and Java. Both C# and VB.Net use the same libraries and compile to the same underlying code. Both are managed languages with garbage collection o...
    AddisonWesley 7/21/2009 4:48:05 AM
  • apress

    C# and the .NET Platform

    This chapter rounds out your introduction to the core aspects of the C# language by examining a number of advanced (but extremely useful) syntactic constructs. To begin, you learn how to construct ...
    apress 1/13/2009 12:07:53 AM
  • apress

    Beginning C# Objects: From Concepts to Code

    The properties and behaviors of some common collection types,How collections enable us to model very sophisticated real-world concepts or situations,How we can define our own collection types
    apress 12/16/2008 4:19:00 AM
  • apress

    Applied .NET Attributes

    IN THE COURSE OF DEVELOPING an application, it is quite typical to have core functionality contained in methods that are invoked by other specialized methods.
    apress 12/9/2008 6:37:29 AM
  • apress

    A Programmer's Guide to ADO.Net in C#

    This Chapter will introduce you to C#. You will learn how to write and compile C# programs, C# syntaxes, data types, control flow, classes and their members, inter-faces, arrays, and exception hand...
    apress 12/8/2008 11:55:53 PM

  •          
  •          
  •