Description

Book Synopsis
Become a more productive programmer by leveraging the newest features available to you in C#. This book highlights the new language features available to you and how to use these and other tools such as Bootstrap, SCSS, and jQuery to enhance your web applications.

Exploring Advanced Features in C# starts with some of the new features of C# 7 such as how to implement local functions, tuples and generalized async return types.  The book also looks at C# 8, where the author demonstrates how to implement nullable reference types, recursive patterns, ranges, indicies, switch expressions, and many more. Next, you go through some of the distinct features of C# that might often be overlooked such as generics, asynchronous programming, and dynamic types. The author demonstrates how to implement these features through clear and concise examples. 
 
Next, you''ll discuss creating responsive web applications using AS

Trade Review
“This volume deals with ‘advanced features’ of C # (the author’s terms), including their interaction with other facets of the language and .NET. … The given examples are simple and illustrate concepts in an easy-to-understand manner. The book is a useful guide for experienced C ++ and/or C # programmers.” (Anoop Malaviya, Computing Reviews, July 17, 2021)

Table of Contents
Chapter 1: C# 7 in focus

Chapter Goal: Have a more in-depth look at the features of C# 7 and specifically how to implement these in every day programming projects.

No of pages 50

Sub -Topics

1. Getting started with Tuples

2. Pattern matching and deconstruction

3. Using out variables

4. Using local functions

5. Generalized async return types

6. Throw expressions and expression bodies for accessors, constructors and finalizers

Chapter 2: Exploring C#

Chapter Goal: Have a look at some of the other features of C# that might often be overlooked by developers. This is not C# 7 specific code.

No of pages: 40

Sub - Topics

1. Using and implementing abstract classes

2. Using and implementing an interface

3. Work with strings using String Interpolation, FormattableString and nameof

4. Asynchronous programming using async and await

5. Making use of extension methods

6. Generics

7. Lambda Expressions

8. Nullable types

9. Dynamics

Chapter 3: The new features of C# 8.0

Chapter Goal: Introduce developers to some of the new features announced for C# 8.0

No of pages: 15 – 20 (depends on length of code samples)

Sub - Topics

1. A note on C# 8 and what you can expect

2. Nullable reference types

3. Async streams

4. Ranges and indices

5. Recursive patterns

6. Switch expressions

7. Target-typed new-expressions

Chapter 4: Creating responsive web applications using ASP.NET MVC

Chapter Goal: Show how Bootstrap combined with jQuery and SCSS can be used to create responsive web applications with a great looking, user friendly UI.

No of pages: 30

Sub - Topics:

1. Creating your first ASP.NET MVC application (Site use to be decided later eg. Planner, task list etc.)

2. Referencing the components needed for jQuery and Bootstrap

3. What is SCSS and how to set it up and use it in a web application

4. Using Razor and creating your views

