Books of Computer Programming

Books of Computer Programming This is a page of sharing books of computer programming.

An easy-to-follow guide for beginners and intermediate programmers to master the concepts, real-world applications, and ...
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


Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.

Read in color – The new 7" Colorsoft display is high-contrast and easy on the eyes, with paper-like color that brings co...
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

A comprehensive update of the leading algorithms text, with new material on matchings in bipartite graphs, online algori...
25/10/2025

A comprehensive update of the leading algorithms text, with new material on matchings in bipartite graphs, online algorithms, machine learning, and other topics.

Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. Introduction to Algorithms uniquely combines rigor and comprehensiveness. It covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers, with self-contained chapters and algorithms in pseudocode. Since the publication of the first edition, Introduction to Algorithms has become the leading algorithms text in universities worldwide as well as the standard reference for professionals. This fourth edition has been updated throughout.

New for the fourth edition
New chapters on matchings in bipartite graphs, online algorithms, and machine learning
New material on topics including solving recurrence equations, hash tables, potential functions, and suffix arrays
140 new exercises and 22 new problems
Reader feedback–informed improvements to old problems
Clearer, more personal, and gender-neutral writing style
Color added to improve visual presentation
Notes, bibliography, and index updated to reflect developments in the field
Website with new supplementary material

Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. uniquely combines rigor and comprehensiveness. It covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers, with self-contained c...

Discover the full power of modern C programming, with an inside look at the new C23 standard.For programs that need to b...
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

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...

Become proficient in Swift 6 using advanced techniques and modern programming practices to effortlessly build high-perfo...
25/10/2025

Become proficient in Swift 6 using advanced techniques and modern programming practices to effortlessly build high-performance applications

Key Features
Perfect your application development capabilities using the latest features of Swift 6.2
Learn advanced techniques like concurrency, memory management, Generics, and Swift Testing
Apply best practices in Swift to write clean, scalable, and maintainable code
Purchase of the print or Kindle book includes a free PDF eBook
Book Description
This seventh edition of Mastering Swift 6 is your ultimate guide to harnessing the full power of Swift. Whether you're aiming to optimize the performance of your applications or looking to explore the exciting new features in Swift 6.2, this book has you covered. The author distills his 28 years of experience in the Engineering and IT fields to help you dive deep into advanced concepts and techniques, such as concurrency, memory management, and Generics, all essential for creating high-performance applications.

The chapters take you on a flexible journey, covering Swift 6.2’s newest features alongside advanced programming topics such as reflection, concurrency, and Generics. Packed with best practices, testing strategies, and modern programming techniques, this book equips you with the skills to develop scalable, high-performance applications with confidence.

Whether you're looking to stay competitive or simply want to excel in Swift 6, this book provides the tools and knowledge you need to succeed.

What you will learn
Optimize your application's performance to meet the demands of the modern user
Develop readable, well-structured code by utilizing Swift development strategies
Use reflection with the Mirror API to observe your application's ex*****on at runtime
Conquer advanced topics, such as concurrency, memory management, and generics
Find out how to use result builders and how to create custom operators in Swift
Effectively test your Swift code with the all-new Swift Testing framework
Who this book is for
This book is for developers who have a fundamental grasp of the Swift language and aspire to take their development skills to the next level by learning about the advanced topics and techniques of the Swift language. All examples are compatible with Linux, in addition to the MacOS, iOS, iPadOS, VisionOS, and WatchOS platforms, unless otherwise noted.

Table of Contents
The Evolution of Swift
Closures and Result Builders
Protocols and Protocol Extensions
Generics
Value and Reference Types
Enumerations
Reflection
Error Handling and Availability
Regular Expressions
Custom Subscripting
Property Observers and Wrappers
Dynamic Member Lookup and Key Paths
Grand Central Dispatch
Structured Concurrency
Memory Management
Advanced and Custom Operators
Access Controls
Swift Testing
Object-Oriented Programming
Protocol-Oriented Programming
Functional Programming with Swift

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.

The Pragmatic Programmer is one of those rare tech books you’ll read, re-read, and read again over the years. Whether yo...
25/10/2025

The Pragmatic Programmer is one of those rare tech books you’ll read, re-read, and read again over the years. Whether you’re new to the field or an experienced practitioner, you’ll come away with fresh insights each and every time.

