본문 바로가기

리디 접속이 원활하지 않습니다.
강제 새로 고침(Ctrl + F5)이나 브라우저 캐시 삭제를 진행해주세요.
계속해서 문제가 발생한다면 리디 접속 테스트를 통해 원인을 파악하고 대응 방법을 안내드리겠습니다.
테스트 페이지로 이동하기

Enterprise Application Development with C# 9 and .NET 5 상세페이지

Enterprise Application Development with C# 9 and .NET 5

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

  • 관심 0
소장
전자책 정가
25,000원
판매가
25,000원
출간 정보
  • 2021.03.19 전자책 출간
듣기 기능
TTS(듣기) 지원
파일 정보
  • PDF
  • 611 쪽
  • 12.9MB
지원 환경
  • PC뷰어
  • PAPER
ISBN
9781800202511
ECN
-
Enterprise Application Development with C# 9 and .NET 5

작품 정보

Become a professional .NET developer by learning expert techniques for building enterprise-grade applications

▶Book Description
.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.

Throughout the book, you'll work on creating an enterprise app and adding a key component to the app with each chapter, before ?nally getting it ready for testing and deployment. You'll learn concepts relating to advanced data structures, the Entity Framework Core, parallel programming, and dependency injection. As you progress, you'll cover various authentication and authorization schemes provided by .NET Core to make your apps and APIs secure. Next, you'll build web apps using ASP.NET Core 5 and deploy them on the cloud while working with various cloud components using Azure. The book then shows you how to use the latest Microsoft Visual Studio 2019 and C# 9 to simplify developer tasks, and also explores tips and tricks in Visual Studio 2019 to improve your productivity. Later, you'll discover various testing techniques such as unit testing and performance testing as well as di?erent methods to deploy enterprise apps.

By the end of this book, you'll be able to create enterprise apps using the powerful features of .NET 5 and deploy them on the cloud.

▶What You Will Learn
-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, con?guration, 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

▶Key Features
-Explore the advanced features of C# and .NET 5 to enhance your code and productivity
-Follow clear and easy instructions for building an end-to-end enterprise application
-Learn how to build scalable web applications and host them on the cloud

▶Who This Book Is For
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.

▶What this book covers
- Chapter 1, Designing and Architecting the Enterprise Application, first discusses commonly used enterprise architectures and design patterns, and then covers designing and architecting an enterprise application into a three-tier application consisting of a UI layer, service layer, and database.

- Chapter 2, Introducing .NET 5 Core and Standard, starts from our awareness that runtime is where your code runs. In this chapter, you will learn about the core and advanced concepts of .NET 5 Core runtime components.

- Chapter 3, Introducing C# 9, talks about the new features in C# 9, which was released with .NET 5.

- Chapter 4, Threading and Asynchronous Operations, helps you learn about threads, thread pools, tasks, and async await in detail and how .NET Core allows you to build asynchronous applications.

- Chapter 5, Dependency Injection in .NET, helps us to understand what dependency injection is and why every developer is flocking toward dependency injection. We will learn how dependency injection works in .NET 5 and list the other options that are available.

- Chapter 6, Configuration in .NET Core, teaches you how to configure .NET 5 and use the configuration and settings in your applications. You will also learn about extending the .NET 5 configuration to define your own sections, handlers, providers, and so on.

- Chapter 7, Logging in .NET 5, discusses the events and logging APIs in .NET 5. We will also deep dive into logging using Azure and Azure components and learn how to do structured logging.

- Chapter 8, Understanding Caching, discusses the caching components available in .NET 5 and the best industry patterns and practices.

- Chapter 9, Working with Data in .NET 5, discusses two possible data providers: SQL and data like RDMS. We will also discuss at a high level how NoSQL databases can be used for storage and data handling using .NET 5. This chapter will discuss .NET Core's interface with files, folders, drives, databases, and memory.

- Chapter 10, Creating an ASP.NET Core 5 Web API, develops the service layer of our enterprise application by using an ASP.NET Core 5 Web API template.

- Chapter 11, Creating an ASP.NET Core 5 Web Application, develops the web layer of our enterprise application by using an ASP.NET Core 5 MVC web application template and Blazor.

- Chapter 12, Understanding Authentication, discusses the most common authentication patterns in the industry and how you could implement them using .NET 5. We will also cover implementing custom authentication.

- Chapter 13, Understanding Authorization, discusses the different methods of authorization and how ASP.NET Core 5 lets you handle it.

- Chapter 14, Health and Diagnostics, discusses the importance of monitoring the health of an application, building a healthcheck API for .NET Core apps, and Azure applications for capturing the telemetry and diagnosing the problem.

