Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
C# Programming Cookbook

You're reading from   C# Programming Cookbook Quick fixes to your common C# programming problems, with a focus on C# 6.0

Arrow left icon
Product type Paperback
Published in Jul 2016
Publisher Packt
ISBN-13 9781786467300
Length 476 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Dirk Strauss Dirk Strauss
Author Profile Icon Dirk Strauss
Dirk Strauss
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Preface 1. New Features in C# 6.0 FREE CHAPTER 2. Classes and Generics 3. Object-Oriented Programming in C# 4. Composing Event-Based Programs Using Reactive Extensions 5. Create Microservices on Azure Service Fabric 6. Making Apps Responsive with Asynchronous Programming 7. High Performance Programming Using Parallel and Multithreading in C# 8. Code Contracts 9. Regular Expressions 10. Choosing and Using a Source Control Strategy 11. Creating a Mobile Application in Visual Studio 12. Writing Secure Code and Debugging in Visual Studio 13. Creating a Web Application in Azure Index

What this book covers

Chapter 1, New Features in C# 6.0, introduces you to the new features available in C# 6.0.

Chapter 2, Classes and Generics, covers classes and generics, which form the building blocks of modern day applications. You will learn what they are and how to use them more effectively.

Chapter 3, Object-Oriented Programming in C#, covers OOP, which is why we do what we do in the way we do it. We will discuss the fundamentals when it comes to this concept.

Chapter 4, Composing Event-Based Programs Using Reactive Extensions, helps you make your applications more responsive using Rx and leveraging the power of providing real-time data.

Chapter 5, Create Microservices on Azure Service Fabric, shows how you can break away from the traditional approach to developing applications. Instead of one single monolithic application, microservices break an application up into smaller bits that can function on their own.

Chapter 6, Making Apps Responsive with Asynchronous Programming, covers using asynchronous programming to never let your application lock up because it is waiting for a long running task to complete.

Chapter 7, High Performance Programming Using Parallel and Multithreading in C#, demonstrates how you can make good use of the performance provided by today's multicore CPUs.

Chapter 8, Code Contracts, deals with writing robust code that will validate the correctness of data being passed to a method. We will also cover code contracts, which allow developers to write better code.

Chapter 9, Regular Expressions, covers regex, which is a technology that is baked into the .NET Framework and is often overlooked in most books. Understanding it better will go a long way toward adding value to your skillset.

Chapter 10, Choosing and Using a Source Control Strategy, delves into the different strategies that different developers in different situations require when it comes to using source control.

Chapter 11, Creating a Mobile Application in Visual Studio, discusses what you can do with Visual Studio, which has made it possible to make developing mobile applications across multiple platforms within reach for practically any developer.

Chapter 12, Writing Secure Code and Debugging in Visual Studio, emphasizes how being able to write more secure code will set your application apart from others. Being able to debug like a boss will set you apart from the rest.

Chapter 13, Creating a Web Application in Azure, demonstrates just how easy it is to create a web application in Azure.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime