SØG - mellem flere end 8 millioner bøger:

Søg på: Titel, forfatter, forlag - gerne i kombination.
Eller blot på isbn, hvis du kender dette.

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
543,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
410,00 kr.
Leveres umiddelbart efter køb
Pro C# 7 - With . NET and . NET Core, 8. udgave

Pro C# 7

With . NET and . NET Core
Andrew Troelsen og Philip Japikse
(2017)
Sprog: Engelsk
Apress L. P.
518,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

  • 8. Udgave
  • 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.
De oplyste priser er inkl. moms

Senest sete

Polyteknisk Boghandel

har gennem mere end 50 år været studieboghandlen på DTU og en af Danmarks førende specialister i faglitteratur.

 

Vi lagerfører et bredt udvalg af bøger, ikke bare inden for videnskab og teknik, men også f.eks. ledelse, IT og meget andet.

Læs mere her


Trykt eller digital bog?

Ud over trykte bøger tilbyder vi tre forskellige typer af digitale bøger:

 

Vital Source Bookshelf: En velfungerende ebogsplatform, hvor bogen downloades til din computer og/eller mobile enhed.

 

Du skal bruge den gratis Bookshelf software til at læse læse bøgerne - der er indbygget gode værktøjer til f.eks. søgning, overstregning, notetagning mv. I langt de fleste tilfælde vil du samtidig have en sideløbende 1825 dages online adgang. Læs mere om Vital Source bøger

 

Levering: I forbindelse med købet opretter du et login. Når du har installeret Bookshelf softwaren, logger du blot ind og din bog downloades automatisk.

 

 

Adobe ebog: Dette er Adobe DRM ebøger som downloades til din lokale computer eller mobil enhed.

 

For at læse bøgerne kræves særlig software, som understøtter denne type. Softwaren er gratis, men du bør sikre at du har rettigheder til installere software på den maskine du påtænker at anvende den på. Læs mere om Adobe DRM bøger

 

Levering: Et download link sendes pr email umiddelbart efter købet.

 


Ibog: Dette er en online bog som kan læses på udgiverens website. 

Der kræves ikke særlig software, bogen læses i en almindelig browser.

 

Levering: Vores medarbejder sender dig en adgangsnøgle pr email.

 

Vi gør opmærksom på at der ikke er retur/fortrydelsesret på digitale varer.