Professional C# 7 and .NET Core 2.0 INTRODUCTION

INTRODUCTION

THE WORLD OF .NET CORE

  • The .NET Framework was closed source and available on Windows systems only
  • .NET Core is open source, is available on Linux, and uses modern patterns.。
  • For creating new web applications, using the new technology Razor Pages might be all you need.
  • ASP.NET SignalR, a technology for real-time communication。
  • ASP.NET Core works great in combination with JavaScript technologies like Angular and React/Redux.
  • You can access the source code of .NET Core at https://github.com/dotnet/corefx.
  • The .NET Core command line is available at https://github.com/dotnet/cli.
  • At https://github.com/aspnet you can find many repositories for ASP.NET Core.

THE WORLD OF C#

WHAT'S NEW IN C# 7

WHAT'S NEW IN ASP.NET CORE

WHAT'S NEW WITH THE UNIVERSAL WINDOWS PLATFORM

WHAT YOU NEED TO WRITE AND RUN C# CODE

WHAT THIS BOOK COVERS

CONVENTIONS

SOURCE CODE

GITHUB

ERRATA

Guess you like

Origin www.cnblogs.com/zenronphy/p/12381430.html
Recommended