Зарегистрироваться
Восстановить пароль
FAQ по входу

.NET Core 1.0 - 3.5 / .NET 5 - 9

  • Без фильтрации типов файлов
C
BPB Publications, 2023. — 436 р. — ISBN 13: 978-9355513694. Leverage the power of .NET Core and C# to build cross-platform enterprise apps effectively Key Features ● Get familiar with the software architecture for .NET applications. ● Understand how design patterns are implemented in C# and .NET. ● Build high-performance cross-platform apps using the .NET platform and C#....
  • №1
  • 14,15 МБ
  • добавлен
  • описание отредактировано
BPB Publications, 2021-07-31. — 290 р. — ISBN: 978-93-90684-366. Implement robust applications by applying efficient Design Patterns with .NET 5 and C# Key Features Detailed theoretical concepts covered, including the use of encapsulation, interfaces, and inheritance. Access to solutions applied for software strategy and final product output. Simplified demonstration of real...
  • №2
  • 11,69 МБ
  • добавлен
  • описание отредактировано
3rd Edition. — Pearson Education, Inc., 2020. — 624 p. — ISBN13: 978-0-13-589646-4. Framework Design Guidelines , Third Edition, teaches students the best practices for designing reusable libraries for the Microsoft .NET Framework. Expanded and updated for .NET 7.3, this new edition focuses on new concepts which have altered the current and best practices for developing...
  • №3
  • 29,20 МБ
  • добавлен
  • описание отредактировано
D
Amazon Asia-Pacific Holdings Private Limited, 2018. — 184 р. .Net Knowledge book is a melting pot of several articles about web development around TypeScript, React, Redux and JavaScript. They are scenarios that happen in the everyday work of developers who use these technologies. They are divided into short articles that are easy to understand. This book is ideal for anyone...
  • №4
  • 1,25 МБ
  • добавлен
  • описание отредактировано
E
Microsoft Press/Pearson Education, 2024. — 614 р. — ISBN-13: 978-0-13-820328-3. Understand what to do at any point in developing a clean .NET architecture Master advanced .NET techniques with a focus on actual value delivered by working within a modular, clean architecture. Microsoft Data Platform MVP Dino Esposito explains key clean architecture concepts with a mix of...
  • №5
  • 10,56 МБ
  • добавлен
  • описание отредактировано
F
BPB Publications, 2023. — 556 р. — ISBN 978-93-55518-729. Design patterns in .NET improve code quality, encourage collaboration, and address common software design issues, resulting in more efficient and effective software development projects. This book is an ideal resource for those seeking to learn about design patterns in .NET and their practical application. The book...
  • №6
  • 2,67 МБ
  • добавлен
  • описание отредактировано
G
2nd Edition. — Manning Publications, 2021. — 328 p. — ISBN 978-1-61729-792-2. Microservices in .NET, Second Edition teaches you to build and deploy microservices using ASP.NET and Azure services. In Microservices in .NET, Second Edition you will learn how to: Build scalable microservices that are reliable in production Optimize microservices for continuous delivery Design...
  • №7
  • 6,54 МБ
  • добавлен
  • описание отредактировано
Manning Publications, 2017. — 465 p. — ISBN: 978-1-61729-337-5. Microservices in .NET Core provides a complete guide to building microservice applications. After a crystal-clear introduction to the microservices architectural style, the book will teach you practical development skills in that style, using OWIN and Nancy. Microservice applications are built by connecting...
  • №8
  • 9,36 МБ
  • добавлен
  • описание отредактировано
Packt Publishing, 2017. — 274 p. — ISBN: 978-1-78588-783-3. Architect your .NET applications by breaking them into really small pieces—microservices—using this practical, example-based guide Microservices is an architectural style that promotes the development of complex applications as a suite of small services based on business capabilities. This book will help you identify...
  • №9
  • 3,29 МБ
  • добавлен
  • описание отредактировано
I
Packt Publishing, 2018. — 537 p. — ISBN: 978-1-78883-466-7. Get the most out of .NET framework using standard libraries and create a .NET Standard 2.0 library from scratch The .NET Standard is a standard that represents a set of APIs that all .NET platforms have to implement, making it easy for developers to access and use one common library for their development needs. This...
  • №10
  • 23,15 МБ
  • добавлен
  • описание отредактировано
K
2nd Edition. — Apress Media LLC, 2024. — 789 p. — ISBN-13: 979-8-8688-0453-3. Understand .NET memory management internal workings, pitfalls, and techniques in order to effectively avoid a wide range of performance and scalability problems in your software. Despite automatic memory management in .NET, there are many advantages to be found in understanding how .NET memory works...
  • №11
  • 28,99 МБ
  • добавлен
  • описание отредактировано
M
Manning Publications, 2018. — 275 p. — ISBN: 978-1-61729-427-3. .NET Core in Action shows .NET developers how to build professional software applications with .NET Core. Learn how to convert existing .NET code to work on multiple platforms or how to start new projects with knowledge of the tools and capabilities of .NET Core. .NET Core is an open source framework that lets you...
  • №12
  • 3,40 МБ
  • добавлен
  • описание отредактировано
