Books of Computer Programming

Books of Computer Programming

Share

This is a page of sharing books of computer programming.

C# 14 and .NET 10 – Modern Cross-Platform Development Fundamentals: Build modern websites and services with ASP.NET Core, Blazor, and EF Core using Visual Studio 2026 02/01/2026

An easy-to-follow guide for beginners and intermediate programmers to master the concepts, real-world applications, and latest features of C # 14 and .NET 10 through hands-on exercises using Visual Studio 2026 and VS Code
Free with your book: DRM-free PDF version + access to Packt's next-gen Reader
Key Features
Explore the newest additions to the C # language, the .NET class libraries, and data modeling with Entity Framework Core
Build professional modern websites and services with ASP.NET Core, Blazor, and Minimal API services
Enhance your skills with step-by-step code examples and good practice tips
Book Description
C # and .NET remain the backbone of modern enterprise and cross-platform development. Whether you're building high-performance websites and services on Windows or Linux or desktop apps that run on Windows and macOS, the .NET ecosystem provides a mature yet constantly evolving foundation for software development. With the release of C # 14 and .NET 10, developers now have access to a more powerful toolset.
This tenth edition has been thoroughly updated to reflect the latest features. It begins with a deep grounding in object-oriented programming and then walks you through building, testing, and debugging functions, as well as managing resources with .NET libraries. You'll work with data using LINQ and serialization, handle filesystem operations, and integrate new features like numerical string comparisons and OrderedDictionary improvements. This book explains C # 14 updates, such as field modifiers, partial events, and instance constructors, in a real-world context. It also guides you in building practical projects with ASP.NET Core 10, exploring Blazor and Minimal API web services that support AOT compilation—ideal for microservices and containers.
By the end of the book, you’ll be ready to ship professional websites, services, and tools across platforms, confident in your ability to build software that's maintainable, efficient, and aligned with modern .NET development.
What you will learn
Discover the new features in .NET 10, including the NumericOrdering option and OrderedDictionary enhancements
Leverage the latest ASP.NET Core 10 features, such as OpenAPI 3.1 document generation, YAML format support, and populating XML doc comments
Use native AOT publishing for faster startup and reduced memory footprint
Build rich web user interface experiences with Blazor
Integrate databases into your applications using EF Core 10 entity models
Query and manipulate data using LINQ
Develop powerful web services with Minimal APIs
Who this book is for
This book is for beginner-to-intermediate level C # and .NET developers. While prior experience with C # or .NET is not a prerequisite, a general understanding of programming concepts will be helpful.
To learn about technologies for building modern .NET projects such as gRPC, SignalR, and GraphQL for services, or Avalonia, Blazor, and .NET MAUI for apps, read Mark's Apps and Services with .NET 10.
For more mature web development technologies like ASP.NET Core MVC, controller-based Web API services, OData services, and Umbraco CMS, check out Mark's Real-World Web Development with .NET 10.
Table of Contents
Hello, C #! Welcome, .NET!
Speaking C #
Controlling Flow, Converting Types, and Handling Exceptions
Writing, Debugging, and Testing Functions
Building Your Own Types with Object-Oriented Programming
Implementing Interfaces and Inheriting Classes
Packaging and Distributing .NET Types
Working with Common .NET Types

https://amzn.to/4pXfbd2

C# 14 and .NET 10 – Modern Cross-Platform Development Fundamentals: Build modern websites and services with ASP.NET Core, Blazor, and EF Core using Visual Studio 2026 Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.

Amazon Kindle Colorsoft 16 GB (newest model) – With color display and adjustable warm light – No Ads – Black 27/11/2025

Read in color – The new 7" Colorsoft display is high-contrast and easy on the eyes, with paper-like color that brings covers and content to life.
A brand-new experience – The Kindle Colorsoft display is optimized for reading in color and is different from the Kindle Paperwhite display, which is optimized for black and white reading.
Color your pages – Highlight your favorite scenes in yellow, orange, blue, and pink.
Marathon reading – A single charge via USB-C lasts up to 8 weeks.
Read in any light – Adjust the display from white to amber to read in bright sunlight or in the dark.
Waterproof and worry-free – Take your stories by the pool, in the bath, or anywhere in between.
Massive selection – Instantly access over 15 million titles in the Kindle Store worldwide, and add a Kindle Unlimited subscription for all-you-can read access to a catalog including best sellers.
Try the Page Color feature to invert the black text and white background of pages inside books. While different than Dark Mode, it enables comfortable reading while still displaying colorful images and covers.

Amazon Kindle Colorsoft 16 GB (newest model) – With color display and adjustable warm light – No Ads – Black Amazon Kindle Colorsoft 16 GB (newest model) – With color display and adjustable warm light – No Ads – Black

