نام کتاب
ASP.NET Core in Action

Andrew Lock

Paperback983 Pages
PublisherManning
Edition3
LanguageEnglish
Year2023
ISBN9781633438620
1K
A1203
انتخاب نوع چاپ:
جلد سخت
1,173,000ت
0
جلد نرم
1,243,000ت(2 جلدی)
0
طلق پاپکو و فنر
1,263,000ت(2 جلدی)
0
مجموع:
0تومان
کیفیت متن:اورجینال انتشارات
قطع:B5
رنگ صفحات:دارای متن و کادر رنگی
پشتیبانی در روزهای تعطیل!
ارسال به سراسر کشور

#ASP.NET

#HTTP

#Windows

#Windows_servers

#web_applications

#HTML

#Razor

#Microsoft

#MVP

توضیحات

💎 ساخت اپلیکیشن‌های وب فول‌استک حرفه‌ای با C# و ASP.NET Core

کتاب جامع و پرطرفدار «ASP.NET Core in Action، ویرایش سوم» راهنمایی کامل برای توسعه‌دهندگان است تا بتوانند با استفاده از قدرت C# و پلتفرم مدرن .NET، اپلیکیشن‌های کراس‌پلتفرم سطح سازمانی طراحی کنند.


🚀 ویژگی نسخه جدید:

این ویرایش کاملاً به‌روزرسانی شده برای ASP.NET Core 7.0 است و مجموعه‌ای از قابلیت‌های تازه مثل Minimal APIs و Minimal Hosting را پوشش می‌دهد؛ مفاهیمی که ساخت اپلیکیشن‌های وب را به‌طرز چشمگیری ساده‌تر و سریع‌تر کرده‌اند.

نویسنده، «اندرو لاک» (Andrew Lock)، یکی از Microsoft MVPها و متخصصان باسابقه در حوزه‌ی .NET است که تجربه‌ی عملی او در هر فصل به وضوح پیداست.


🧠 آنچه می‌آموزی در این کتاب:

  • ساخت Minimal APIs برای ارائه داده‌های JSON به اپلیکیشن‌های فرانت‌اند
  • طراحی اپلیکیشن‌های سرور-رندر (Server-Side Rendered) با Razor Pages
  • پیاده‌سازی سیستم‌های احراز هویت و مجوز دسترسی (Authentication & Authorization)
  • ذخیره‌سازی داده با Entity Framework Core
  • نوشتن تست‌های واحد و یکپارچه (Unit & Integration Tests)
  • ساخت Middleware و Components سفارشی در ASP.NET Core


💡 درباره‌ی فناوری:

ASP.NET Core قابلیتی کامل برای ساخت اپلیکیشن‌های وب حرفه‌ای ارائه می‌دهد؛ از رندر سمت سرور، APIهای امن، دسترسی آسان به داده، تا ابزارهای افزایش بهره‌وری.

این فریم‌ورک شما را از جست‌وجوی مداوم خطاها و syntax رها می‌کند تا روی توسعه‌ی واقعی ویژگی‌ها تمرکز کنید.


📘 درباره‌ی کتاب:

ویرایش سوم، مجموعه‌ای از مثال‌های عملی، توضیحات شفافی از کدها، و تصویرسازی‌های آموزشی دارد تا مباحث حتی پیچیده‌ترین بخش‌ها را ساده بیان کند.

برخی پوشش‌های جدید شامل موارد زیرند:

  • ایجاد Minimal APIs و امن‌سازی آن‌ها با Bearer Tokens
  • استفاده از WebApplicationBuilder
  • پیکربندی حرفه‌ای اپلیکیشن‌ها
  • مدیریت داده و امنیت سطح تولید (Production-Ready Techniques)


🔧 فهرست مطالب کتاب:

