C# Programming Cookbook
- 476 Seiten
- 17 Lesestunden






.NET Core is a general purpose, modular, cross-platform and open source implementation of .NET. With the latest release of .NET Core, more APIs are expected to show up, which will make APIs consistent across .NET Framework, .NET Core, and Xamarin. This guide will teach you the essential .NET Core and C# concepts with the help of real-world ...
Get up to speed with using C# 8 and .NET Core 3.0 features to build real-world .NET Core applications Key Features Learn the core concepts of web applications, serverless computing, and microservices Create an ASP.NET Core MVC application using controllers, routing, middleware and authentication Build modern applications using cutting-edge services from Microsoft Azure Book Description .NET Core is a general-purpose, modular, cross-platform, and opensource implementation of .NET. The latest release of .NET Core 3 comes with improved performance and security features, along with support for desktop applications. .NET Core 3 is not only useful for new developers looking to start learning the framework, but also for legacy developers interested in migrating their apps. Updated with the latest features and enhancements, this updated second edition is a step-by-step, project-based guide. The book starts with a brief introduction to the key features of C# 8 and .NET Core 3. You'll learn to work with relational data using Entity Framework Core 3, before understanding how to use ASP.NET Core. As you progress, you'll discover how you can use .NET Core to create cross-platform applications. Later, the book will show you how to upgrade your old WinForms apps to .NET Core 3. The concluding chapters will then help you use SignalR effectively to add real-time functionality to your applications, before demonstrating how to implement MongoDB in your apps. Finally, you'll delve into serverless computing and how to build microservices using Docker and Kubernetes. By the end of this book, you'll be proficient in developing applications using .NET Core 3. What you will learn Understand how to incorporate the Entity Framework Core 3 to build ASP.NET Core MVC applications Create a real-time chat application using Azure's SignalR service Gain hands-on experience of working with Cosmos DB Develop an Azure Function and interface it with an Azure Logic App Explore user authentication with Identity Server and OAuth2 Understand how to use Azure Cognitive Services to add advanced functionalities with minimal code Get to grips with running a .NET Core application with Kubernetes Who this book is for This book is for developers and programmers of all levels who want to build real-world projects and explore the new features of .NET Core 3. Developers working on legacy desktop software who are looking to migrate to .NET Core 3 will also find this book useful. Basic knowledge ..
Serverless programming, Microservices and more
Focusing on practical problem-solving, this guide offers quick solutions to frequent programming challenges using C# 7.0, .NET Core 1.1, and Visual Studio 2017. It highlights the latest features and best practices, making it an essential resource for developers seeking efficient coding techniques and modern approaches in their projects. Ideal for both beginners and experienced programmers, it provides clear examples and insights to enhance productivity and streamline development processes.
Learning and Implementing New Features
Explore the features of Visual Studio 2022 to enhance your coding efficiency. The book covers new updates and existing tools within the IDE, guiding you in leveraging its capabilities for quality code creation. With practical insights, it aims to transform your programming experience, making Visual Studio your go-to solution for development tasks.
Proven Approaches to Application Design and Development
Focusing on practical application, this book guides readers through the process of designing and developing a web application using ASP.NET Core with .NET Core 3.0. It covers essential steps such as publishing the application to a web server and establishing a connection to a production database, ensuring a comprehensive understanding of deployment and database integration in a real-world context.