Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
Type of Material
Consortium
Language
  • 1
    UID:
    (DE-602)kobvindex_ZLB34141557
    Format: xvii, 348 Seiten , Illustrationen , 25.4 cm x 17.8 cm, 0 g
    Edition: 2nd edition
    ISBN: 9781484225769 , 1484225767
    Note: Erscheint auch als Online-Ausgabe 9781484225776 (ISBN) , Vorher 9781430264453 (ISBN)
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    UID:
    (DE-604)BV046452412
    Format: 1 Online-Ressource (XV, 411 Seiten) , 392 Illustrationen
    Edition: Third edition 2020
    ISBN: 9781484256206
    Additional Edition: Erscheint auch als Druck-Ausgabe ISBN 978-1-4842-5619-0
    Additional Edition: Erscheint auch als Druck-Ausgabe ISBN 978-1-4842-5621-3
    Language: English
    Keywords: Big Data ; Datenanalyse ; Power BI
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    UID:
    (DE-602)b3kat_BV041114432
    Format: XXIX, 360 S. , Ill.
    Edition: 2. ed.
    ISBN: 9781430249351
    Series Statement: The expertʹs voice in .net
    Additional Edition: Erscheint auch als Online-Ausgabe ISBN 978-1-4302-4936-8
    Language: English
    Subjects: Computer Science
    RVK:
    Keywords: C sharp ; Objektorientierte Programmierung
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    UID:
    (DE-602)b3kat_BV046452412
    Format: 1 Online-Ressource (XV, 411 Seiten) , 392 Illustrationen
    Edition: Third edition 2020
    ISBN: 9781484256206
    Additional Edition: Erscheint auch als Druck-Ausgabe ISBN 978-1-4842-5619-0
    Additional Edition: Erscheint auch als Druck-Ausgabe ISBN 978-1-4842-5621-3
    Language: English
    Keywords: Big Data ; Datenanalyse ; Power BI
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Book
    Book
    Berkeley, Calif. : Apress
    UID:
    (DE-627)353589128
    Format: XVII, 412 S , Ill., graph. Darst
    ISBN: 1590590155
    Series Statement: The expert's voice
    Language: English
    Keywords: VisualBASIC.NET ; Objektorientierte Programmierung
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    Berkeley, CA : Apress
    UID:
    (DE-627)667723196
    Format: Online-Ressource (369 p.)
    ISBN: 9781430235309
    Content: Beginning C# Object-Oriented Programming brings you into the modern world of development as you master the fundamentals of programming with C# and learn to develop efficient, reusable, elegant code through the object-oriented programming (OOP) methodology. Take your skills out of the 20th century and into this one with Dan Clark's accessible, quick-paced guide to C# and object-oriented programming, completely updated for .NET 4.0 and C# 4.0. As you develop techniques and best practices for coding in C#, one of the world's most popular contemporary languages, you'll experience modeling a "real
    Note: Description based upon print version of record , Title Page; Copyright Page; Contents at a Glance; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Target Audience; Organization of the Book; Activities and Software Requirements; CHAPTER 1 Overview of Object-Oriented Programming; The History of OOP; Why Use OOP?; The Characteristics of OOP; Objects; Abstraction; Encapsulation; Polymorphism; Inheritance; Aggregation; The History of C#; Summary; CHAPTER 2 Designing OOP Solutions: Identifying the Class Structure; Goals of Software Design; Understanding the Unified Modeling Language , Developing a SRSIntroducing Use Cases; ACTIVITY 2-1. CREATING A USE CASE DIAGRAM; Understanding Class Diagrams; Modeling Object Relationships; Association; Inheritance; Aggregation; Association Classes; ACTIVITY 2-2. CREATING A CLASS DIAGRAM; Summary; ACTIVITY ANSWERS; CHAPTER 3 Designing OOP Solutions: Modeling the Object Interaction; Understanding Scenarios; Introducing Sequence Diagrams; Message Types; Recursive Messages; Message Iteration; Message Constraints; Message Branching; ACTIVITY 3-1. CREATING A SEQUENCE DIAGRAM; Understanding Activity Diagrams , Decision Points and Guard ConditionsParallel Processing; Activity Ownership; ACTIVITY 3-2. CREATING AN ACTIVITY DIAGRAM; Exploring GUI Design; GUI Activity Diagrams; Interface Prototyping; Interface Flow Diagrams; Application Prototyping; Summary; ACTIVITY ANSWERS; CHAPTER 4 Designing OOP Solutions: A Case Study; Developing an OOP Solution; Creating the System Requirement Specification; Developing the Use Cases; Diagramming the Use Cases; Developing the Class Model; Identifying the Classes; Adding Attributes to the Classes; Identifying Class Associations; Modeling the Class Behaviors , Developing the User Interface Model DesignAvoiding Some Common OOP Design Pitfalls; Summary; CHAPTER 5 Introducing the .NET Framework and Visual Studio; Introducing the .NET Framework; Goals of the .NET Framework; Support of Industry Standards; Extensibility; Unified Programming Models; Easier Deployment; Improved Memory Management; Improved Security Model; Components of the .NET Framework; Common Language Runtime; Framework Base Class Library; Data Classes; Windows Applications; Web Applications; Application Services; Working with the .NET Framework; Understanding Assemblies and Manifests , Referencing Assemblies and NamespacesCompiling and Executing Managed Code; Using the Visual Studio Integrated Development Environment; ACTIVITY 5-1. TOURING VISUAL STUDIO; Customizing the IDE; Creating a New Project; Investigating the Solution Explorer and Class View; Exploring the Toolbox and Properties Window; Building and Executing the Assembly; ACTIVITY 5-2. USING THE DEBUGGING FEATURES OF VS; Stepping Through Code; Setting Conditional Breakpoints; Locating and Fixing Build Errors; Summary; CHAPTER 6 Creating Classes; Introducing Objects and Classes; Defining Classes , Creating Class Properties
    Additional Edition: 9781430235316
    Additional Edition: 9781430235309
    Additional Edition: Print version Beginning C# Object-Oriented Programming
    Language: English
    Subjects: Computer Science
    RVK:
    Keywords: C sharp ; Objektorientierte Programmierung ; Electronic books
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    UID:
    (DE-627)664309011
    Format: XVI, 362 S. , Ill., graph. Darst
    ISBN: 9781430235309
    Series Statement: The expert's voice in C#
    Content: Design and develop cutting-edge applications in C# using proven object-oriented methodologies and best practices--Cover
    Note: Includes index , IntroductionOverview of object-oriented programming -- Designing OOP solutions : identifying the class structure -- Designing OOP solutions : modeling the object interaction -- Designing OOP solutions : a case study -- Introducing the .NET Framework and Visual Studio -- Creating classes -- Creating class hierarchies -- Implementing object collaboration -- Working with collections -- Implementing the data access layer -- Developing Windows applications -- Developing web applications -- Developing and consuming WCF services -- Developing the OSO application -- Wrapping up -- Appendix A: Fundamental programming concepts -- Appendix B: Exception handling in C# -- Appendix C: Installing the required software.
    Additional Edition: 9781430235316
    Additional Edition: Online-Ausg. Clark, Dan Beginning C# Object-Oriented Programming Berkeley, CA : Apress, 2011 9781430235316
    Language: English
    Subjects: Computer Science
    RVK:
    RVK:
    Keywords: C sharp
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    UID:
    (DE-627)896495604
    Format: 234 S.
    Edition: Türkisch
    Uniform Title: Puppies for sale 〈türk.〉
    Language: Undetermined
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    UID:
    (DE-627)885172523
    Format: xvii, 348 Seiten , Illustrationen, Karten , 26 cm
    Edition: Second edition
    ISBN: 9781484225769
    Content: Analyze your company's data quickly and easily using Microsoft's latest tools. You will learn to build scalable and robust data models to work from, clean and combine different data sources effectively, and create compelling visualizations and share them with your colleagues. Author Dan Clark takes you through each topic using step-by-step activities and plenty of screen shots to help familiarize you with the tools. This second edition includes new material on advanced uses of Power Query, along with the latest user guidance on the evolving Power BI platform. Beginning Power BI is your hands-on guide to quick, reliable, and valuable data insight. --
    Content: 1. Introducing Power Pivot -- 2. Importing data into Power Pivot -- 3. Data munging with Power Query -- 4. Creating the data model -- 5. Creating calculations with DAX -- 6. Creating measures with DAX -- 7. Incorporating time intelligence -- 8. Data analysis with pivot tables and charts -- 9. Introducing Power BI Desktop -- 10. Creating reports with Power BI Desktop -- 11. Publishing reports and creating dashboards in the Power BI Portal -- 12. Creating a complete solution -- 13. Advanced topics in Power Query -- 14. Advanced topics in Power BI
    Additional Edition: 9781484225776
    Additional Edition: Erscheint auch als Online-Ausgabe Clark, Dan Beginning Power BI Berkeley, CA : Apress, 2017 9781484225776
    Language: English
    Subjects: Computer Science
    RVK:
    Keywords: Tabellenkalkulation ; EXCEL
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Book
    Book
    New York, NY : Film-Makers' Cinematheque
    UID:
    (DE-627)1568217420
    Format: 82 S.
    Series Statement: Film-Makers' Cinematheque Monograph Series 2
    Language: Undetermined
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. Further information can be found on the KOBV privacy pages