|
 |
|
 |
|
|
 |
|  |
|
Название: Practical Entity Framework Core 6: Database Access for Enterprise Applications, 2nd Edition Автор: Brian L. Gorman Издательство: Apress Год: 2022 Формат: PDF Страниц: 812 Размер: 41,4 Mb Язык: English
Take a developer journey that paves the way to enterprise-level database access from .NET and C# using the object-relational mapper (ORM) of choice. This second edition is revised to cover Entity Framework Core 5 and 6 (EF) and includes new content on table-per-type mapping, LINQ improvements (filtered includes), many-to-many navigation changes, split queries, simple logging using the DBCommandInterceptor, and other improvements available in EF Core 6. Real-world examples and considerations are presented in this book to help you create robust and efficient database solutions. Throughout the text, actual problems, questions, and common pitfalls are provided to help you recognize optimal solutions for maximum success in the different application scenarios you might encounter. |
Разместил: vitvikvas 1-12-2021, 11:33 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Advances in Optimization and Linear Programming Автор: Ivan Stanimirovic Издательство: CRC Press Год: 2022 Формат: True PDF Страниц: 204 Размер: 10 Mb Язык: English
This new volume provides the information needed to understand the simplex method, the revised simplex method, dual simplex method, and more for solving linear programming problems. Following a logical order, the book first gives a mathematical model of the linear problem programming and describes the usual assumptions under which the problem is solved. It gives a brief description of classic algorithms for solving linear programming problems as well as some theoretical results. It goes on to explain the definitions and solutions of linear programming problems, outlining the simplest geometric methods, and showing how they can be implemented. Practical examples are included along the way. The book concludes with a discussion of multi-criteria decision-making methods. This volume is a highly useful guide to linear programming for professors and students in optimization and linear programming |
Разместил: vitvikvas 1-12-2021, 10:31 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: C Programming: Learn to Code Автор: Sisir Kumar Jena Издательство: CRC Press Год: 2022 Формат: True PDF Страниц: 453 Размер: 28,4 Mb Язык: English
The C programming language is a popular language in industries as well as academics. Since its invention and standardized as ANSI C, several other standards known as C99, C11, and C17 were published with new features in subsequent years. This book covers all the traits of ANSI C and includes new features present in other standards. The content of this book helps a beginner to learn the fundamental concept of the C language. The book contains a step-by-step explanation of every program that allows a learner to understand the syntax and builds a foundation to write similar programs. The explanation clarity, exercises, and illustrations present in this book make it a complete textbook in all aspects. |
Разместил: vitvikvas 1-12-2021, 10:19 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Object-Oriented Python: Master OOP by Building Games and GUIs Автор: Irv Kalb Издательство: No Starch Press Год: 2022 Формат: True PDF, ePUB Страниц: 418 Размер: 11,2 Mb, 10 Mb Язык: English
Object-Oriented Python (OOP) is a paradigm that combines data and code into cohesive units, allowing you to think differently about computational problems and solve them in a highly reusable way. Aimed at intermediate-level programmers, Object-Oriented Python is a hands-on tutorial that goes deep into the core tenets of OOP, showing you how to use encapsulation, polymorphism, and inheritance to write games and apps using Python. The book begins by demonstrating key problems inherent in procedural programming, then guides you through the basics of creating classes and objects in Python. You’ll build on this groundwork by developing buttons, text fields, and other GUI elements that are standard in event-driven environments. You’ll also use many real-world code examples and two pygame-based packages to help turn theory into practice, enabling you to easily write interactive games and applications complete with GUI widgets, animations, multiple scenes, and reusable game logic. In the final chapter, you’ll bring it all together by building a fully functional video game that incorporates many of the OOP techniques and GUI elements covered in the book. |
Разместил: vitvikvas 1-12-2021, 09:47 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Migrating to SAP S/4HANA, 2nd Edition Автор: Frank Densborn, Frank Finkbohner, Jochen Freudenberg Издательство: SAP Press/Rheinwerk Publishing Год: 2021 Страниц: 606 Язык: английский Формат: epub (true) Размер: 17.6 MB
The best-selling book on SAP S/4HANA migration is back! Dive into this complete guide to SAP S/4HANA migrations paths, processes, and tools. Start with the basics: explore prerequisites for migration and learn about the on-premise, cloud, and hybrid operating models. Then get to know each migration path: brownfield, greenfield, or selective data transition. Understand the steps you'll take as you plan, prepare, and perform your migration, for any implementation path you choose. Your SAP S/4HANA migration starts today! |
Разместил: Ingvar16 1-12-2021, 04:45 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Beautiful C++: 30 Core Guidelines for Writing Clean, Safe, and Fast Code (Final) Автор: J. Davidson, Kate Gregory Издательство: Addison-Wesley Professional Год: 2022 Формат: epub Страниц: 352 Размер: 11.4 Mb Язык: English
Discover the Beauty of Modern C++ Expert C++ programmers Guy Davidson and Kate Gregory identify 30 Core Guidelines you'll find especially valuable and offer detailed practical knowledge for improving your C++ style. For easy reference, this book is structured to align closely with the official C++ Core Guidelines website. |
Разместил: bomboane 1-12-2021, 02:26 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Java Complete Book Автор: James Gary Издательство: Independently published Год: 2021 Страниц: 736 Язык: английский Формат: pdf, epub Размер: 14.96 MB
Java is currently one of the most influential programming languages. This book explains how to develop, compile, debug, and run Java programs. Best-selling programming author James Gary covers the entire Java language, including its syntax, keywords, and fundamental programming principles. You’ll also find information on key portions of the Java API library, such as I/O, the Collections Framework, the stream library, and the concurrency utilities. Swing, JavaBeans, and servlets are examined and numerous examples demonstrate Java in action. Of course, the very important module system is discussed in detail. This resource also offers an introduction to JShell, Java’s interactive programming tool. Best of all, the book is written in the clear, crisp, uncompromising style that has made James the choice of millions worldwide. |
Разместил: Ingvar16 30-11-2021, 20:45 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Intermediate iOS 14 Programming with Swift Автор: Simon Ng Издательство: AppCoda Limited Год: 2021 Формат: PDF Страниц: 981 Размер: 122 Mb Язык: English
Take your iOS app development skill to the next level and learn ARKit & CoreML with our brand new book. It's fully updated for Xcode 12, iOS 14, and Swift 5.3. And, it includes 1 Year free update.It's not just about the theory or syntax of Swift. Just like our beginner book, this intermediate book (over 950 pages) will help you learn the new APIs introduced in iOS 14 in a practical way. You will learn by writing code. As you follow the book to build apps, you will learn the new features of Swift and iOS SDK along the way. |
Разместил: vitvikvas 30-11-2021, 18:14 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Beginning iOS Programming with Swift and SwiftUI (iOS 15 & Xcode 13 Ready): Learn to build a real world app from scratch Автор: Simon Ng Издательство: AppCoda Limited Год: 2021 Страниц: 685 Язык: английский Формат: epub Размер: 98.9 MB
Learn to build a real world app for iOS from scratch using Swift and SwiftUI. All content and source code support Xcode 13, iOS 15 & Swift 5.5. This book covers everything you need to learn for iOS app development. Remember, Swift is just a programming language. To develop an iOS app, you need to learn far more than that. SwiftUI is an essential UI frameworks you need to learn. |
Разместил: Ingvar16 30-11-2021, 18:02 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Mastering SwiftUI: Learn how to build fluid UIs and a real world app with SwiftUI Автор: Simon Ng Издательство: AppCoda Limited Год: 2021 Формат: PDF Страниц: 825 Размер: 98 Mb Язык: English
Fully updated for Xcode 12, iOS 14 & Swift 5.3The SwiftUI book is written for both beginners and developers having some experience with Swift programming. We will dive deep into this brand new UI framework. We will explore the commonly used UI components and teach you how to build complex layouts. Animations play a key role in modern mobile apps. In this book, you will also learn various animation techniques and build some cool view animations. After going through the basics, we will put together everything you learn to build a ToDo app and a personal finance app with SwiftUI & Combine. Even if you have developed an iOS app before, this book will help you understand this brand-new framework and learn how to integrate UIKit with SwiftUI. Over 800 Pages and 30 Projects |
Разместил: vitvikvas 30-11-2021, 17:55 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|