Dave Thomas and Andy Hunt wrote the first edition of this influential book in 1999 to help their clients create better software and rediscover the joy of coding. These lessons have helped a generation of programmers examine the very essence of software development, independent of any particular language, framework, or methodology, and the Pragmatic philosophy has spawned hundreds of books, screencasts, and audio books, as well as thousands of careers and success stories.

Now, twenty years later, this new edition re-examines what it means to be a modern programmer. Topics range from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse. Read this book, and you’ll learn how to:
Fight software rot
Learn continuously
Avoid the trap of duplicating knowledge
Write flexible, dynamic, and adaptable code
Harness the power of basic tools
Avoid programming by coincidence
Learn real requirements
Solve the underlying problems of concurrent code
Guard against security vulnerabilities
Build teams of Pragmatic Programmers
Take responsibility for your work and career
Test ruthlessly and effectively, including property-based testing
Implement the Pragmatic Starter Kit
Delight your users
Written as a series of self-contained sections and filled with classic and fresh anecdotes, thoughtful examples, and interesting analogies, The Pragmatic Programmer illustrates the best approaches and major pitfalls of many different aspects of software development. Whether you’re a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you’ll quickly see improvements in personal productivity, accuracy, and job satisfaction. You’ll learn skills and develop habits and attitudes that form the foundation for long-term success in your career.

You’ll become a Pragmatic Programmer.

is one of those rare tech books you’ll read, re-read, and read again over the years. Whether you’re new to the field or an experienced practitioner, you’ll come away with fresh insights each and every time. Dave Thomas and Andy Hunt wrote the first edition of this influential book in 199...

The digital infrastructure that underpins globalization is facing unprecedented challenges. Rising anti-globalization se...
01/05/2024

The digital infrastructure that underpins globalization is facing unprecedented challenges. Rising anti-globalization sentiment and protectionist policies threaten to fracture the interconnected web of data flows, communication networks, and digital platforms that have fueled economic growth and innovation. This book, "The Digital Ecosystem: Solutions for a Fragmented World," explores the vulnerabilities of our current digital infrastructure and proposes solutions for building resilience in a potentially fractured future.
Part I delves into the intricate workings of the digital ecosystem and its dependence on global cooperation. Case studies showcase how interconnectedness fosters prosperity. Part II then dissects the growing "Digital Fault Lines" – protectionist measures like data localization and internet fragmentation – and their potential to disrupt global commerce, inhibit innovation, and compromise data security.
Part III offers a roadmap towards a more resilient digital future. It emphasizes the importance of fostering collaboration and openness through common standards, multi-stakeholder governance, and international cooperation on cybersecurity and data privacy. Building security and resilience requires robust cybersecurity measures, a focus on user trust, and innovative solutions for redundancy and diversification of data storage and communication channels.
Finally, the book highlights the need for inclusivity in this digital future. Initiatives to bridge the digital divide and empower individuals through digital literacy programs are crucial. The book concludes with a call to action for policymakers, businesses, and civil society to work together in building a resilient and equitable digital ecosystem that fosters global connections and prosperity.
This book is a timely and thought-provoking read for anyone concerned about the future of the digital world. It provides valuable insights for navigating the challenges of a potentially fragmented digital landscape and charting a course towards a more secure, inclusive, and prosperous future.
Read less

The digital infrastructure that underpins globalization is facing unprecedented challenges. Rising anti-globalization sentiment and protectionist policies threaten to fracture the interconnected web of data flows, communication networks, and digital platforms that have fueled economic growth and ...

In a world increasingly driven by technological innovation, the concept of technological sovereignty is gaining traction...
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.

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 ...

In the midst of the relentless advancement of technology, the digital age has catalyzed a transformative process, aptly ...
08/01/2024

In the midst of the relentless advancement of technology, the digital age has catalyzed a transformative process, aptly termed "Digital Metamorphosis." This research paper delves into the intricate and dynamic interplay between technology, governance, institutions, and human development within the expansive canvas of this rapidly evolving landscape. Through an inclusive and multidisciplinary approach, encompassing scholarly literature, theoretical frameworks, real-world case studies, and pertinent insights, this paper undertakes an exhaustive examination of the multifaceted challenges, opportunities, and ethical considerations that permeate this profound transformation.
At the heart of this exploration is an emphasis on human-centric technological progress, a clarion call that resonates across sectors. Anchoring this trajectory is the significance of adaptive governance and institutions in navigating the labyrinthine complexities of the digital era. The paper navigates how institutions equipped with the ability to embrace change can adroitly respond to the ever-shifting technological landscape. By fostering innovation and deftly addressing emerging challenges, adaptive governance nurtures an environment of dynamic equilibrium. Furthermore, the paper expounds on how transparent and inclusive decision-making processes within institutions instill a sense of trust and collaboration among citizens and stakeholders, thus lending credence to the notion of effective technology governance.
Yet, the realm of technology cannot be traversed without an unwavering commitment to ethical considerations. These considerations unfurl across diverse dimensions, encompassing transparency, accountability, privacy preservation, algorithmic fairness, and digital inclusivity. In a world where technology ubiquitously intersects with every facet of existence, the paper asserts that comprehensive digital literacy initiatives are pivotal. Empowering individuals with the capacity to navigate the digital sphere critically and responsibly is a clarion call for fostering a society that is informed, engaged, and participatory.
In a global landscape interconnected by digital threads, the paper extols the imperative of international cooperation among policymakers, institutions, and stakeholders. The paper contends that the collective pursuit of shared norms, standards, and agreements that transcend geopolitical confines is an essential mandate. This cooperative fabric is indispensable for addressing cross-border challenges, from safeguarding data privacy to fortifying cybersecurity, while concurrently cultivating an ethical deployment of emerging technologies.
As the paper delves into the transformative potential of Digital Metamorphosis, it invokes a plea to prioritize equity and inclusivity. The digital divide, a recurring motif, is a poignant reminder of the existing disparities. Thus, the paper rallies for policies that facilitate universal access to technology and digital education, bridging the chasm between privileged enclaves and marginalized communities.
In a final crescendo, the paper summons policymakers, institutions, and stakeholders to unite in steering Digital Metamorphosis toward a trajectory that is equitable, ethical, and inclusive. By weaving technology seamlessly into the fabric of society, societies can harness the full potential of Digital Metamorphosis to propel holistic human development. This undertaking necessitates a concerted endeavor to ensure technology is harnessed for the common good, reflects the spectrum of human rights, and contributes positively to the collective well-being. In this era of unprecedented technological transformation, collective action, visionary leadership, and ethical stewardship emerge as the guiding compass for navigating the complexities of the digital age, thus heralding an epoch of responsible technological progress and all-encompassing human development.

In the midst of the relentless advancement of technology, the digital age has catalyzed a transformative process, aptly termed "Digital Metamorphosis." This research paper delves into the intricate and dynamic interplay between technology, governance, institutions, and human development within th...

The rapid advancement and integration of Artificial Intelligence (AI) technologies into modern economies have ignited a ...
05/11/2023

The rapid advancement and integration of Artificial Intelligence (AI) technologies into modern economies have ignited a transformative era, presenting both opportunities and challenges.
The book offers a synthesis of economic insights derived from empirical and theoretical studies, addressing the influence of AI on various facets of economic life. It explores the effects of AI on competition, market structures, economic growth, income inequality, labor markets, political systems, the judiciary, technological innovation, financial sectors, and public health. By examining these areas, it uncovers the far-reaching consequences of AI adoption and highlights the need for careful policy consideration.

Furthermore, this book navigates through potential policy pathways to harness the benefits of AI while mitigating its associated risks. It outlines recommendations and strategies for designing effective policies that encourage responsible AI deployment, foster innovation, and ensure that AI advancements contribute to societal well-being.

As AI continues to reshape economies, understanding the intricacies of its impact and the formulation of informed policies are paramount. "The AI Revolution: Economic Insights and Policy Pathways" aims to provide a holistic view of the AI revolution, equipping policymakers, researchers, and stakeholders with valuable insights to navigate this transformative landscape.

The rapid advancement and integration of Artificial Intelligence (AI) technologies into modern economies have ignited a transformative era, presenting both opportunities and challenges. The book offers a synthesis of economic insights derived from empirical and theoretical studies, addressing the...