بخش ۱ – آغاز کار با Minimal APIs

  1. شروع کار با ASP.NET Core
  2. درک ساختار ASP.NET Core
  3. ساخت اولین اپلیکیشن
  4. کنترل درخواست‌ها از طریق Middleware Pipeline
  5. ایجاد API برای ارائه JSON با Minimal APIs
  6. نگاشت URLها به Endpointها با Routing
  7. Model Binding و اعتبارسنجی داده‌ها در Minimal APIs

بخش ۲ – ساخت اپلیکیشن‌های کامل

  1. مقدمه‌ای بر Dependency Injection
  2. ثبت وابستگی‌ها در DI Container
  3. پیکربندی اپلیکیشن در ASP.NET Core
  4. مستندسازی APIها با OpenAPI / Swagger
  5. ذخیره داده با Entity Framework Core

بخش ۳ – تولید HTML با Razor Pages و MVC

  1. ساخت وب‌سایت با Razor Pages
  2. نگاشت URLها با Routing در Razor Pages
  3. تولید پاسخ با Page Handlers
  4. Binding و اعتبارسنجی درخواست‌ها در Razor Pages
  5. رندر HTML با Razor Views
  6. ساخت فرم‌ها با Tag Helpers
  7. طراحی وب‌سایت با MVC Controllers
  8. ساخت API با Web API Controllers
  9. بررسی Filter Pipeline در MVC و Razor Pages
  10. ساخت Custom Filters در MVC و Razor Pages

بخش ۴ – امنیت و استقرار اپلیکیشن‌ها

  1. احراز هویت کاربران با ASP.NET Identity
  2. مجوز دسترسی (Authorization)
  3. احراز هویت و مجوز در APIها
  4. لاگ‌گیری و عیب‌یابی
  5. انتشار و استقرار اپلیکیشن
  6. افزودن HTTPS به اپلیکیشن
  7. ارتقای امنیت اپلیکیشن

بخش ۵ – پیشرفته‌تر با ASP.NET Core

  1. ساخت اپلیکیشن‌ها با Generic Host و Startup Class
  2. پیکربندی پیشرفته در ASP.NET Core
  3. ساخت Componentهای سفارشی در MVC و Razor Pages
  4. فراخوانی APIهای خارجی با IHttpClientFactory
  5. ایجاد Taskهای پس‌زمینه
  6. تست اپلیکیشن‌ها با xUnit
  7. تست جامع برای اپلیکیشن‌های ASP.NET Core


👨‍🏫 درباره‌ی نویسنده – اندرو لاک (Andrew Lock):

او یکی از Microsoft MVPها و از زمان نسخه‌ی اولیه‌ی ASP.NET Core تا امروز با این فریم‌ورک کار کرده است.

اندرو لاک نویسنده‌ی بلاگ‌های محبوبی است که اغلب در وبلاگ رسمی .NET توسط تیم ASP.NET معرفی می‌شوند.

در این نسخه‌ی جدید از کتابش، تجربه‌ی واقعی توسعه تحت .NET را با الگوهای جدید و مثال‌های کاربردی ترکیب کرده تا خواننده بتواند سریع‌تر و هوشمندتر اپلیکیشن‌های کراس‌پلتفرم بسازد.


💬 نظرات منتقدان:

“به‌طرز استادانه‌ای برنامه‌نویسی وب را تشریح کرده. این کتاب برای همه‌ی توسعه‌دهندگان – چه تازه‌کار، چه حرفه‌ای – ضروری است. معیار جدیدی در دنیای .NET.”

خالد ابوحکمِه، JetBrains

“تجربه و نکات عملی اندرو لاک واقعاً هر توسعه‌دهنده‌ی دات‌نت را از صفر به قهرمان تبدیل می‌کند.”

جیمز هیکی، Savvyy Technologies

“کتابی که همیشه روی میز کارم است — اطلاعاتی فوق‌العاده برای ساخت بهترین اپلیکیشن‌های ممکن.”

فاستر هینز، Foster’s Website Company


جمع‌بندی برای دولوپرهای .NET:

