Pro C# 7 : with .NET and .NET Core

Book Cover
Average Rating
Published
[Place of publication not identified] : Apress, [2017].
Status
Available Online

Description

Loading Description...

More Details

Format
Edition
Eighth edition.
Language
English
ISBN
9781484230183, 1484230183
UPC
10.1007/978-1-4842-3

Notes

Description
Annotation,This essential classic title provides a comprehensive foundation in the C# programming language and the frameworks it lives in. Now in its 8th edition, you'll find all the very latest C# 7.1 and .NET 4.7 features here, along with four brand new chapters on Microsoft's lightweight, cross-platform framework, .NET Core, up to and including .NET Core 2.0. Coverage of ASP.NET Core, Entity Framework (EF) Core, and more, sits alongside the latest updates to .NET, including Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), and ASP.NET MVC. Dive in and discover why Pro C# has been a favorite of C# developers worldwide for over 15 years. Gain a solid foundation in object-oriented development techniques, attributes and reflection, generics and collections as well as numerous advanced topics not found in other texts (such as CIL opcodes and emitting dynamic assemblies). With the help of this book you'll have the confidence to put C# into practice and explore the .NET universe on your own terms. What You Will LearnDiscover the latest C# 7.1 features, from tuples to pattern matchingHit the ground running with Microsoft's lightweight, open source .NET Core platform, including ASP.NET Core MVC, ASP.NET Core web services, and Entity Framework CoreFind complete coverage of XAML, .NET 4.7 and Visual Studio 2017Understand the philosophy behind .NET and the new, cross-platform alternative, .NET Core.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Troelsen, A. W. (2017). Pro C# 7: with .NET and .NET Core (Eighth edition.). Apress.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Troelsen, Andrew W.. 2017. Pro C# 7: With .NET and .NET Core. Apress.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Troelsen, Andrew W.. Pro C# 7: With .NET and .NET Core Apress, 2017.

MLA Citation, 9th Edition (style guide)

Troelsen, Andrew W.. Pro C# 7: With .NET and .NET Core Eighth edition., Apress, 2017.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
440116b8-1796-c766-f8ca-d3eabba8a423-eng
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work ID440116b8-1796-c766-f8ca-d3eabba8a423-eng
Full titlepro c 7 with net and net core
Authortroelsen andrew w
Grouping Categorybook
Last Update2024-03-29 07:51:22AM
Last Indexed2024-04-17 02:12:15AM

Book Cover Information

Image SourcecontentCafe
First LoadedApr 7, 2023
Last UsedApr 29, 2024

Marc Record

First DetectedMar 21, 2023 11:30:50 AM
Last File Modification TimeMar 21, 2023 11:30:50 AM
SuppressedRecord had no items

MARC Record