- Chapter 15, Testing, discusses the importance of testing. Testing is an essential part of development and no application can be shipped without proper testing, so we will also discuss how we can unit test our code. We will also learn how to measure the performance of an application.

- Chapter 16, Deploying the Application in Azure, discusses the deployment of applications in Azure. We will check-in our code to the source control of our choice, and then the CI/ CD pipeline will kick in and deploy the application in Azure.

작가 소개

▶About the Author
- Ravindra Akella
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
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
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
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.

리뷰

0.0

구매자 별점
0명 평가

이 작품을 평가해 주세요!

건전한 리뷰 정착 및 양질의 리뷰를 위해 아래 해당하는 리뷰는 비공개 조치될 수 있음을 안내드립니다.
  1. 타인에게 불쾌감을 주는 욕설
  2. 비속어나 타인을 비방하는 내용
  3. 특정 종교, 민족, 계층을 비방하는 내용
  4. 해당 작품의 줄거리나 리디 서비스 이용과 관련이 없는 내용
  5. 의미를 알 수 없는 내용
  6. 광고 및 반복적인 글을 게시하여 서비스 품질을 떨어트리는 내용
  7. 저작권상 문제의 소지가 있는 내용
  8. 다른 리뷰에 대한 반박이나 논쟁을 유발하는 내용
* 결말을 예상할 수 있는 리뷰는 자제하여 주시기 바랍니다.
이 외에도 건전한 리뷰 문화 형성을 위한 운영 목적과 취지에 맞지 않는 내용은 담당자에 의해 리뷰가 비공개 처리가 될 수 있습니다.
아직 등록된 리뷰가 없습니다.
첫 번째 리뷰를 남겨주세요!
'구매자' 표시는 유료 작품 결제 후 다운로드하거나 리디셀렉트 작품을 다운로드 한 경우에만 표시됩니다.
무료 작품 (프로모션 등으로 무료로 전환된 작품 포함)
'구매자'로 표시되지 않습니다.
시리즈 내 무료 작품
'구매자'로 표시되지 않습니다. 하지만 같은 시리즈의 유료 작품을 결제한 뒤 리뷰를 수정하거나 재등록하면 '구매자'로 표시됩니다.
영구 삭제
작품을 영구 삭제해도 '구매자' 표시는 남아있습니다.
결제 취소
'구매자' 표시가 자동으로 사라집니다.

개발/프로그래밍 베스트더보기

  • 핸즈온 LLM (제이 알아마르, 마르턴 흐루턴도르스트)
  • 모던 소프트웨어 엔지니어링 (데이비드 팔리, 박재호)
  • 러닝 랭체인 (메이오 오신, 누노 캄포스)
  • 개정4판 | 스위프트 프로그래밍 (야곰)
  • LLM 엔지니어링 (막심 라본, 폴 이우수틴)
  • 주니어 백엔드 개발자가 반드시 알아야 할 실무 지식 (최범균)
  • 미래를 선점하라 : AI Agent와 함께라면 당신도 디지털 천재 (정승원(디지털 셰르파))
  • 잘되는 머신러닝 팀엔 이유가 있다 (데이비드 탄, 에이다 양)
  • 혼자 만들면서 공부하는 딥러닝 (박해선)
  • 개정판 | 개발자 기술 면접 노트 (이남희)
  • 스테이블 디퓨전 실전 가이드 (시라이 아키히코, AICU 미디어 편집부)
  • 개정판|혼자 공부하는 파이썬 (윤인성)
  • 실리콘밸리에서 통하는 파이썬 인터뷰 가이드 (런젠펑, 취안수쉐)
  • 7가지 프로젝트로 배우는 LLM AI 에이전트 개발 (황자, 김진호)
  • 개발자를 위한 쉬운 쿠버네티스 (윌리엄 데니스, 이준)
  • 전략적 모놀리스와 마이크로서비스 (반 버논, 토마스 야스쿨라)
  • 요즘 우아한 AI 개발 (우아한형제들)
  • 최고의 프롬프트 엔지니어링 강의 (김진중)
  • [리얼타임] 버프스위트 활용과 웹 모의해킹 (김명근, 조승현)
  • 입문자를 위한 맞춤형 AI 프로그램 만들기 (다비드스튜디오)

본문 끝 최상단으로 돌아가기

spinner
앱으로 연결해서 다운로드하시겠습니까?
닫기 버튼
대여한 작품은 다운로드 시점부터 대여가 시작됩니다.
앱으로 연결해서 보시겠습니까?
닫기 버튼
앱이 설치되어 있지 않으면 앱 다운로드로 자동 연결됩니다.
모바일 버전