Blog

Technical Articles

This section contains site articles covering .NET, desktop development, engineering practice, and general development topics.

First Visit

New User Starting Route

Random Exploration

Random Discovery

Random Discovery

CefSharp Custom Cache Implementation

Using CefSharp's caching feature effectively can improve application performance and user experience, reduce network traffic and server load, and support offline access. It is a very useful feature.

.NET
Random Discovery

WPF Prism framework Region became invalid?

The typical operation flow for client projects is: pop up login window => account verification success => close login window => pop up main window => work in main window.

WPF