Cargando…

.NET Standard 2.0 Cookbook : Develop high quality, fast and portable applications by leveraging the power of .NET Standard Library.

.NET Standard is a standard that represents a set of APIs that all .NET platforms have to implement, making it easier for developers to access and use one common library for their development needs. If you want to get the best of the .NET framework using the Standard Libraries and program in a bette...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Ismail, Fiqri
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2018.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Back to Basics; Technical requirements; Introduction ; Creating a C#-based console application; Getting ready; How to do it ... ; How it works ... ; See also; Creating a C# class library ; Getting ready; How to do it ... ; How it works ... ; Creating a classic Windows-based application to use the library; Getting ready; How to do it ... ; How it works ... ; Creating a WPF-based application to use the library ; Getting ready; How to do it ... ; How it works ...
  • Hello Universe
  • My first .NET Standard class libraryGetting ready; How to do it ... ; How it works ... ; Creating a Windows console-based application to use the library; Getting ready; How to do it ... ; How it works ... ; Creating an ASP.NET Core-based web application to use the library; Getting ready; How to do it ... ; How it works ... ; Chapter 2: Primitives, Collections, LINQ, and More; Technical requirements; Introduction; Building a .NET Standard 2.0 library that uses primitives; Getting ready ; How to do it ... ; How it works ... ; A .NET console application to use the library; Getting ready.
  • How to do it ... How it works ... ; Creating collections; Getting ready; How to do it ... ; How it works ... ; A WPF application to use the library; Getting ready; How to do it ... ; How it works ... ; Describing our library with Reflections; Getting ready; How to do it ... ; How it works ... ; A .NET Core console application to use the library; Getting ready ; How to do it ... ; How it works ... ; Building a .NET Standard 2.0 library that uses LINQ; Getting ready; How to do it ... ; How it works ... ; An ASP.NET MVC application to use the library; Getting ready; How to do it ... ; How it works ...
  • Chapter 3: Working with FilesTechnical requirements; Introduction; Setting up .NET Core in Ubuntu; Getting ready; How to do it ... ; How it works ... ; Creating a log as text; Getting ready; How to do it ... ; How it works ... ; Creating an ASP.NET Core application in Ubuntu to use the library; Getting ready; How to do it..; How it works ... ; Setting up .NET Core in macOS; Getting ready; How to do it ... ; How it works ... ; Reading from a comma separated (CSV) text file; Getting ready; How to do it ... ; How it works ... ; Creating a .NET Core console application in macOS to use the library; Getting ready.
  • How to do it ... How it works ... ; Compressing? Why not?; Getting ready; How to do it ... ; How it works ... ; Creating a classic Windows application to use the library; Getting ready; How to do it ... ; How it works ... ; Encrypting and decrypting content in a text file; Getting ready; How to do it ... ; How it works ... ; Creating a classic Windows application to use the library; Getting ready; How to do it ... ; How it works ... ; Chapter 4: Functional Programming; Technical requirements; Introduction; Creating a .NET Standard 2.0 library; Getting ready; How to do it ... ; How it works ...