Skip to content

loyolastalin/Enterprise-Application-Development-with-C-Sharp-9-and-.NET-5

 
 

Repository files navigation

Enterprise Application Development with C# 9 and .NET 5

Enterprise Application Development with C# 9 and .NET 5

This is the code repository for Enterprise Application Development with C# 9 and .NET 5, published by Packt.

Enhance your C# and .NET skills by mastering the process of developing professional-grade web applications

What is this book about?

.NET Core is one of the most popular programming platforms in the world for an increasingly large community of developers thanks to its excellent cross-platform support. This book will show you how to confidently use the features of .NET 5 with C# 9 to build robust enterprise applications.

This book covers the following exciting features:

  • Design enterprise apps by making the most of the latest features of .NET 5
  • Discover di?erent layers of an app, such as the data layer, API layer, and web layer
  • Explore end-to-end architecture, implement an enterprise web app using .NET and C# 9, and deploy the app on Azure
  • Focus on the core concepts of web application development such as dependency injection, caching, logging, configuration, and authentication, and implement them in .NET 5
  • Integrate the new .NET 5 health and performance check APIs with your app
  • Understand how .NET 5 works and contribute to the .NET 5 platform

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

Lazy<ImageFile> imageFile = new Lazy<ImageFile>(() => new ImageFile("test"));
var image = imageFile.Value.LoadImage;

Following is what you need for this book: If you are a developer, architect, or senior programmer who wants to leverage the features of .NET 5 and the C# language, as well as grasp essential techniques to build your skills, then this C# .NET 5 book is for you. Beginner to intermediate-level knowledge of the .NET framework and C# programming is required to understand the concepts covered in this book more effectively.

With the following software and hardware list you can run all code files present in the book (Chapter 1-16).

Software and Hardware List

Chapter Software required OS required
1-16 Visual Studio Code Windows, Mac OS X, and Linux (Any)
1-16 Visual Studio 2019 Windows, Mac OS X, and Linux (Any)
1-16 .NET 5 Windows, Mac OS X, and Linux (Any)
1-16 Azure subscription Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Authors

Ravindra Akella works as a senior consultant at Microsoft and has more than 14 years of software development experience. Specializing in .NET and web-related technologies, his current role involves the end-to-end ownership of products right from architecture to delivery. He has led the software architecture design, development, and delivery of large, complex solutions using the Azure cloud and related technologies. He is a tech-savvy developer who is passionate about embracing new technologies. He has delivered talks and sessions on Azure and other technologies at international conferences. He has also authored books on .NET Core 3.0 before.

Arun Kumar Tamirisa is a senior consultant currently working at Microsoft and has more than 15 years of IT experience in the design, development, and deployment of enterprise applications using the Microsoft .NET and Azure technology stacks. He has extensive experience in using popular client-side libraries such as Angular and Knockout. js and server-side technologies such as ASP.NET Core, web APIs, C#, and SQL Server. He is passionate about learning about, working on, and contributing toward developing solutions that solve complex problems.

Suneel Kumar Kunani is a passionate developer who strives to learn something new every day. With over 16 years of experience in .NET and Microsoft technologies, he works on architecting and building mission-critical, highly scalable, and secure solutions at Microsoft. He loves to teach and evangelize about the best practices in building distributed cloud solutions.

Bhupesh Guptha Muthiyalu is a Microsoft certified professional and works at Microsoft as a software engineering manager. He has 16+ years of software development experience on the .NET technology stack. His current role involves designing systems that are resilient to the iterations and changes required by the needs of enterprise businesses, validating architectural innovations, delivering solutions with high quality, managing the end-to-end ownership of products, and building diverse teams with capabilities to fulfill customer objectives. He is passionate about creating reusable components and identifying opportunities to make a product better.

About

Enterprise Application Development with C# 9 and .NET 5, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.3%
  • CSS 5.8%
  • C# 3.2%
  • HTML 1.6%
  • Less 0.1%