نسخه‌ی سوم این کتاب یه راهنمای کامل برای ساخت اپلیکیشن‌های وب سریع‌تر، امن‌تر و حرفه‌ای‌تر با ASP.NET Core 7.0 است.

اگر دنبال یادگیری Minimal APIs، Razor Pages، EF Core، و تست پیشرفته در محیط دات‌نت هستی، این کتاب مسیرت رو به دنیای *توسعه‌ی سطح سازمانی باز می‌کنه.


Build professional-grade full-stack web applications using C# and ASP.NET Core.


In ASP.NET Core in Action, Third Edition you’ll learn how to:


  • Build minimal APIs for serving JSON to client-side applications
  • Create dynamic, server-side rendered applications using Razor Pages
  • User authentication and authorization
  • Store data using Entity Framework Core
  • Unit and integration tests for ASP.NET Core applications
  • Write custom middleware and components


Fully updated to ASP.NET Core 7.0! In ASP.NET Core in Action, Third Edition Microsoft MVP Andrew Lock teaches you how you can use your C# and .NET skills to build amazing cross-platform web applications. This revised bestseller reveals the latest .NET patterns, including minimal APIs and minimal hosting. Even if you've never worked with ASP.NET, you'll start creating productive cross-platform web apps fast. Illustrations and annotated code make learning visual and easy.


About the technology

The ASP.NET Core web framework delivers everything you need to build professional-quality web applications. With productivity-boosting libraries for server-side rendering, secure APIs, easy data access and more, you’ll spend your time implementing features instead of researching syntax and tracking down bugs. This book is your guide.


About the book

ASP.NET Core in Action, Third Edition shows you how to create production-grade web applications with ASP.NET Core 7.0. You’ll learn from hands-on examples, insightful illustrations, and nicely explained code. Updated coverage in this Third Edition includes creating minimal APIs, securing APIs with bearer tokens, WebApplicationBuilder, and more.


What's inside

  • Minimal APIs for serving JSON
  • Server-side rendering using Razor Pages
  • Data access with Entity Framework Core
  • Write custom middleware and components


About the reader

For beginning to intermediate web developers. Examples are in C#.


About the author

Andrew Lock is a Microsoft MVP who has worked with ASP.NET Core since before its first release.


Table of Contents

1 Getting started with ASP.NET Core

PART 1 - GETTING STARTED WITH MINIMAL APIS

2 Understanding ASP.NET Core

3 Your first application

4 Handling requests with the middleware pipeline

5 Creating a JSON API with minimal APIs

6 Mapping URLs to endpoints using routing

7 Model binding and validation in minimal APIs

PART 2 - BUILDING COMPLETE APPLICATIONS

8 An introduction to dependency injection

9 Registering services with dependency injection

10 Configuring an ASP.NET Core application

11 Documenting APIs with OpenAPI

12 Saving data with Entity Framework Core

PART 3 - GENERATING HTML WITH RAZOR PAGES AND MVC

13 Creating a website with Razor Pages

14 Mapping URLs to Razor Pages using routing

15 Generating responses with page handlers in Razor Pages

16 Binding and validating requests with Razor Pages

17 Rendering HTML using Razor views

18 Building forms with Tag Helpers

19 Creating a website with MVC controllers

20 Creating an HTTP API using web API controllers

21 The MVC and Razor Pages filter pipeline

22 Creating custom MVC and Razor Page filters

PART 4 - SECURING AND DEPLOYING YOUR APPLICATIONS

23 Authentication: Adding users to your application with Identity

24 Authorization: Securing your application

25 Authentication and authorization for APIs

26 Monitoring and troubleshooting errors with logging

27 Publishing and deploying your application

28 Adding HTTPS to an application

29 Improving your application’s security

PART 5 - GOING FURTHER WITH ASP.NET CORE

30 Building ASP.NET Core apps with the generic host and Startup