2nd Edition. — Manning, 2024. — 360 p. — ISBN: 978-1633439313, 1633439313, ASIN B0D4MFRR4G. Learn to build standout line-of-business applications using Microsoft’s .NET Framework, the premier platform for enterprise business development. NET in Action, Second Edition presents the big picture of .NET application development, introducing core concepts like: Designing applications...
  • №13
  • 12,57 МБ
  • добавлен
  • описание отредактировано
N
Apress, 2019. — 255 p. — ISBN13: (electronic): 978-1-4842-4366-4. Implement design patterns in .NET using the latest versions of the C# and F# languages. This book provides a comprehensive overview of the field of design patterns as they are used in today’s developer toolbox. Using the C# programming language, Design Patterns in .NET explores the classic design pattern...
  • №14
  • 1,18 МБ
  • добавлен
  • описание отредактировано
P
3rd Edition. — Packt Publishing, 2020. — 658 p. — ISBN: 978-1-78961-794-8. Discover how to apply microservices patterns to build scalable and maintainable distributed systems The microservices architectural style promotes the development of complex applications as a suite of small services based on specific business capabilities. The book provides a hands-on approach to...
  • №15
  • 10,96 МБ
  • добавлен
  • описание отредактировано
S
Manning, 2019. — 663 p. — ISBN13: 978-1-617294-73-0. Dependency Injection Principles, Practices, and Patterns teaches you to use DI to reduce hard-coded dependencies between application components. You'll start by learning what DI is and what types of applications will benefit from it. Then, you'll work through concrete scenarios using C# and the .NET framework to implement DI...
  • №16
  • 14,05 МБ
  • добавлен
  • описание отредактировано
Packt Publishing, 2017. — 564 p. Architect and design highly scalable, robust, clean and highly performant applications in .NET Core 1.0 If you want to design and develop enterprise applications using .NET Core as the development framework and learn about industry-wide best practices and guidelines, then this book is for you. The book starts with a brief introduction to enterprise...
  • №17
  • 7,29 МБ
  • добавлен
  • описание отредактировано
T
Manning Publications, 2018. — 568 p. — ISBN13: 978-1-61729-299-6. Concurrency in .NET teaches you how to build concurrent and scalable programs in .NET using the functional paradigm. This intermediate-level guide is aimed at developers, architects, and passionate computer programmers who are interested in writing code with improved speed and effectiveness by adopting a...
  • №18
  • 9,93 МБ
  • добавлен
  • описание отредактировано
V
Apress, 2019. — 131 p. — ISBN13: (electronic): 978-1-4842-5113-3. Explore advanced .NET APIs and create a basic .NET core library with dynamic code generation and metadata inspection to be used by other libraries or client applications. This book starts with the benefits of .NET including its fundamental tasks and tools where you will learn .NET SDK tools and the ILDasm tool....
  • №19
  • 5,28 МБ
  • добавлен
  • описание отредактировано
Apress Media LLC., 2020. — 122 p. — ISBN13: (electronic): 978-1-4842-6391-4. Leverage .NET 5, Microsoft’s bold new cross-platform implementation, for developing your very own cross-platform custom data types and libraries for Windows, Linux, and macOS. The book starts with the purpose and benefits of a custom cross-platform model of .NET data types and its architectural...
  • №20
  • 3,04 МБ
  • добавлен
  • описание отредактировано
Apress, 2020. — 183 p. — ISBN13: (electronic): 978-1-4842-5872-9. Take full advantage of the .NET APIs in System.IO to achieve fundamental I/O operations and produce better quality software. You’ll start with the basics of creating a .NET Core custom library for System.IO. You will learn the purpose and benefits of a custom cross-platform .NET Core library along with the...
  • №21
  • 7,20 МБ
  • добавлен
  • описание отредактировано
W
2nd edition. — Ben Watson, 2018. — 358 p. — ISBN: 978-0-990-58349-3. Version 2.0 Take performance to the next level! This book does not just teach you how the CLR works—it teaches you exactly what you need to do now to obtain the best performance today. It will expertly guide you through the nuts and bolts of extreme performance optimization in .NET, complete with in-depth...
  • №22
  • 3,97 МБ
  • добавлен
  • описание отредактировано
X
N/A, 2019. - 284p. - ASIN: B07PNCHDBS Welcome to Free Market Data APIs for Quantitative Finance with ASP.NET Core. This book will provide useful resources of accessing free market data for quantitative finance applications with ASP.NET Core. I hope that this book will be useful for quant developers, quant analysts, individual traders, .NET programmers, web developers, and...
  • №23
  • 1,22 МБ
  • добавлен
  • описание отредактировано
Y
BPB Publications, 2024. — 314 р. — ISBN: 978-93-55517-821. A comprehensive guide that takes you on a journey through the world of design patterns in .NET, empowering you to create software that is not only robust and efficient but also maintainable, scalable, and testable. Develop a solid understanding of object-oriented programming (OOP) principles, including inheritance,...
  • №24
  • 17,33 МБ
  • добавлен
  • описание отредактировано
Z
Packt Publishing, 2019. — 496 p. — ISBN: 978-1-78883-409-4. Solve complex business problems by understanding users better, finding the right problem to solve, and building lean event-driven systems to give your customers what they really want Developers across the world are rapidly adopting DDD principles to deliver powerful results when writing software that deals with complex...
  • №25
  • 29,13 МБ
  • добавлен
  • описание отредактировано
В этом разделе нет файлов.

Комментарии

В этом разделе нет комментариев.