In the rapidly evolving landscape of urban development, "Digitalization of a Smart City" by Md. Zahid Hossain is your ul...
26/10/2023

In the rapidly evolving landscape of urban development, "Digitalization of a Smart City" by Md. Zahid Hossain is your ultimate guide to understanding, embracing, and navigating the intricate world of smart cities. This book is a comprehensive and insightful journey through the essential elements, technologies, challenges, and future prospects of digitalized urban centers.
The book opens with an illuminating "Introduction" that provides a solid foundation for readers. It starts with the "Definition of a Smart City," clarifying what constitutes a smart city and its significance in the modern world. It then delves into the "Importance of Digitalization in Smart City Development," showcasing why digitalization is the key to transforming urban environments. The "Overview of the digitalization process of a smart city" section offers a strategic perspective on how cities embark on the journey of becoming smart.
One of the book's key strengths is its in-depth exploration of "Key Technologies for Smart City Digitalization." Each technology is meticulously examined, providing clear and concise explanations, real-world "Examples," and a balanced view of their "Benefits and Challenges." From IoT, Big Data Analytics, and Cloud Computing to Artificial Intelligence, Blockchain, Smart Mobility, Smart Energy, 5G, Smart Sensors and Devices, Augmented Reality, and Virtual Reality, every aspect of smart city technology is dissected.
The heart of the book is dedicated to "Designing a Smart City Infrastructure." This section emphasizes the importance of components like "Infrastructure and Connectivity," "Data Management and Analytics," "IoT and Sensors," "Artificial Intelligence and Machine Learning," "Smart Grids," "Intelligent Transportation Systems," "Smart Buildings," "Waste Management," and "Water Management" in shaping the city of the future.
The book then transitions to "Applications of Smart City Technologies," revealing how these technologies are practically employed in various aspects of urban living. Readers explore the impact of smart technologies on "Transportation and Mobility," "Energy Management and Sustainability," "Public Safety and Emergency Management," "Citizen Engagement and Participation," "Smart Security and Surveillance," "Healthcare," "Education," and "Tourism and Recreation."
The "Digital Governance and Citizen Engagement" segment explores the crucial role of e-governance, citizen participation, digital service delivery platforms, and the paramount concerns of "Privacy and Security Considerations" in the smart city landscape.
What truly sets this book apart is the incorporation of "Case Studies of Smart City Digitalization." These case studies, featuring cities like Singapore, Barcelona, Amsterdam, Dubai, and Songdo, South Korea, provide real-world inspiration and practical insights for urban planners and policymakers.
In the section on "Challenges, Risks, and Opportunities for Smart City Digitalization," readers are confronted with the complex hurdles faced in funding and investment, interoperability and standards, data privacy and security, the digital divide, governance and policy, infrastructure and maintenance, social and economic inequality, and ethical and legal issues.
The book doesn't just educate; it empowers. "Implementation Strategies for a Digital Smart City" offers readers guidance on how to effectively implement smart city plans, focusing on "Planning and Strategy," "Governance and Regulations," "Partnerships and Collaboration," and "Financing and Investment."
As the book looks to the future in "Future Trends and Directions of Digital Smart Cities," the author sheds light on the innovations and emerging technologies that will redefine our urban landscapes. The book emphasizes the growing importance of "Policy and Regulatory Changes" and the paramount role of "Social and Environmental Sustainability" in future smart city development.
The "Conclusion" of the book presents a forward-looking perspective, examining "Future Trends in Smart City Digitalization" and the broader "Implications for Urban Planning and Development."
"Digitalization of a Smart City" is a must-read for city planners, policymakers, technology enthusiasts, and anyone intrigued by the limitless potential of smart cities. Md. Zahid Hossain's expertise and clear writing style make complex concepts accessible and actionable. This book isn't just an exploration; it's a roadmap to building the smart cities of tomorrow.

In the rapidly evolving landscape of urban development, "Digitalization of a Smart City" by Md. Zahid Hossain is your ultimate guide to understanding, embracing, and navigating the intricate world of smart cities. This book is a comprehensive and insightful journey through the essential elements,...

Address

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

Alerts

Be the first to know and let us send you an email when Books of Computer Programming posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Books of Computer Programming:

Share

Category