4. Using plugins to enhance your site (example of Isotope plugin will be used https://isotope.metafizzy.co/)

5. Testing the responsive site layout across devices using Chrome

6. Debugging your jQuery using Chrome Developer Tools

7. Using serverless computing to enhance your application’s functionality (example: creating PDF documents using DocRaptor or similar https://docraptor.com/)

Chapter 5: Getting started with .NET Core 3.0

Chapter Goal: This chapter will serve as an introduction to .NET Core using version 2.1

No of pages: 20 – 30 (Depends on the length of the first section – running on Linux)

Sub - Topics:

1. Create an ASP.NET Core MVC application

2. Running your ASP.NET Core MVC application on Linux

3. Upcoming features of .NET Core 3.0

Chapter 6: Being more productive in Visual Studio 2019

Chapter Goal: Discuss some of the features available to developers as well as tips and tricks of Visual Studio 2019 that make a developer more productive.

No of pages: 30

1. Better searching in Visual Studio 2019

2. Using live unit tests in Visual Studio 2019

3. Generate classes from XML and JSON

4. Using NuGet to add functionality to your projects

5. Debugger improvements with Visual Studio 2019

6. Visual Studio Live Share

7. Remote debugging

8. Visual Studio IntelliCode using AI

9. Using Visual Studio Diagnostics Tools

10. Converting for each loops to LINQ


Exploring Advanced Features in C

Product form

£29.99

Includes FREE delivery

RRP £39.99 – you save £10.00 (25%)

Order before 4pm today for delivery by Sat 10 Jan 2026.

A Paperback / softback by Dirk Strauss

Out of stock


    View other formats and editions of Exploring Advanced Features in C by Dirk Strauss

    Publisher: APress
    Publication Date: 31/05/2019
    ISBN13: 9781484248553, 978-1484248553
    ISBN10: 1484248554

    Description

    Book Synopsis
    Become a more productive programmer by leveraging the newest features available to you in C#. This book highlights the new language features available to you and how to use these and other tools such as Bootstrap, SCSS, and jQuery to enhance your web applications.

    Exploring Advanced Features in C# starts with some of the new features of C# 7 such as how to implement local functions, tuples and generalized async return types.  The book also looks at C# 8, where the author demonstrates how to implement nullable reference types, recursive patterns, ranges, indicies, switch expressions, and many more. Next, you go through some of the distinct features of C# that might often be overlooked such as generics, asynchronous programming, and dynamic types. The author demonstrates how to implement these features through clear and concise examples. 
     
    Next, you''ll discuss creating responsive web applications using AS

    Trade Review
    “This volume deals with ‘advanced features’ of C # (the author’s terms), including their interaction with other facets of the language and .NET. … The given examples are simple and illustrate concepts in an easy-to-understand manner. The book is a useful guide for experienced C ++ and/or C # programmers.” (Anoop Malaviya, Computing Reviews, July 17, 2021)

    Table of Contents
    Chapter 1: C# 7 in focus

    Chapter Goal: Have a more in-depth look at the features of C# 7 and specifically how to implement these in every day programming projects.

    No of pages 50

    Sub -Topics

    1. Getting started with Tuples

    2. Pattern matching and deconstruction

    3. Using out variables

    4. Using local functions

    5. Generalized async return types

    6. Throw expressions and expression bodies for accessors, constructors and finalizers

    Chapter 2: Exploring C#

    Chapter Goal: Have a look at some of the other features of C# that might often be overlooked by developers. This is not C# 7 specific code.

    No of pages: 40

    Sub - Topics

    1. Using and implementing abstract classes

    2. Using and implementing an interface

    3. Work with strings using String Interpolation, FormattableString and nameof

    4. Asynchronous programming using async and await

    5. Making use of extension methods

    6. Generics

    7. Lambda Expressions

    8. Nullable types

    9. Dynamics

    Chapter 3: The new features of C# 8.0

    Chapter Goal: Introduce developers to some of the new features announced for C# 8.0

    No of pages: 15 – 20 (depends on length of code samples)

    Sub - Topics

    1. A note on C# 8 and what you can expect

    2. Nullable reference types

    3. Async streams

    4. Ranges and indices

    5. Recursive patterns

    6. Switch expressions

    7. Target-typed new-expressions

    Chapter 4: Creating responsive web applications using ASP.NET MVC

    Chapter Goal: Show how Bootstrap combined with jQuery and SCSS can be used to create responsive web applications with a great looking, user friendly UI.

    No of pages: 30

    Sub - Topics:

    1. Creating your first ASP.NET MVC application (Site use to be decided later eg. Planner, task list etc.)

    2. Referencing the components needed for jQuery and Bootstrap

    3. What is SCSS and how to set it up and use it in a web application

    4. Using Razor and creating your views

    4. Using plugins to enhance your site (example of Isotope plugin will be used https://isotope.metafizzy.co/)

    5. Testing the responsive site layout across devices using Chrome

    6. Debugging your jQuery using Chrome Developer Tools

    7. Using serverless computing to enhance your application’s functionality (example: creating PDF documents using DocRaptor or similar https://docraptor.com/)

    Chapter 5: Getting started with .NET Core 3.0

    Chapter Goal: This chapter will serve as an introduction to .NET Core using version 2.1

    No of pages: 20 – 30 (Depends on the length of the first section – running on Linux)

    Sub - Topics:

    1. Create an ASP.NET Core MVC application

    2. Running your ASP.NET Core MVC application on Linux

    3. Upcoming features of .NET Core 3.0

    Chapter 6: Being more productive in Visual Studio 2019

    Chapter Goal: Discuss some of the features available to developers as well as tips and tricks of Visual Studio 2019 that make a developer more productive.

    No of pages: 30

    1. Better searching in Visual Studio 2019

    2. Using live unit tests in Visual Studio 2019

    3. Generate classes from XML and JSON

    4. Using NuGet to add functionality to your projects

    5. Debugger improvements with Visual Studio 2019

    6. Visual Studio Live Share

    7. Remote debugging

    8. Visual Studio IntelliCode using AI

    9. Using Visual Studio Diagnostics Tools

    10. Converting for each loops to LINQ


    Recently viewed products

    © 2026 Book Curl

      • American Express
      • Apple Pay
      • Diners Club
      • Discover
      • Google Pay
      • Maestro
      • Mastercard
      • PayPal
      • Shop Pay
      • Union Pay
      • Visa

      Login

      Forgot your password?

      Don't have an account yet?
      Create account