jorzeljorzel.hashnode.dev·Jul 5, 2024How to Mock HTTP Servers with Prism and OpenAPI specsDistributed systems often rely on various dependencies that communicate using HTTP REST APIs. However, there are instances where we don't have access to the codebase of these services, or they are third-party systems. In such cases, we need a way to ...33 readshttp
Edward Chuedwardchu.hashnode.dev·Jan 9, 2024[Windows]Prism 8.0入门[上]Prism介绍 Prism 是一个用于构建松耦合、可维护和可测试的 XAML 应用的框架,它支持所有还活着的基于 XAML 的平台,包括 WPF、Xamarin Forms、WinUI 和 Uwp Uno。Prism 提供了一组设计模式的实现,这些模式有助于编写结构良好且可维护的 XAML 应用程序,包括 MVVM、依赖项注入、命令、事件聚合器等。 Prism.Core、Prism.Wpf 和 Prism.Unity WPF 平台的项目已经大幅删减,只保留了 Prism.Wpf、Prism.Dr...PrismPrism
Christian Tioyecodenificient.hashnode.dev·Nov 6, 20227 Redesigning my portfolio appHow to Use PrismJS with NextJS This is a summary of how I got syntax highlighting to work on my NextJS blog Install Prism First I installed Prism.JS from NPM. You can use Yarn npm i prismjs or yarn add prismjs Import Prism into the Next.JS Componen...38 readsRedesign PortfolioPrism