Cargando…

C# 6 and .NET Core 1.0 modern cross-platform development : create powerful cross-platform applications using C# 6, Net Core 1.0 ASP.NET Core 1.0 and Visual Studio 2015 /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Price, Mark J. (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn946526857
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160412s2016 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d OCLCF  |d N$T  |d TEFOD  |d N$T  |d VT2  |d KSU  |d DEBBG  |d DEBSZ  |d OCLCA  |d OCL  |d CEF  |d NLE  |d UKMGB  |d AGLDB  |d IGB  |d UKAHL  |d RDF  |d OCLCO  |d NZAUC  |d OCLCQ  |d OCLCO 
015 |a GBB6G3095  |2 bnb 
016 7 |a 018006753  |2 Uk 
020 |a 9781783558544  |q (electronic bk.) 
020 |a 1783558547  |q (electronic bk.) 
020 |a 1785285696 
020 |a 9781785285691 
020 |z 9781785285691 
029 1 |a AU@  |b 000058967091 
029 1 |a AU@  |b 000067106273 
029 1 |a DEBBG  |b BV043969189 
029 1 |a DEBSZ  |b 48579702X 
029 1 |a GBVCP  |b 882849352 
029 1 |a UKMGB  |b 018006753 
035 |a (OCoLC)946526857 
037 |a CL0500000732  |b Safari Books Online 
037 |a 50C9F8FA-D3C0-4C96-A8E1-8916D610B2C9  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.73.C154 
072 7 |a COM  |x 051310  |2 bisacsh 
082 0 4 |a 005.133  |2 23 
049 |a UAMI 
100 1 |a Price, Mark J.,  |e author. 
245 1 0 |a C# 6 and .NET Core 1.0 modern cross-platform development :  |b create powerful cross-platform applications using C# 6, Net Core 1.0 ASP.NET Core 1.0 and Visual Studio 2015 /  |c Mark J. Price. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2016. 
300 |a 1 online resource :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Community experience distilled 
588 0 |a Online resource; title from cover (viewed April 11, 2016). 
500 |a Includes index. 
520 8 |a Annotation  |b Create powerful cross-platform applications using C# 6, .NET Core 1.0, ASP.NET Core 1.0, and Visual Studio 2015About This Book Build modern, cross-platform applications with .NET Core 1.0 Get up-to-speed with C#, and up-to-date with all the latest features of C# 6 Start creating professional web applications with ASP.NET Core 1.0Who This Book Is ForAre you struggling to get started with C#? Or maybe you're interested in the potential of the new cross-platform features that .NET Core can offer? If so, C# 6 and .NET Core 1.0 is the book for you. While you don't need to know any of the latest features of C# or .NET to get started, it would be beneficial if you have some programming experience. What You Will Learn Build cross-platform applications using C# 6 and .NET Core 1.0 Explore ASP.NET Core 1.0 and learn how to create professional web applications Improve your application's performance using multitasking Use Entity Framework Core 1.0 and learn how to build Code-First databases Master object-oriented programming with C# to increase code reuse and efficiency Familiarize yourself with cross-device app development using the Universal Windows Platform and XAML Query and manipulate data using LINQ Protect your data by using encryption and hashingIn DetailWith the release of .NET Core 1.0, you can now create applications for Mac OS X and Linux, as well as Windows, using the development tools you know and love. C# 6 and .NET Core 1.0 has been divided into three high-impact sections to help start putting these new features to work. First, we'll run you through the basics of C#, as well as object-orient programming, before taking a quick tour through the latest features of C# 6 such as string interpolation for easier variable value output, exception filtering, and how to perform static class imports. We'll also cover both the full-feature, mature .NET Framework and the new, cross-platform .NET Core. After quickly taking you through C# and how .NET works, we'll dive into the internals of the .NET class libraries, covering topics such as performance, monitoring, debugging, internationalization, serialization, and encryption. We'll look at Entity Framework Core 1.0 and how to develop Code-First entity data models, as well as how to use LINQ to query and manipulate that data. The final section will demonstrate the major types of applications that you can build and deploy cross-device and cross-platform. In this section, we'll cover Universal Windows Platform (UWP) apps, web applications, and web services. Lastly, we'll help you build a complete application that can be hosted on all of today's most popular platforms, including Linux and Docker. By the end of the book, you'll be armed with all the knowledge you need to build modern, cross-platform applications using C# and .NET Core. Style and approachThis book takes a step-by-step approach and is filled with exciting projects and fascinating theory. It uses three high-impact sections to equip you with all the tools you'll need to build modern, cross-platform applications using C# and .NET Core. 
505 0 |a Cover ; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Hello, C#! Welcome, .NET Core!; Setting up your development environment; Using alternative C# IDEs; Using Visual Studio 2015 on Windows 10; Installing Microsoft Visual Studio 2015; Choosing the default installation; Choosing the custom installation; Completing the installation; Signing in to Visual Studio; Choosing development settings; Updating extensions and products; Using older versions of Visual Studio; Understanding .NET Framework, .NET Core, and .NET Native 
505 8 |a Understanding .NET Framework platformUnderstanding the Mono project; Understanding the .NET Core platform; Streamlining .NET; The future of .NET; Understanding the .NET Native compiler; Comparing .NET technologies; Writing and compiling code using the Developer Command Prompt; Writing code using Notepad; Compiling code using the Developer Command Prompt; Fixing compiler errors; Decompiling code using ILDASM; Disassembling compiled assemblies; Writing and compiling code using Microsoft Visual Studio 2015; Writing code using Visual Studio 2015; Compiling code using Visual Studio 
505 8 |a Fixing mistakes with the error listExperimenting with C# Interactive; Other useful windows; Targeting the .NET Core; Understanding the .NET Portability Analyzer; Installing the .NET Portability Analyzer; Configuring the .NET Portability Analyzer; Analyzing a solution; .NET Portability and this book; Creating new projects for the .NET Core; Managing .NET Core development with Command Line Tools; Installing the .NET Command Line Tools; Creating a .NET Core application using Command Line Tools; Creating a .NET Core application using Visual Studio 2015; Managing source code with GitHub 
505 8 |a Using the Team Explorer windowCloning a GitHub repository; Managing a GitHub repository; Practicing and exploring; Exercise 1.1 -- test your knowledge; Exercise 1.2 -- practice managing Visual Studio Windows; Exercise 1.3 -- practice coding anywhere; Exercise 1.4 -- explore topics; Summary; Chapter 2: Speaking C#; Understanding C# basics; The C# grammar; Statements; Blocks; The C# vocabulary; Writing the code; Verbs are methods; Nouns are types, fields, and variables; Counting types and methods; Declaring variables; Naming variables; Storing text; Storing numbers; Storing whole numbers 
505 8 |a Storing real numbersStoring Booleans; The object type; The dynamic type; Local variables; Inferring the type of a local variable; Making a value type nullable; Storing multiple values in an array; Building console applications; Displaying output to the user; Getting input from the user; Importing a namespace; Simplifying the usage of the console in C# 6; Reading arguments and working with arrays; Operating on variables; Experimenting with unary operators; Experimenting with arithmetic operators; Comparison and Boolean operators; Practicing and exploring; Exercise 2.1 -- test your knowledge 
505 8 |a Exercise 2.2 -- practice number sizes and ranges 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Microsoft Visual studio. 
630 0 0 |a Microsoft .NET Framework. 
630 0 7 |a Microsoft Visual studio  |2 fast 
630 0 7 |a Microsoft .NET Framework  |2 fast 
650 0 |a C# (Computer program language) 
650 0 |a Application software  |x Development. 
650 0 |a Internet programming. 
650 6 |a C# (Langage de programmation) 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Programmation Internet. 
650 7 |a COMPUTERS  |x Programming Languages  |x C#  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a C# (Computer program language)  |2 fast 
650 7 |a Internet programming  |2 fast 
830 0 |a Community experience distilled. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781785285691/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH30547800 
938 |a EBSCOhost  |b EBSC  |n 1213961 
994 |a 92  |b IZTAP