TOP
英國出版界指標大獎肯定!A.F. Steadman 獲年度作家,《史坎德》系列帶你踏上熱血奇幻旅程
縮小範圍
裝訂方式
搜尋結果 /

Programming Entity Framework

11613
1 / 291
Programming Entity Framework—DbContext
滿額折
出版日:2012/03/01 作者:Julia Lerman; Rowan Miller  出版社:Oreilly & Associates Inc  裝訂:平裝
The DbContext API captures Entity Framework’s (EF) most commonly used features and tasks, simplifying development with EF. This concise book shows you how to use the API to perform set operations with
優惠價: 1 1250
無庫存
Programming Entity Framework ─ Code First
滿額折
出版日:2011/12/05 作者:Julia Lerman; Rowan Miller  出版社:Oreilly & Associates Inc  裝訂:平裝
Take advantage of the Code First data modeling approach in ADO.NET Entity Framework, and learn how to build and configure a model based on existing classes in your business domain. With this concise b
優惠價: 1 1374
無庫存
C++ PROGRAMMING N EASY STEPS 4E
75 折
出版日:2011/07/01 作者:MCGRATH  出版社:Mcgraw-Hill; Inc.  裝訂:平裝
C++ Programming in Easy Steps instructs you how to program in the powerful C++ language, giving complete examples that illustrate each aspect. C++ Programming in Easy Steps begins by explaining how
優惠:Mcgraw-Hill 書展 優惠價: 75 606
庫存:1
出版日:2013/09/25 作者:Z. Hirani; L. Tenny; N. Gupta; B. Driscoll; R. Vettor  出版社:Springer-Verlag New York Inc  裝訂:平裝
Entity Framework 6 Recipes provides an exhaustive collection of ready-to-use code solutions for Entity Framework, Microsoft's model-centric, data-access platform for the .NET Framework and ASP.NET dev
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
ASP.NET Core 6 零基礎建立自己的部落格
滿額折
出版日:2023/08/23 作者:劉駿嶢Jim(雞湯工程師)  出版社:深智數位  裝訂:平裝
轉職軟體工程師、程式初學者、缺乏作品集的人! 不用再害怕寫程式啦~ ●Asp.Net Core 6的常見技術 ●Entity Framework資料庫設計、資安知識、發文系統、登入功能 ●Web開發工程師應該具備的相關知識 ●如何建造部落格網站 ●附贈原始碼 此書主要撰寫給所有程式初學者,希望大家能更好的進入程式的世界。 書中分成了兩個部分,第一個部分為ASP.NET Core工程師應該具備的相關知識,包含網站運行的原理、什麼是API、ASP.NET Core 常用技術、Entity Framework資料庫、相依性注入、如何上傳或是下載檔案、資安權限、如何架站等等,第二部分說明如何結合前面所學建造自己的Blog,做成一個有登入系統,可以發文給別人觀看的網站。 全書富含眾多程式範例以及原始碼提供讀者學習,希望大家能在成就感中學習到技術,在程式裡建築自己的世界。
優惠價: 9 711
庫存:2
Ios 13 Programming Fundamentals With Swift
75 折
出版日:2019/11/09 作者:Matt Neuburg  出版社:Oreilly & Associates Inc  裝訂:平裝
Move into iOS development by getting a firm grasp of its fundamentals, including the Xcode 10 IDE, Cocoa Touch, and the latest version of Apple's acclaimed programming language, Swift 5. With this tho
優惠:外文好書 優惠價: 75 1710
庫存:1
Sudoku Programming With C
75 折
出版日:2015/04/29 作者:Giulio Zambon  出版社:Springer Verlag  裝訂:平裝
Sudoku Programming with C teaches you how to write computer programs to solve and generate Sudoku puzzles. This is a practical book that will provide you with everything you need to write your own boo
優惠:外文好書 優惠價: 75 1050
庫存:1
Using OpenMP ─ Portable Shared Memory Parallel Programming
79 折
出版日:2007/10/01 作者:Barbara Chapman; Gabriele Jost; Ruud Van der Pas; David J. Kuck  出版社:Mit Pr  裝訂:平裝
A comprehensive overview of OpenMP, the standard application programming interface for shared memory parallel computing—a reference for students and professionals.
優惠價: 79 1501
庫存:1
出版日:2015/08/28 作者:Joydip Kanjilal  出版社:Packt Pub Ltd  裝訂:平裝
A comprehensive guide to the Entity Framework with insight into its latest features and optimizations for responsive data access in your projectsAbout This BookCreate Entity data models from your data
優惠價: 1 2819
無庫存
簡約的軟體開發思維:用 Functional Programming 重構程式-以 Javascript 為例
滿額折
出版日:2024/10/02 作者:Eric Normand  出版社:旗標出版社  裝訂:平裝
Functional programming (函數式程式設計) 是一種已有六十年歷史的程式設計範式,為何現在變得越來越重要?這是因為隨著各種連網設備 (如行動裝置) 和雲端服務的普及,多程序透過網路交換訊息已成為常態,因此分散式系統的開發變得至關重要。分散式系統軟體開發的複雜性往往導致開發過程容易陷入混亂,程式碼盤根錯節難以除錯維護與擴展,成為揮之不去卻又不敢動的痛處。而 functional programming 的簡約風格因此受到廣泛關注。這種設計範式強調使用函式來構建應用程式,程式碼清晰又容易維護,亦能解決分散式系統多執行緒的問題。除了專門的函數式語言之外,Python、Java、JavaScript、C#、C++、Go 和 Rust 等知名語言的新版中,也因應趨勢增強了對 functional programming 的支援。只要建立了這種思維方式,你就可以應用在自己的程式語言中。市面上與 functional programming 相關的書籍 (主要為英文書) 通常由學者撰寫,內容偏重理論,而在大型實務專案經驗上顯得不足。這類書中的範例大多過於簡單,未能涉及實際軟體架構問題。與此相反,本書作者擁有二十年在產業界實際運用 functional programming 的經驗,從產業角度出發,旨在幫助那些在軟體工程實踐中遇到困難的工程師重新思考。即使你的目的不是分散式系統,學習 functional programming 的思維都能夠幫助你在撰寫任何程式時想得更周到。由於 functional programming 的特點 — 無 side effects(額外作用)和資料的不可變性 — 使得它非常適用於開發網路程式,在這種環境中,資料一致性和狀態管理是關鍵挑戰。本書透過 concurrency primitives(併發基本工具)實作、繪製時間線圖、分析並解決併發操作中的插緒問題,有效處理狀態變化和 bug,從而構建可靠的分散式系統程式。本書特色: ●作者從產業界的視角出發,旨在幫助那些陷入困境的軟體工程師,重新審視並採納 functional programming 程式設計方法。●為了更貼近軟體工程師的實際狀況,書中以廣泛熟知的 JavaScript 語言做示範。雖然 JavaScript 不是最理想的函數式語言,但這一點
優惠價: 95 950
庫存:3
The Modern Business Data Analyst: A Case Study Introduction Into Business Data Analytics with Crisp-DM and R
滿額折
出版日:2024/06/17 作者:Dominik Jung  出版社:Springer Nature  裝訂:平裝
This book illustrates and explains the key concepts of business data analytics from scratch, tackling the day-to-day challenges of a business data analyst. It provides you with all the professional tools you need to predict online shop sales, to conduct A/B tests on marketing campaigns, to generate automated reports with PowerPoint, to extract datasets from Wikipedia, and to create interactive analytics Web apps. Alongside these practical projects, this book provides hands-on coding exercises, case studies, the essential programming tools and the CRISP-DM framework which you'll need to kickstart your career in business data analytics.The different chapters prioritize practical understanding over mathematical theory, using realistic business data and challenges of the Junglivet Whisky Company to intuitively grasp key concepts and ideas. Designed for beginners and intermediates, this book guides you from business data analytics fundamentals to advanced techniques, covering a large number
優惠價: 1 3479
庫存:1
Visual C# 2022基礎必修課
滿額折
出版日:2022/07/19 作者:蔡文龍; 張志成; 何嘉益; 張力元; 歐志信  出版社:碁峰資訊  裝訂:平裝
體貼初學者的學習流程:語法解說->範例說明->問題分析->程式設計 **專家與教師共同執筆** 由微軟MVP、微軟認證專家及科技大學教授程式設計教師共同編著,針對目前初學者學習程式設計所應具備的基本素養,編寫的入門教材,內容由淺入深,帶領初學者靈活運用C#開發應用程式。 **程式設計技能的養成** 內容兼具理論與實務,書中範例程式有別於市面程式設計入門書。特別由語法解說、範例說明、問題分析、程式設計進行循序漸進的範例實作與解說,訓練初學者邏輯思考與解決問題的能力。 **內容多元與豐富範例** 內容由資料型別、變數、運算式、流程控制、陣列、函式、物件導向程式設計、功能表、對話方塊、檔案存取、多媒體操作,同時配合 .NET Core視窗程式控制項設計進階的視窗應用程式,所提供範例貼近日常生活,讓初學者能學以致用。 **Entity Framework Core、電腦視覺與專題製作** 提供LINQ與Entity Framework Core資料庫程式設計,以及拉霸、記憶大考驗遊戲、產品管理系統三個專題,綜合運用前面各章節所學,達到學以致用的目標。同時介紹AI電腦視覺開發,讓初學者一探人工智慧應用程式開發的奧妙。
優惠價: 9 486
庫存:1
Frank Einstein and the Brainturbo (Book 3)(平裝本)
滿額折
出版日:2017/08/08 作者:Jon Scieszka; Brian Biggs (ILT)  出版社:Harry N Abrams Inc  裝訂:平裝
Science fiction meets science fact! Frank Einstein (kid genius, scientist, and inventor) and his best friend, Watson, team up with Klink (a self-assembled artificial intelligence entity) to create the
優惠價: 79 270
庫存:1
Understanding Coding Through Debugging
75 折
出版日:2017/01/01 作者:Patricia Harris  出版社:Powerkids Pr  裝訂:平裝
When computer programming pioneer Admiral Grace Hopper discovered a moth causing problems in a mechanical computer, the term debugging was born. This book explores how fixing programming and hardware
優惠:外文好書 優惠價: 75 555
庫存:1
Spring Boot in Action
74 折
出版日:2015/12/31 作者:Craig Walls  出版社:Oreilly & Associates Inc  裝訂:平裝
《Spring Boot in Action》是一本專為熟悉 Spring Framework 的開發者所寫的實戰指南,聚焦於如何運用 Spring Boot 大幅簡化 Java 應用程式的開發流程。Spring Boot 以「約定優於設定」為核心理念,讓開發者跳過繁瑣的組態工作,快速啟動專案,將心力集中在應用程式的行為與商業邏輯上。作者 Craig Walls 以多年 Spring 開發與教學經驗,透過清楚且實用的範例,說明如何有效運用 Spring Boot 的自動組態機制,同時在需要時進行客製化調整。書中涵蓋測試、部署、Actuator 監控、命令列工具(CLI)、以及與 Groovy、Grails 的整合應用,完整呈現 Spring Boot 在實務開發中的優勢。本書內容務實、節奏明快,適合希望提升開發效率、減少設定負擔的 Java 與 Spring 開發者閱讀,是理解與上手 Spring Boot 的重要入門與進階參考。Although Spring Framework simplifies enterprise Java development, it can require a lot from developers in terms of framework configuration. Spring Boot radically streamlines the process of creating Spring applications by employing automatic configuration, along with a programming model built around established conventions for build-time and runtime dependencies. It also provides a component that gives insight into the internals of a running application and a handy CLI that can be used to write command-line scripts in Groovy. Developers who have used Spring Boot say that th
優惠:匯讀中外曬書展 優惠價: 74 1665
庫存:1
Programming for People with Special Needs ─ A Guide for Museums and Historic Sites
90 折
出版日:2014/07/16 作者:Katie Stringer  出版社:Rowman & Littlefield Intl  裝訂:平裝
Programming for People with Special Needs: A Guide for Museums and Historic Sites will help museums and historic sites become truly inclusive educational sites. The book is unique because it covers ed
優惠價: 9 2430
庫存:1
Guided Inquiry Design ─ A Framework for Inquiry in Your School
90 折
出版日:2012/06/06 作者:Carol C. Kuhlthau; Leslie K. Maniotes; Ann K. Caspari  出版社:Libraries Unltd Inc  裝訂:平裝
Kuhlthau (library and information science, Rutgers U.) et al. show preK-12 teachers, school librarians, and principals a framework for designing and implementing guided inquiry that is tailored to the
優惠價: 9 2700
庫存:1
Entity Framework Core in Action, Second Edition
滿額折
出版日:2021/06/29 作者:Jon P. Smith  出版社:MANNING PUBN  裝訂:平裝
Revised from the bestselling original edition, Entity Framework Core in Action, Second Edition is filled with over 100 diagrams, code snippets, and examples--including building and scaling your own bookselling web application. Revised from the bestselling original edition, Entity Framework Core in Action, Second Edition is filled with over 100 diagrams, code snippets, and examples--including building and scaling your own bookselling web application. Entity Framework Core in Action, Second Edition is a comprehensive guide to accessing databases from .NET applications. Updated and upgraded with new content, new diagrams, and new examples, it begins with a clear breakdown of Entity Framework, along with the mental model behind ORM. You'll discover time-saving patterns and best practices for security, performance tuning, unit testing, and even tips and tricks developed by the author through his extensive experience working on different client applications. Purchase of the print book includ
優惠價: 79 2606
無庫存
出版日:2018/07/01 作者:汪鵬  出版社:清華大學出版社(大陸)  裝訂:平裝
《你必須掌握的Entity Framework 6.x與Core 2.0 》針對Entity Framework 6.x和Entity Framework Core 2.0以通俗易懂的語言進行深入、全面的探討,並結合實例來介紹如何靈活運用。《你必須掌握的Entity Framework 6.x與Core 2.0 》共四篇,內容分為19章,第一篇(第1~3章)講述Entity Framework 6
ASP.NET Core項目實踐開發教程(微課視頻版)(簡體書)
70 折
出版日:2024/12/01 作者:陶永鵬; 郭鵬; 劉建鑫; 張立傑  出版社:清華大學出版社(大陸)  裝訂:平裝
本書注重實踐,強調實用性,並對 ASP.NET Core 框架的理論基礎進行了簡化。本書通過真實的學生檔案管理系統項目案例,詳細講解了 .NET Core 技術在實際項目中的應用。全書共 11 章,系統、全面地介紹了 .NET Core 的基本概念和基礎知識、LINQ 數據模型、Entity Framework Core 數據模型、數據驗證與注解、控制器、視圖、路由、jQuery、Bootstrap 框架等相關技術的原理和應用。本書的示例具有實用性、啟發性和趣味性,分佈合理且易於理解,有助於讀者快速掌握 ASP.NET Core MVC 網站設計的基礎知識和編程技能,從而為實際應用奠定堅實的基礎。本書使用 Visual Studio 2022 作為開發平臺,以 C# 為編程語言,使用 Razor 作為視圖引擎,後臺數據庫採用 SQL Server 2022。本書可作為高等院校計算機類相關專業 ASP.NET Core MVC 網站設計課程的教材,也可作為對ASP.NET Core MVC 網站設計感興趣的讀者的自學讀物,還可作為從事相關行業人員的參考用書。
優惠:匯讀中外曬書展-單70三65 優惠價: 7 293
庫存:1
Pragmatic TDD:以DDD寫出鬆散耦合、文件化和高品質的程式碼
滿額折
出版日:2023/09/06 作者:Adam Tibi  出版社:博碩文化  裝訂:平裝
Pragmatic TDD:以DDD寫出鬆散耦合、文件化和高品質的程式碼 Pragmatic Test-Driven Development in C# and .NET 使用C#和.NET的工具與函式庫 測試驅動開發(TDD)是一種宣言(manifesto),強調在逐步為產品增加功能時,你應該先從單元測試(unit test)開始。現今的專案範本(project template)預設都含有單元測試,而單元測試已成為預期會被實作的重要任務。因此,在許多職位需求中,你會毫不意外地看到TDD、單元測試等關鍵字,而TDD和單元測試亦成為面試、coding挑戰和程式競賽中的重要考題。採用TDD,不僅能強化良好的設計實踐,更能加速你提升技能,成為優秀程式設計架構師(coding architect)。 本書超越理論探討,專注於讓你透過實用的框架,如ASP.NET Core和Entity Framework,在實際環境中熟練應用TDD。從基礎知識開始,本書將指導你使用Visual Studio 2022建立一個服務預訂的網頁應用程式。為了更貼近真實的工作情境,你將使用EF、SQL Server和Cosmos,並運用各種設計模式,包括資源庫(repository)、服務(service)、建造者(builder)等。同時,本書也會介紹領域驅動設計(DDD),以及其他軟體設計最佳實踐,如SOLID和FIRSTHAND等。 讀完本書,你將建立足夠的信心來主導TDD的實作。此外,你也將掌握有力的商業和技術案例,可在向管理階層或同事展示單元測試或推動TDD時使用。藉由本書的指引,你將更有把握成為引領TDD實踐的領航者,並在軟體設計領域中脫穎而出。 ✍本書特色✍ ★使用xUnit編寫單元測試,並掌握相依注入的技巧 ★使用NSubstitute實作測試替身,並進行mocking(模擬化) ★結合DDD與最佳實踐,以TDD的風格撰寫單元測試 ★將TDD與ASP.NET API、Entity Framework和資料庫結合使用 ★透過探索GitHub的持續整合更上一層樓 ★探索更進階的mocking使用情境 ★在你的公司和團隊中積極推動TDD和單元測試 ✍目標讀者✍ 本書適合那些希望借助TDD的力量,來開發高品質軟體的中高階.NET開發者。假設你已經掌握OOP(物件導向程式設計)及C#程式設計
優惠價: 9 648
庫存:2
領域驅動設計與.NET Core:應用DDD原則,探索軟體核心複雜度
滿額折
出版日:2021/09/15 作者:AlexeyZimarev  出版社:博碩文化  裝訂:平裝
『本書採用目前流行的Event Storming(事件風暴)作為教學主軸,以刊登廣告系統為範例,帶著讀者完整走過一遍套用DDD的分析、設計與實作過程。書中除了基本的Entity、Value Object、Domain Service、Factory、Aggregate、Repository、Domain Event、Application Service等DDD戰術模式的詳細實作範例與設計取捨的討
優惠價: 9 702
庫存:2
The Official ScratchJr Book ─ Help Your Kids Learn to Code
66 折
出版日:2015/10/25 作者:Marina Umaschi Bers; Mitchel Resnick  出版社:No Starch Pr  裝訂:平裝
From the creators of Scratch comes ScratchJr, a programming language designed for young children (ages 5-7).The ScratchJr Book is the perfect addition to the free app and makes coding and computer science easy and fun for all ages!In The ScratchJr Book, kids learn by playing with programming blocks and building their own animated collages, interactive stories, and playable games.Thirty step-by-step activities help kids develop computational thinking, problem-solving, and design skills. Each chapter has several smaller activities that build on one other, culminating with a fun, final project. By the end of the book kids and parents will be ready for all sorts of new programming adventures.Each activity includes:step-by-step, easy-to-follow directionsliteracy and math connectiontips for grown ups and teachers creative challenges to explore and grow!
優惠:挖寶專區-原文書 優惠價: 66 500
庫存:1
Validating Second Language Reading Examinations
滿額折
出版日:2014/12/15 作者:Rachel Yi-fen Wu  出版社:Cambridge University Press  裝訂:平裝
This volume describes an empirical framework for test validation and comparison of level-based test batteries. The Common European Framework of Reference (CEFR) and two levels (Preliminary and First)
優惠價: 1 2020
庫存:1
Beginning 3d Game Development With Unity ― All-in-one, Multi-platform Game Development
90 折
出版日:2014/02/28 作者:Sue Blackman  出版社:Springer-Verlag New York Inc  裝訂:平裝
Beginning 3D Game Development with Unity 4 is perfect for those who would like to come to grips with programming Unity. You may be an artist who has learned 3D tools such as 3ds Max,
優惠價: 9 1828
庫存:1
出版日:2004/02/01 作者:Susan M. Drake; Rebecca Crawford Burns  出版社:Assn for Supervision & Curriculum  裝訂:平裝
A guide to integrating standards across the curriculum through the Know/Do/Be framework.
優惠價: 1 1698
庫存:1
I Will Never Leave You
滿額折
出版日:1996/01/01 作者:Hugh Prather; Gayle Prather  出版社:Textstream  裝訂:平裝
Offers techniques for protecting a marriage, a framework detailing the eight stages of relationships, and guidance on remedying difficulties
優惠價: 79 570
庫存:1
Pro Entity Framework Core 2 for Asp.net Core Mvc
滿額折
出版日:2018/04/19 作者:Adam Freeman  出版社:Apress  裝訂:平裝
Model, map, and access data effectively with Entity Framework Core 2, the latest evolution of Microsoft’s object-relational mapping framework. You will access data utilizing .NET objects via the most
優惠價: 1 3420
無庫存
出版日:2018/03/30 作者:Jon Smith  出版社:Manning Pubns Co  裝訂:平裝
Reading and storing data is a core part of any application, and .NET developers want database access to be easy and intuitive. Entity Framework Core is a .NET library designed to simplify data persist
優惠價: 1 2500
無庫存
Beginning Entity Framework Core 2.0 ― Database Access from .net
滿額折
出版日:2018/03/03 作者:Derek Rouleau  出版社:Apress  裝訂:平裝
Use the valuable Entity Framework Core 2.0 tool in ASP.NET and the .NET Framework to eliminate the tedium around accessing databases and the data they contain.Entity Framework Core 2.0 greatly simplif
優惠價: 1 2000
無庫存
出版日:2016/09/13 作者:Lee Naylor  出版社:Apress  裝訂:平裝
This book will teach readers how to build and deploy a fully working example retail website using Microsoft ASP.NET MVC and Entity Framework technologies and recommendations. This book contains severa
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Visual C# 2026超級必修課:ChatGPT與Copilot協作、Azure OpenAI實戰開發
79 折
出版日:2026/04/01 作者:蔡文龍; 張志成; 何嘉益; 張力元; 歐志信  出版社:碁峰資訊  裝訂:平裝
貼初學者的學習流程:語法解說->範例說明->問題分析->程式設計 ● 新一代.NET Core視窗應用程式開發 ● C#物件導向程式設計 ● 使用ChatGPT與GitHub Copilot協作開發C#視窗程式 ● 使用Azure OpenAI開發聊天機器人 **專家與教師共同執筆** 由微軟MVP、微軟認證專家及科技大學程式設計教師共同編著,專為初學者學習程式設計而編寫的入門教材,內容由淺入深,帶領讀者靈活運用C#開發實用程式,打下扎實基礎。 **程式設計技能的養成** 本書兼具理論與實務,透過語法解說、範例示範與問題分析,循序漸進實作,培養邏輯思考與解決問題能力,讓程式設計不再抽象,輕鬆進入C#程式世界。 **內容多元、範例貼近日常生活** 內容涵蓋資料型別、變數、運算式、流程控制、陣列、函式、物件導向程式設計、功能表、對話方塊、檔案存取、多媒體操作與Entity Framework Core資料庫程式設計,同時配合.NET Core視窗程式控制項設計,開發進階視窗應用程式。每個範例都貼近日常生活,讓所學立即派上用場。 **AI程式協作、開發ChatGPT聊天機器人與專題實戰** 介紹ChatGPT與GitHub Copilot如何協作開發視窗程式,大幅提升開發效率;同時示範運用Azure OpenAI開發ChatGPT聊天機器人,帶你探索人工智慧程式開發的奧妙。並於電子書中介紹拉霸遊戲、記憶大考驗遊戲與產品管理系統三大專題,綜合運用前面所學,完整實踐學以致用。
優惠:新書特惠 優惠價: 79 458
庫存:7
C# 12和.NET 8入門與跨平臺開發(第8版)(簡體書)
滿額折
出版日:2025/04/01 作者:(美)馬克‧J.普萊斯  出版社:清華大學出版社(大陸)  裝訂:平裝
C#的應用領域極廣,是編程語言中的翹楚。作為暢銷的C#系列圖書的**版本,本書涵蓋C#12和.NET 8的所有**功能,將幫助你夯實基礎,讓你自信地使用**C#和.NET構建項目。《C# 12和.NET 8入門與跨平臺開發(第8版)》討論面向對象編程、編寫函數、測試函數調試函數及實現接口等主題;介紹.NETAPI,這些API可執行多種任務,如管理和查詢數據,使用文件系統、序列化。你可用ASP.NET Core來構建和部署本書列舉的跨平臺示例應用程序,如網站和服務《C# 12和.NET 8入門與跨平臺開發(第8版)》示例中融入了.NET 8的增強功能,使用類型別名和主構造函數來實現簡潔的、表達力強的代碼。你將使用新增的、內置的保護子句來可靠地處理錯誤,並探索ASP.NET Core 8中簡化的緩存實現。你還將看到,在發佈過程中使用原生的AOT編譯能夠縮短啟動時間和減少內存佔用。你還將使用Visua Studio 2022中新增的HTTP編輯器來完善測試和調試過程。本書甚至介紹了Blazor全棧,它提供的統一託管模型能夠實現無可比擬的Web開發靈活性。主要內容:?C# 12的新功能,包括類型別名和主構造函數?ASP.NET Core 8最小APIWeb服務的原生AOT發佈功能?通過Blazor全棧、Razor Pages等ASP.NET Core技術構建沉浸式Web應用?使用Entity Framework Core模型來無縫地集成和更新數據庫?使用LINO來查詢和操縱數據?使用Web API和最小API構建和使用功能強大的服務
優惠價: 87 1034
庫存:3
The Prospect of a Humanitarian Artificial Intelligence:Agency and Value Alignment
90 折
出版日:2024/08/22 作者:Carlos (San Francisco State University Montemayor USA)  出版社:Bloomsbury Publishing PLC  裝訂:平裝
In this open access book, Carlos Montemayor illuminates the development of artificial intelligence (AI) by examining our drive to live a dignified life. He uses the notions of agency and attention to consider our pursuit of what is important. His method shows how the best way to guarantee value alignment between humans and potentially intelligent machines is through attention routines that satisfy similar needs.Setting out a theoretical framework for AI Montemayor acknowledges its legal, moral, and political implications and takes into account how epistemic agency differs from moral agency. Through his insightful comparisons between human and animal intelligence, Montemayor makes it clear why adopting a need-based attention approach justifies a humanitarian framework. This is an urgent, timely argument for developing AI technologies based on international human rights agreements.The ebook editions of this book are available open access under a CC BY-NC-ND 4.0 licence on bloomsburycolle
優惠價: 9 2157
庫存:1
The Dynamics of Rotating Fluids
95 折
This textbook on rotating fluid dynamics combines a pedagogical development of theoretical ideas with a description and analysis of many of the fascinating examples of rotating flows found in nature. The book is self-contained, starting in Part I with introductory chapters on fluid dynamics and waves. The largest section of the book is Part II, where a broad theoretical framework is developed for rotating flows, including Ekman layers, inertial waves, Taylor columns, Rossby waves, precession, instabilities, rotating convection, vortex breakdown, and rotating turbulence.The book ends, in Part III, with an analysis of some naturally occurring rotating flows, including tornadoes and dust devils, tidal vortices, tropical cyclones, convection in planetary cores, zonal winds in planetary atmospheres, and astrophysical accretion discs. Davidson presents a unique combination of a deep but broad theoretical framework with a detailed discussion of many naturally occurring flows. Moreover, the bo
優惠價: 95 2779
庫存:1
Visual C#程式設計經典:邁向Azure雲端、AI影像辨識與OpenAI API服務開發(適用C# 2022/2019/2017)
滿額折
出版日:2024/03/06 作者:蔡文龍; 何嘉益; 張志成; 張力元; 歐志信-著; 吳明哲-策劃  出版社:碁峰資訊  裝訂:平裝
由微軟MVP、MCSD認證專家與大學教師共同編著,是一本適合大專院校教學,以及MTA、MCSD認證課程的先修教材。內容豐富從基礎到進階,從地端到雲端,進而邁向AI影像辨識與OpenAI API開發,範例解說詳細,讓初學者學習完全無障礙。 ■ C#物件導向程式設計篇 以深入淺出方式讓初學者具有物件導向的觀念,並以主控台專案介紹C#資料型別、流程控制、陣列與方法(函式)、類別與物件、繼承、多型、介面、檔案存取、例外處理…等,進而領會出物件導向程式設計的要領。 ■ 視窗應用程式設計篇 介紹視窗程式開發,例如清單與容器、對話方塊、鍵盤與滑鼠事件、功能表與工具列、多表單與MDI 多表單的應用,使初學者具備建構豐富的視窗應用程式。 ■ 資料庫程式設計篇 介紹ADO.NET資料庫存取、交易處理、預存程序等議題。同時介紹 LINQ 和 Entity Framework存取陣列、集合物件、DataSet、SQL 資料庫等資料來源。 ■ 網路應用程式與跨平台行動裝置網站設計篇 介紹 ASP.NET MVC Web應用程式開發,讓初學者理解MVC的開發方式,並透過jQuery Mobile整合ASP.NET MVC建置跨平台書籍管理系統與書籍查詢行動網站。 ■ Azure雲端服務、影像辨識與OpenAI API應用篇 介紹Microsoft Azure雲端運算平台、OpenAI API與C#整合,透過App Services部署雲端網站、建置Azure SQL Database雲端資料庫,使用Azure認知服務分析影像資訊與臉部偵測,以及利用OpenAI API開發ChatGPT聊天機器人與AI繪圖程式,進而建置智慧化的商用應用程程式。
優惠價: 9 675
庫存:2
ASP.NET Core 7 MVC跨平台範例實戰演練
滿額折
出版日:2023/07/31 作者:奚江華  出版社:碁峰資訊  裝訂:平裝
「DotNet聖殿祭司」以多年程式開發經驗,將業界的專業開發技巧融入於書中! ASP.NET Core是跨平台的.NET框架,除了跨平台特性,整個框架底層更是高度重新大改寫,導入許多軟工Design Pattern與Principals原則,讓整個框架程式組織、運作與耦合度達到前所未有新高度。而ASP.NET Core中最重要的四大天王:Dependency Injection相依性注入、Configuration組態系統、Hosting與Middleware,更是貫穿整個應用程式設計與執行,可以說掌握此四者便掌握了ASP.NET Core核心精髓。無論新手與老手,本書皆能循序漸進地引導您,一步步深入ASP.NET Core精華的奧義殿堂。 精選章節,讓您Do Less, Get More,短時間內培養出即戰力!本書內容有: * 介紹MVC架構如何三分天下,精解Model、View與Controller三者職責與運作 * 以DI相依性注入設計抽象介面與實作,達成IoC控制反轉與鬆散耦合 * Configuration組態與Options Pattern選項模式共舞 * Model / Scaffolding CRUD / LINQ與Entity Framework Core資料庫存取 * View / Partial View / Tag Helpers / HTML Helpers / View Component / Layout功能解析 * 說明MVC中如何整合Bootstrap前端開發框架,有效建構RWD響應式網站 * 全面掌握Razor語法,提升View頁面的智慧與判斷力 * 用開源Chart.js及JSON製作HTML5互動式商業統計圖表 * 以jQuery Ajax / Web API / JSON三劍客建立輕量級高效能網站 * 用AJAX及MVC串接ChatGPT API製作AI聊天問答 * 將ASP.NET Core應用程式部署至Microsoft Azure雲端平台
優惠價: 9 774
庫存:3
Artificial Intelligence and Autonomous Shipping
滿額折
出版日:2022/11/17 出版社:Hart Publishing UK  裝訂:平裝
This collection of essays critically evaluates the legal framework necessary for the use of autonomous ships in international waters. The work is divided into three parts:Part 1 evaluates how far national shipping regulation, and the public international law background that lies behind it, may need modification and updating to accommodate the use of autonomous ships on international voyages. Part 2 deals with private law and insurance issues such as collision and pollution liability, salvage, limitation of liability and allocation of risk between carrier and cargo interests. Part 3 analyses international convention regimes dealing with maritime safety and other matters, arguing for specific changes in the existing conventions such as SOLAS and MARPOL, which would provide the international framework that is necessary for putting autonomous ships into commercial use. The book also takes the view that amendment of international conventions is important in the case of liability issues, arg
優惠價: 9 2177
庫存:1
The Diamond Sutra Explained
滿額折
出版日:2022/10/01 作者:南懷瑾  出版社:南懷瑾文化  裝訂:平裝
Diamond Sutra ExplainedMaster Nan Huai-Chin’s discourses on the treasured Buddhist Diamond Sutra bring together a lifetime of personal cultivation experience which ran the gamut of esoteric and spiritual practices. This beautiful Sutra can be a compass and a gauge when journeying towards understanding our true selves. Master Nan guides us through the Diamond Sutra providing students with a framework that combines understanding with practical cultivation. Master Nan’s teachings are unique among contemporary and historical interpretations.
優惠價: 9 540
庫存:3
網頁程式設計ASP.NET MVC 5.x範例完美演繹(適用Visual C# 2022/2019)
滿額折
出版日:2022/02/21 作者:聖殿祭司; 奚江華  出版社:碁峰資訊  裝訂:平裝
知名技術部落格「DotNet開發聖殿」以多年程式開發經驗,將業界的專業開發技巧融入於書中。 為MVC新手設計的絕佳教材,從精闢原理解說開始,再導引到實務範例。內容注重MVC範例展示,培養實作MVC程式的能力,而非讀完MVC理論,卻不知如何下手。或者您曾學過MVC或研讀過其他書籍,在技術與觀念仍無法領略MVC精髓,希望重奠根基,重理大腦完整思路,那麼這本書正可滿足您的需求。 精選內容,讓您Do Less, Get More,短時間內培養出即戰力,本書內容有: * Visual Studio 2022工具安裝、MVC開發環境建立與程式部署 * 介紹MVC架構如何三分天下,精解Model、View與Controller三者職責與運作 * View / HTML Helpers / Bundle & Minification / Layout功能大解析 * 全面掌握Razor語法,提升View頁面的智慧與判斷力 * 用開源Chart.js及JSON製作HTML5互動式商業統計圖表 * 以jQuery Ajax / Web API 2.0 / JSON三劍客建立輕量級高效能網站 * 以真實汽車銷售網站演示Routing路由大法,認識這位引導網站人流的大管家 * Entity Framework的Database First / Model First / Code First完全制霸 * 用單元測試提升MVC程式之品質 * 將MVC應用程式部署至Microsoft Azure雲端平台 * 將MVC延伸到ASP.NET Core,讓您掌握最新前沿技術的應用
優惠價: 9 594
庫存:2
  • 11613
    291
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 291

暢銷榜

客服中心

收藏

會員專區