现在位置 >首页 > 所有关于.NET的文章

Microservices in .NET, 2nd Edition

英文图书, 软件  暂无评论 ⁄ 615 次阅读+
Description: Microservices in .NET, Second Edition teaches you to build and deploy microservices using ASP.NET and Azure services. Summary 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 event-based collaboration between microservices Deploy microservices to Kubernetes Set up Kubernetes in Azure Microservices in .N...
详细信息

CLR via C#, 4th Edition

英文图书, 软件  暂无评论 ⁄ 971 次阅读+
Description: Dig deep and master the intricacies of the common language runtime, C#, and .NET development. Led by programming expert Jeffrey Richter, a longtime consultant to the Microsoft .NET team—you’ll gain pragmatic insights for building robust, reliable, and responsive apps and components. Fully updated for .NET Framework 4.5 and Visual Studio 2012 Delivers a thorough grounding in the .NET Framework architecture, runtime environment, and other key to...
详细信息

C# 9.0 in a Nutshell: The Definitive Reference

英文图书, 软件  暂无评论 ⁄ 2,200 次阅读+
Description: When you have questions about C# 9.0 or .NET 5, this bestselling guide has the answers you need. C# is a language of unusual flexibility and breadth, but with its continual growth there’s so much more to learn. In the tradition of O’Reilly’s Nutshell guides, this thoroughly updated edition is simply the best one-volume reference to the C# language available today. Organized around concepts and use cases, C# 9.0 in a Nutshell provides intermediate and ...
详细信息

The Book of F#

英文图书, 软件  暂无评论 ⁄ 552 次阅读+
Book Description: F# brings the power of functional-first programming to the .NET Framework, a platform for developing software in the Microsoft Windows ecosystem. If you’re a traditional .NET developer used to C# and Visual Basic, discovering F# will be a revelation that will change how you code, and how you think about coding. In The Book of F#, Microsoft MVP Dave Fancher shares his expertise and teaches you how to wield the power of F# to write succinct, reliable, a...
详细信息

Practical Entity Framework

英文图书, 软件  暂无评论 ⁄ 831 次阅读+
Book Description: Determine your object relational mapper (ORM) of choice for enterprise applications using .NET Framework, and especially .NET Framework Core 3.1 and higher. 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 scen...
详细信息

Concurrency in C# Cookbook, 2nd Edition

英文图书, 软件  暂无评论 ⁄ 1,887 次阅读+
Description: Concurrency in C# Cookbook: Asynchronous, Parallel, and Multithreaded Programming, 2nd Edition Concurrency is now more common in responsive and scalable application development, but it’s still extremely difficult to code. The detailed solutions in this cookbook show you how modern tools raise the level of abstraction, making concurrency much easier than before. Complete with ready-to-use code and discussions about how and why solutions work, these recipes ...
详细信息

Learning NHibernate 4

英文图书, 软件  暂无评论 ⁄ 463 次阅读+
Book Description: Connecting the object-oriented world of .NET to the relational world of databases has always been fiddly but with the onset of ORMs such as NHibernate, developers have finally got some relief in this area. You will begin with a bird’s eye view of NHibernate, touching upon its core concepts. You will define domain model and map it with database schema using different techniques. You will then look into multiple ways of storing domain entities in a data...
详细信息

Professional C# 7 and .NET Core 2.0

英文图书, 软件  暂无评论 ⁄ 2,789 次阅读+
Professional C# 7 and .NET Core 2.0 provides experienced programmers with the information they need to work effectively with the world’s leading programming language. The latest C# update added many new features that help you get more done in less time, and this book is your ideal guide for getting up to speed quickly. C# 7 focuses on data consumption, code simplification, and performance, with new support for local functions, tuple types, record types, pattern matching, n...
详细信息

Async in C# 5.0

英文图书, 软件  暂无评论 ⁄ 3,027 次阅读+
Book Description: If you’re writing one of several applications that call for asynchronous programming, this concise hands-on guide shows you how the async feature in C# 5.0 can make the process much simpler. Along with a clear introduction to asynchronous programming, you get an in-depth look at how the async feature works and why you might want to use it in your application. Written for experienced C# programmers—yet approachable for beginners—this book is ...
详细信息