31 Advanced configuration of ASP.NET Core

32 Building custom MVC and Razor Pages components

33 Calling remote APIs with IHttpClientFactory

34 Building background tasks and services

35 Testing applications with xUnit

36 Testing ASP.NET Core applications


Ready to create cross-platform web apps faster?

In ASP.NET Core in Action, Third Edition, learn how to build professional-grade web apps faster than ever before using C# and ASP.NET Core.

Through insightful instruction and hands-on examples, in this updated version of his previous bestseller, author and Microsoft MVP Andrew Lock reveals the latest .NET patterns, including a focus on minimal APIs and minimal hosting—changes that make building web apps simpler and faster than previously imagined.


What’s new in this version?

This latest version of the bestselling ASP.NET Core in Action is updated with significant content on the new minimal APIs introduced in .NET 6 and expands on their exciting new capabilities in .NET 7. Readers will appreciate how much easier it is to build these small APIs, and how the new changes have simplified even complex scenarios.

Besides the new comprehensive coverage of the changes introduced in .NET 6 and .NET 7, the manuscript has been comprehensively reorganized to spotlight need-to-know information, and various chapters have been expanded upon for ease of reading.


Setting it Apart

Microsoft MVP Andrew Lock’s highly popular blog is frequently featured on the .NET blog by the ASP.NET team at Microsoft.

In this latest version of ASP.NET Core in Action, Lock reveals the latest .NET patterns and how you can leverage them to improve your web app development experience.

Through hands-on examples, illuminating illustrations, and clearly annotated code, you’ll learn to create high-quality cross-platform web apps faster and simpler than ever before with ASP.NET Core.


Review

"Masterfully breaks down web programming. This book is a must-read for new and experienced developers alike. It sets the standard in the .NET space." —Khalid Abuhakmeh, JetBrains


"Andrew Lock's extensive experience and applied advice will truly take any .NET web developer from zero to hero." —James Hickey, Savvyy Technologies


"Fantastic information to help you make the best applications possible. This book stays on my desk." —Foster Haines, Foster's Website Company


About the Author

Andrew Lock is a Microsoft MVP who has worked with ASP.NET Core since before its first release.

دیدگاه خود را بنویسید
نظرات کاربران (0 دیدگاه)
نظری وجود ندارد.
کتاب های مشابه
NET.
827
Framework Design Guidelines
949,000 تومان
ASP.NET Core
1,194
Hands-On RESTful Web Services with ASP.NET Core 3
628,000 تومان
ASP.NET Core
939
Pro ASP.NET Core MVC 2
1,619,000 تومان
ASP.NET Core
768
ASP.NET Core 8 and Angular
1,065,000 تومان
ASP.NET Core
959
Professional ASP.NET Design Patterns
1,127,000 تومان
ASP.NET Core
1,391
Web API Development with ASP.NET Core 8
1,064,000 تومان
ASP.NET Core
953
Practical Entity Framework Core 6
1,072,000 تومان
NET.
1,095
Dockerizing ASP.NET Core Application
182,000 تومان
NET.
1,122
Pro ASP.NET Core 6
1,657,000 تومان
NET.
1,561
Ultimate ASP.NET Core Web API + Workbook
542,000 تومان
قیمت
منصفانه
ارسال به
سراسر کشور
تضمین
کیفیت
پشتیبانی در
روزهای تعطیل
خرید امن
و آسان
آرشیو بزرگ
کتاب‌های تخصصی
هـر روز با بهتــرین و جــدیــدتـرین
کتاب های روز دنیا با ما همراه باشید
آدرس
پشتیبانی
مدیریت
ساعات پاسخگویی
درباره اسکای بوک
دسترسی های سریع
  • راهنمای خرید
  • راهنمای ارسال
  • سوالات متداول
  • قوانین و مقررات
  • وبلاگ
  • درباره ما
چاپ دیجیتال اسکای بوک. 2024-2022 ©