LEADER05405cam a2200529 i 4500
001on1037100055
003OCoLC
00520230321113013.0
006m     o  d        
007cr unu||||||||
008180523s2017    xx a    o     000 0 eng d
015 |a GBB8K6223|2 bnb
0167 |a 019090969|2 Uk
019 |a 1135651629
020 |a 9781484230183
020 |a 1484230183
0248 |a 10.1007/978-1-4842-3
035 |a (OCoLC)1037100055|z (OCoLC)1135651629
037 |a CL0500000966|b Safari Books Online
040 |a UMI|b eng|e rda|e pn|c UMI|d OCLCF|d STF|d TOH|d CEF|d OCLCQ|d OCLCO|d DEBBG|d WYU|d G3B|d UKMGB|d UAB|d UKAHL|d LQU|d OCLCQ|d OCLCO|d OCLCQ
049 |a MAIN
050 4|a QA76.73.C154
072 7|a COM|x 051000|2 bisacsh
08204|a 005.133|2 23
1001 |a Troelsen, Andrew W.,|e author.
24510|a Pro C# 7 :|b with .NET and .NET Core /|c Andrew Troelsen, Philip Japikse.
2463 |a Pro C sharp seven with .NET and .NET Core
250 |a Eighth edition.
264 1|a [Place of publication not identified] :|b Apress,|c [2017]
264 2|a New York :|b Distributed to the Book trade worldwide by Springer Science+Business Media New York,|c [2017]
264 4|c ©2017
300 |a 1 online resource (1 volume) :|b illustrations
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
5050 |a Part 1 -- Introducing C# and the .NET Platform1: The Philosophy of .NET2: Building C# ApplicationsPart 2 -- Core C# Programing3: Core C# Programming Constructs, Part I4: Core C# Programming Constructs, Part IIPart 3 -- Object-Oriented Programming with C#5: Understanding Encapsulation6: Understanding Inheritance and Polymorphism7: Understanding Structured Exception Handling8: Working with InterfacesPart 4 -- Advanced C# Programming9: Collections and Generics10: Delegates, Events, and Lambda Expressions11: Advanced C# Language Features12: LINQ to Objects13: Understanding Object LifetimePart 5 -- Programming with .NET Assemblies14: Building and Configuring Class Libraries15: Type Reflection, Late Binding, and Attribute-Based Programming16: Dynamic Types and the Dynamic Language Runtime17: Processes, AppDomains, and Object Contexts18: Understanding CIL and the Role of Dynamic AssembliesPart 6 -- Introducing the .NET Base Class Libraries19: Multithreaded, Parallel, and Async Programming20: File I/O and Object Serialization21: Data Access With ADO.NET22: Introducing Entity Framework 623: Introducing Windows Communication FoundationPart 7 -- Windows Presentation Foundation24: Introducing Windows Presentation Foundation and XAML25: Programming WPF Controls26: WPF Graphics Rendering Services27: WPF Resources, Animations, Styles, and Templates28: Notifications, Validations, Command, and MVVMPart 8 -- ASP.NET. MVC29: Introducing ASP.NET MVC30: Introducing ASP.NET Web API 2.2Part 9 -- NET CORE31: The Philosophy of .NET Core32: Introducing Entity Framework Core33: Introducing ASP.NET Core Web Applications34: Introducing ASP.NET Core Service ApplicationsAppendiciesAppendix A: ADO.NET Data Sets, Data Tables, and Data AdaptersAppendix B: Introducing LINQ to XMLAppendix C: Introducing ASP.NET Web FormsAppendix D: ASP.NET Web Controls, Master Pages, and ThemesAppendix E: ASP.NET State Management Techniques.
5208 |a Annotation|b This essential classic title provides a comprehensive foundation in the C# programming language and the frameworks it lives in. Now in its 8th edition, you'll find all the very latest C# 7.1 and .NET 4.7 features here, along with four brand new chapters on Microsoft's lightweight, cross-platform framework, .NET Core, up to and including .NET Core 2.0. Coverage of ASP.NET Core, Entity Framework (EF) Core, and more, sits alongside the latest updates to .NET, including Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), and ASP.NET MVC. Dive in and discover why Pro C# has been a favorite of C# developers worldwide for over 15 years. Gain a solid foundation in object-oriented development techniques, attributes and reflection, generics and collections as well as numerous advanced topics not found in other texts (such as CIL opcodes and emitting dynamic assemblies). With the help of this book you'll have the confidence to put C# into practice and explore the .NET universe on your own terms. What You Will LearnDiscover the latest C# 7.1 features, from tuples to pattern matchingHit the ground running with Microsoft's lightweight, open source .NET Core platform, including ASP.NET Core MVC, ASP.NET Core web services, and Entity Framework CoreFind complete coverage of XAML, .NET 4.7 and Visual Studio 2017Understand the philosophy behind .NET and the new, cross-platform alternative, .NET Core.
5880 |a Online resource; title from cover (Safari, viewed May 22, 2018).
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
63000|a Microsoft .NET Framework.
63007|a Microsoft .NET Framework.|2 fast|0 (OCoLC)fst01020083
650 0|a C# (Computer program language)
650 0|a Internet programming.|9 71408
85640|u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781484230183/?ar|x O'Reilly|z eBook
938 |a Askews and Holts Library Services|b ASKH|n AH33856218
994 |a 92|b VIA
999 |c 285579|d 285579