Viser: Pro C# 7 - With . NET and . NET Core

Pro C# 7, 8. udgave
Søgbar e-bog

Pro C# 7 Vital Source e-bog

Andrew Troelsen og Philip Japikse
(2017)
Springer Nature
525,00 kr.
Leveres umiddelbart efter køb
Pro C# 7, 8. udgave

Pro C# 7 Vital Source e-bog

Andrew Troelsen og Philip Japikse
(2017)
Springer Nature
421,00 kr.
Leveres umiddelbart efter køb
Pro C# 7 - With . NET and . NET Core

Pro C# 7

With . NET and . NET Core
Andrew Troelsen og Philip Japikse
(2017)
Sprog: Engelsk
Apress L. P.
499,00 kr.
Denne titel er udgået og kan derfor ikke bestilles. Vi beklager.

Detaljer om varen

  • 8. Udgave
  • Vital Source searchable e-book (Fixed pages)
  • Udgiver: Springer Nature (November 2017)
  • Forfattere: Andrew Troelsen og Philip Japikse
  • ISBN: 9781484230183
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 Learn Discover the latest C# 7.1 features, from tuples to pattern matching Hit 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 Core Find complete coverage of XAML, .NET 4.7, and Visual Studio 2017 Understand the philosophy behind .NET and the new, cross-platform alternative, .NET Core
Licens varighed:
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.

Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 2 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)

Detaljer om varen

  • 8. Udgave
  • Vital Source 365 day rentals (fixed pages)
  • Udgiver: Springer Nature (November 2017)
  • Forfattere: Andrew Troelsen og Philip Japikse
  • ISBN: 9781484230183R365
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 Learn Discover the latest C# 7.1 features, from tuples to pattern matching Hit 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 Core Find complete coverage of XAML, .NET 4.7, and Visual Studio 2017 Understand the philosophy behind .NET and the new, cross-platform alternative, .NET Core
Licens varighed:
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: 5 år fra købsdato.

Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 2 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)

Detaljer om varen

  • Paperback
  • Udgiver: Apress L. P. (November 2017)
  • Forfattere: Andrew Troelsen og Philip Japikse
  • ISBN: 9781484230176
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 Learn
  • Discover the latest C# 7.1 features, from tuples to pattern matching
  • Hit 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 Core
  • Find complete coverage of XAML, .NET 4.7, and Visual Studio 2017
  • Understand the philosophy behind .NET and the new, cross-platform alternative, .NET Core


Part 1 - Introducing C# and the
.NET Platform.-
1: The Philosophy of
.NET.-
2: Building C# Applications.-
Part 2 - Core C# Programing.-
3: Core C# Programming Constructs,
Part I.-
4: Core C# Programming Constructs,
Part II.-
Part 3 - Object-Oriented Programming with C#.-
5: Understanding Encapsulation.-
6: Understanding Inheritance and Polymorphism.-
7: Understanding Structured Exception Handling.-
8: Working with Interfaces.-
Part 4 - Advanced C# Programming.-
9: Collections and Generics.-
10: Delegates, Events, and Lambda Expressions.-
11: Advanced C# Language Features.-
12: LINQ to Objects.-
13: Understanding Object Lifetime.-
Part 5 - Programming with
.NET Assemblies.-
14: Building and Configuring Class Libraries.-
15: Type Reflection, Late Binding, and Attribute-Based Programming.-
16: Dynamic Types and the Dynamic Language Runtime.-
17: Processes, AppDomains, and Object Contexts.-
18: Understanding CIL and the Role of Dynamic Assemblies.-
Part 6 - Introducing the
.NET Base Class Libraries.-
19: Multithreaded, Parallel, and Async Programming.-
20: File I/O and Object Serialization.-
21: Data Access With ADO.NET.-
22: Introducing Entity Framework
6.-
23: Introducing Windows Communication Foundation.-
Part 7 - Windows Presentation Foundation.-
24: Introducing Windows Presentation Foundation and XAML.-
25: Programming WPF Controls.-
26: WPF Graphics Rendering Services.-
27: WPF Resources, Animations, Styles, and Templates.-
28: Notifications, Validations, Command, and MVVM.-
Part 8 - ASP.NET.MVC.-
29: Introducing ASP.NET MVC.-
30: Introducing ASP.NET Web API
2.2.-
Part 9 -
.NET CORE.-
31: The Philosophy of
.NET Core.-
32: Introducing Entity Framework Core.-
33: Introducing ASP.NET Core Web Applications.-
34: Introducing ASP.NET Core Service Applications.- Appendicies.- Appendix A: ADO.NET Data Sets, Data Tables, and Data Adapters.- Appendix B: Introducing LINQ to XML.- Appendix C: Introducing ASP.NET Web Forms.- Appendix D: ASP.NET Web Controls, Master Pages,and Themes.- Appendix E: ASP.NET State Management Techniques.

Har du brug for en faktura?

Har du brug for en faktura udstedt til din arbejdsplads, kan du med fordel oprette en konto.

 

Det tager kun et øjeblik og kontoen er klar til brug med det samme. Du skal blot bruge firmaets CVR nummer.

 

 

Om Polyteknisk Boghandel:

Vi er specialister i faglitteratur til det professionelle Danmark og leverer bøger til virksomheder og uddannelser over hele landet.  

 

Vi har normalt alle de bøger du skal bruge på lager - skulle vi være løbet tør, går der normalt kun 1-2 dage før vi igen kan levere. (Se leveringstid ved den enkelte bog)

 

Du kan betale med Dankort eller gængse kreditkort. (Inkl. Visa Electron) 

 

 

Har du spørgsmål er du velkommen til at kontakte os: poly@polyteknisk.dk



Afhent i vores butikker

Vi har normalt dine bøger på lager - og sender så du har dem indenfor 1-2 hverdage. 

 

Men har du travlt, er du  naturligvis også velkommen til at komme forbi en af vores butikker og hente bøgerne. 

(Tjek evt først om den lige nu er på lager i den specifikke butik med "hvor er bogen på lager" linket, som du finder ved hver bog.)

 

Men vi anbefaler at du bestiller her på sitet, så er bøgerne reserveret til dig. Vælg evt "Afhent"  som leveringsmåde for at afhente dem selv.

 

Her finder du os