Modern C, Third Edition: Covers the C23 standard 25/10/2025

Discover the full power of modern C programming, with an inside look at the new C23 standard.

For programs that need to be small, fast, and reliable, C is the gold standard. Whether you’re writing embedded code, low-level system routines, or high-performance applications, C is up to the challenge. This unique book by Jens Gustedt, a member of the ISO C standards committee, gets you up to speed with C23.

In Modern C, Third Edition you’ll:

• Learn C basics, core features, and advanced concepts
• Leverage major C23 improvements for security, reliability, and performance
• Write portable code that runs anywhere
• Build multi-threaded applications with atomics and synchronization
• Create robust and resilient software with error handling
• Use type-generic programming for reusable code

In Modern C, Third Edition you’ll learn to harness C’s full potential using the latest tools and techniques. After a quick review of the fundamentals suited for coders who haven’t used C in a while, this book guides you to mastery of C23, the latest ISO standard.

About the Technology

From code running on the smallest embedded devices to the low-level libraries behind popular programming languages like Python and Ruby, the software world depends on C. And even after 50 years, it’s still getting better! The new C23 standard adds improvements for security, reliability, and performance. In this thoroughly-revised new edition, author Jens Gustedt gives you an authoritative inside view.

About the Book

Modern C, Third Edition is a fast-paced introduction to the C language, with special attention on its most modern features. It starts with a quick review of structure, grammar, and ex*****on and then progresses quickly to control structures, data types, operators, and other core language features. Fully revised for C23, this expanded Third Edition covers compound expressions and lambdas, new insights into approaching program failure, and how to transition smoothly to C23.

What’s Inside

• All major C23 features
• Portable code that runs anywhere
• Multi-threaded applications with atomics and synchronization
• Use type-generic programming for reusable code

About the Readers

For readers with intermediate skills in any programming language.

About the Author

Jens Gustedt is a senior scientist at the French National Institute for Computer Science and Control (INRIA), deputy director of the ICube lab in Strasbourg, France, and an active member of the ISO C standards committee.

Table of Contents

Level 0 Encounter
1 Getting started
2 The principal structure of a program
Level 1 Acquaintance
3 Everything is about control
4 Expressing computations
5 Basic values and data
6 Derived data types
7 Functions
8 C library functions
Level 2 Cognition
9 Style
10 Organization and documentation
11 Pointers
12 The C memory model
13 Storage
14 More involved processing and I/O
15 Program failure
Level 3 Experience
16 Performance
17 Function-like macros
18 Type-generic programming
19 Variations in control flow
20 Threads
21 Atomic access and memory consistency
A Transitional code
B C compilers
C C libraries
Takeaways

Modern C, Third Edition: Covers the C23 standard For programs that need to be small, fast, and reliable, C is the gold standard. Whether you’re writing embedded code, low-level system routines, or high-performance applications, C is up to the challenge. This unique book by , a member of the ISO C standards committee, gets you up to speed w...

Economics, Technology, and the Future of Nations 01/05/2024

In a world increasingly driven by technological innovation, the concept of technological sovereignty is gaining traction. Nations are grappling with the tension between reaping the benefits of globalization and safeguarding critical technological capabilities. This book delves into the intricate interplay between economics and technological sovereignty, exploring its multifaceted implications for the future of nations.
Through a comprehensive analysis of economic data, case studies, and policy frameworks, the book investigates the economic vulnerabilities arising from over-reliance on foreign technologies. It examines how nations can achieve technological sovereignty by implementing strategies such as domestic innovation incentives, robust digital infrastructure development, and localized supply chain management.
The book delves further into the trade dynamics and geopolitical ramifications of pursuing technological sovereignty. It explores potential impacts on international trade agreements, foreign direct investment, and the global diffusion of technology. By analyzing case studies of countries with differing approaches, the book offers valuable insights and lessons learned.
Addressing the challenges and trade-offs inherent in this complex landscape, the book proposes comprehensive policy frameworks to balance economic considerations with strategic autonomy. It concludes by looking towards the future, projecting potential economic scenarios and speculating on the evolving role of technology in shaping international relations and economies.
This book is a crucial resource for policymakers, economists, and anyone interested in understanding the intricate relationship between economics, technology, and the future of nations in a globally interconnected world.

Economics, Technology, and the Future of Nations In a world increasingly driven by technological innovation, the concept of technological sovereignty is gaining traction. Nations are grappling with the tension between reaping the benefits of globalization and safeguarding critical technological capabilities. This book delves into the intricate ...

Want your business to be the top-listed Shop in Dhaka?
Click here to claim your Sponsored Listing.

Category

Telephone

Address


Ka-86/1/a, Kuratoli Bazaar , Kuril
Dhaka
1229