12 2022 档案

摘要:Business logic is the most important part of software. It’s the reason the software is being implemented in the first place. A system’s user interface 阅读全文
posted @ 2022-12-26 17:57 菜鸟吊思 阅读(76) 评论(0) 推荐(0)
摘要:In Part I, we discussed the “what” and “why” of software: you learned to analyze business domains, identify subdomains and their strategic value, and 阅读全文
posted @ 2022-12-26 16:48 菜鸟吊思 阅读(19) 评论(0) 推荐(0)
摘要:Not only does the bounded context pattern protect the consistency of a ubiquitous language, it also enables modeling. You cannot build a model without 阅读全文
posted @ 2022-12-26 15:23 菜鸟吊思 阅读(81) 评论(0) 推荐(0)
摘要:The navigation experience provided by .NET Multi-platform App UI (.NET MAUI) Shell is based on flyouts and tabs. A flyout is the optional root menu fo 阅读全文
posted @ 2022-12-21 14:20 菜鸟吊思 阅读(764) 评论(0) 推荐(0)
摘要:A .NET Multi-platform App UI (.NET MAUI) Shell app can be created with the .NET MAUI App project template, and then by describing the visual hierarchy 阅读全文
posted @ 2022-12-21 14:15 菜鸟吊思 阅读(163) 评论(0) 推荐(0)
摘要:.NET Multi-platform App UI (.NET MAUI) Shell reduces the complexity of app development by providing the fundamental features that most apps require, i 阅读全文
posted @ 2022-12-21 10:00 菜鸟吊思 阅读(492) 评论(0) 推荐(0)
摘要:.NET Multi-platform App UI (.NET MAUI) behaviors let you add functionality to user interface controls without having to subclass them. Instead, the fu 阅读全文
posted @ 2022-12-20 12:25 菜鸟吊思 阅读(188) 评论(0) 推荐(1)
摘要:As you saw in the previous chapter, to ensure a project’s success it’s crucial that you develop a ubiquitous language that can be used for communicati 阅读全文
posted @ 2022-12-19 11:22 菜鸟吊思 阅读(55) 评论(0) 推荐(0)
摘要:It’s developers’ (mis)understanding, not domain experts’ knowledge, that gets released in production. —Alberto Brandolini 在生产中发布的是开发者的(误解),而不是领域专家的知识。 阅读全文
posted @ 2022-12-19 11:20 菜鸟吊思 阅读(112) 评论(0) 推荐(0)
摘要:.NET Multi-platform App UI (.NET MAUI) apps generally have four execution states: not running, running, deactivated, and stopped. .NET MAUI raises cro 阅读全文
posted @ 2022-12-18 18:27 菜鸟吊思 阅读(561) 评论(0) 推荐(0)