惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Recent Announcements
Recent Announcements
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Last Week in AI
Last Week in AI
Scott Helme
Scott Helme
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
L
LINUX DO - 最新话题
S
Security @ Cisco Blogs
Webroot Blog
Webroot Blog
S
Security Affairs
H
Hacker News: Front Page
TaoSecurity Blog
TaoSecurity Blog
W
WeLiveSecurity
G
GRAHAM CLULEY
T
Tenable Blog
Schneier on Security
Schneier on Security
S
Securelist
Cyberwarzone
Cyberwarzone
P
Privacy International News Feed
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
Schneier on Security
Hacker News - Newest:
Hacker News - Newest: "LLM"
Recent Commits to openclaw:main
Recent Commits to openclaw:main
O
OpenAI News
N
News and Events Feed by Topic
AWS News Blog
AWS News Blog
C
Cisco Blogs
T
Threat Research - Cisco Blogs
S
Secure Thoughts
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
The GitHub Blog
The GitHub Blog
G
Google Developers Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
美团技术团队
Martin Fowler
Martin Fowler
Microsoft Security Blog
Microsoft Security Blog
L
LangChain Blog
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
D
DataBreaches.Net
博客园_首页
MyScale Blog
MyScale Blog
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
P
Proofpoint News Feed
J
Java Code Geeks
SecWiki News
SecWiki News
P
Palo Alto Networks Blog
Know Your Adversary
Know Your Adversary
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org

博客园 - FredGrit

WPF ContentControl invoke Template from resource, reuse datatemplate WPF ContentControl Template WPF DatagridTemplate Binding DataTemplate WPF TreeView explicitly given key name to HierarchicalDataTemplate WPF, parse XMlDocument as List WPF two separated datagrid scroll synchronously both in horizontal and vertical via behavior WPF ContentControl Template is ControlTemplate, ContentTemplate is DataTemplate and must assign value to Content explicitly WPF TreeView show WCF config file WPF itemscontrol loaded downloaded data from WCF via httpclient WPF TreeView HierarchicalDataTemplate DataTemplate, Enum get enum name WPF consume xml generated by WCF , C# deserialize xml to List WPF implemented ICommand and IDisposable WPF ContextMenu,MenuItem command can binding to datacontext's command directly WPF usercontrol pass contextmenu command via implemented Freezable class which does not attach on Visual tree, then invoked in caller MVVM WPF consume data generate by WCF and save via ContextMenu Command in MVVM C# export List<T> to excel file via EPPlus WPF ContextMenu does not rely on host visual tree, the Freezable can exist independently, convey dependency property in usercontrol to caller C# JsonConvert DeserializeObject MissingMemberHandling.Ignore when the source model is completed and the required is partial Freezable objects do not require attachment to the WPF visual tree, maintain a persistent lifetime, and serve as a reliable binding relay between a detached ContextMenu and its parent host control. C# run httplistener to act as service application asynchronously in console, semaphoreslim allow the max concurrent number WPF Microsoft.Xaml.Behaviors.WPF, EventTrigger EventName="PreviewMouseDown" the tunnel event, while the MouseDown can't trigger the command because it was swallowed WPF customize command implemented ICommand, volatile read method is thread safe, preventing cpu and comipler reorder and optimization. WPF ItemsControl load huge 50M+ data WPF consume data generated by WCF periodically in json format WPF customize command based on ICommand and manually trigger WPF consume data generated by grpc services C# produce and consume data via Google.Protobuf WCF produce message and WPF consume periodically via DispatcherTimer WCF deconstruct WebConfig includes bindings, behaviors, service, endpoint ,serviceHostingEnvironment C# insert data into SQLite in batch periodically WPF SQLite SQLiteStudio WPF customize MultiSelectComboBox based on combobox WPF DataGrid Context menu binding command and commandparameter to datacontext WCF set fixed port as http://localhost:8888/ via Project /Properties/web/project url to create virtual directory WPF customize datagrid behavior based on behavior&lt;datagrid&gt; with command and command parameter WPF Microsoft Visual Studio XAML designer is busy WCF WebHttpBinding support both http and https WCF support basicHttpBinding and webHttpBinding - FredGrit WCF TestClient set fixed configuration file WPF consume http json and update periodically via DispatcherTimer WPF Prism.Core version 9.0.537 implemented navigation register singleton with splash screen, pass global variable via RegisterSingleton method WPF render periodically via DispatcherTimer, customize behavior - FredGrit Python cosume WCF service via requests in json format WPF call webHttpBinding from WCF WCF binding webHttpBinding is used to web browser in json format both in request and response WPF invoke WCF dll periodically via DispatcherTimer WCF webHttpBinding is open for web browser and wpf WPF DataTemplateSelector WPF DataGrid customize behavior with multiple commands and command parameters then invoke in mvvm WPF DataGrid behavior customize command and command parameter then invoke and implemented in MVVM WPF ItemsControl customize behavior and save all items WCF service can be accessed by browser WPF WCF produce data as service and WPF consume data as client periodically WPF GRPC and Probuf generated data as service then consume by wpf periodically WPF customize behavior based on Microsoft.Xaml.Behaviors.Wpf with command and commandparameter WPF call data from CPP wrapper dll via CLI\CLR - FredGrit WPF customize behavior WPF get gpu information via System.Management WPF ItemsControl IsItemsHost=True WPF Customize behavior and dependency property command C# Serilog, Serilog.Sinks.Console, Serilog.Sinks.File C# Serilog both in file and console Windows powershell view huge file via command C# serialize huge data more than 100M via splitting into batch and concatenating as one big json file WPF WeakReference C# serialize datetime then deserialize, print lose precision. resolve by ToString(&quot;o&quot;) C# produce data and send via WebSocket as service, Python,Flask,HTML as consumer invoke periodically C# write generated data service and sent via websocket, then consume by python periodically C# DateTime print precision to microseconds C# WebSocket console as service provide data, another console as client,send request periodically C# WebAPI [HttpGet(&quot;{cnt}&quot;] pass argument WPF implement ICommand with async execute WPF ListBox control virtualization in mvvm WPF Data Source invoke from web api C# WebAPI
WPF deserialize xml string as List via [XmlRoot] and [XmlElement] attribute
FredGrit · 2026-07-25 · via 博客园 - FredGrit
<ArrayOfBook xmlns="http://schemas.datacontract.org/2004/07/WcfService2" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Book>
<Author>Author_263</Author>
<CategoryName>Science</CategoryName>
<Comment>Comment_263</Comment>
<Content>Content_263</Content>
<ISBN>ISBN_263_dc2eee838c5b48fb8d66d1b99ce5e210</ISBN>
<Id>263</Id>
<Name>Name_263</Name>
<Summary>Summary_263</Summary>
<Title>Title_263</Title>
<Topic>Topic_263</Topic>
</Book>
<Book>
<Author>Author_264</Author>
<CategoryName>Math</CategoryName>
<Comment>Comment_264</Comment>
<Content>Content_264</Content>
<ISBN>ISBN_264_c1c53fbabcee439fa0d7d356bf2ecee9</ISBN>
<Id>264</Id>
<Name>Name_264</Name>
<Summary>Summary_264</Summary>
<Title>Title_264</Title>
<Topic>Topic_264</Topic>
</Book>
</ArrayOfBook>


[XmlRoot("ArrayOfBook", Namespace = "http://schemas.datacontract.org/2004/07/WcfService2")]
public class XmlRootBookList
{
    //[XmlElement("Book")]
    [XmlElement("Book", Namespace = "http://schemas.datacontract.org/2004/07/WcfService2")]
    public List<Book> Bks { get; set; }
}

public class Book
{
    public long Id { get; set; }
    public string Name { get; set; }
    public string CategoryName { get; set; }
    public string Author { get; set; }
    public string Comment { get; set; }
    public string Content { get; set; }
    public string ISBN { get; set; }
    public string Summary { get; set; }
    public string Title { get; set; }
    public string Topic { get; set; }

}


        private List<Book> ParseXmlToList(string xmlStr)
        {
            List<Book> tempList = new List<Book>();
            try
            {
                var serializer = new XmlSerializer(typeof(XmlRootBookList));
                using (var reader = new StringReader(xmlStr))
                {
                    var bks = (XmlRootBookList)serializer.Deserialize(reader);
                    tempList = bks.Bks;
                }
                return tempList;
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex?.Message);
                return null;
            }
        }
//xaml
<Window x:Class="WpfApp4.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:local="clr-namespace:WpfApp4"
        mc:Ignorable="d"
        Title="MainWindow" WindowState="Maximized">
    <Window.DataContext>
        <local:MainVM/>
    </Window.DataContext>
    <Window.Resources>
        <Style TargetType="TextBlock" x:Key="TbkStyle">
            <Setter Property="FontSize" Value="30"/>
            <Style.Triggers>
                <Trigger Property="IsMouseOver" Value="True">
                    <Setter Property="Foreground" Value="Red"/>
                </Trigger>
            </Style.Triggers>
        </Style>

        <DataTemplate DataType="{x:Type local:Book}"
                      x:Key="RowDataTemplate">
            <Border BorderBrush="LightBlue" 
                    BorderThickness="2"
                    Margin="2">
                <Grid Margin="2">
                    <Grid.Resources>
                        <Style TargetType="TextBlock" BasedOn="{StaticResource TbkStyle}"/>
                    </Grid.Resources>
                    <Grid.RowDefinitions>
                        <RowDefinition/>
                        <RowDefinition/>
                        <RowDefinition/>
                        <RowDefinition/>
                        <RowDefinition/>
                    </Grid.RowDefinitions>
                    <Grid.ColumnDefinitions>
                        <ColumnDefinition/>
                        <ColumnDefinition/>
                    </Grid.ColumnDefinitions>
                    <TextBlock Text="{Binding Id}" Grid.Row="0" Grid.Column="0"/>
                    <TextBlock Text="{Binding Name}" Grid.Row="0" Grid.Column="1"/>
                    <TextBlock Text="{Binding CategoryName}" Grid.Row="1" Grid.Column="0"/>
                    <TextBlock Text="{Binding Author}" Grid.Row="1" Grid.Column="1"/>
                    <TextBlock Text="{Binding Comment}" Grid.Row="2" Grid.Column="0"/>
                    <TextBlock Text="{Binding Content}" Grid.Row="2" Grid.Column="1"/>
                    <TextBlock Text="{Binding ISBN}" Grid.Row="3" Grid.Column="0"/>
                    <TextBlock Text="{Binding Summary}" Grid.Row="3" Grid.Column="1"/>
                    <TextBlock Text="{Binding Title}" Grid.Row="4" Grid.Column="0"/>
                    <TextBlock Text="{Binding Topic}" Grid.Row="4" Grid.Column="1"/>
                </Grid>
            </Border>
        </DataTemplate>

        <ControlTemplate TargetType="ContentControl"
                         x:Key="ContentControlTemplate">
            <ScrollViewer>
                <ItemsControl ItemsSource="{Binding Books}"                              
                              ItemTemplate="{StaticResource ResourceKey=RowDataTemplate}"
                              VirtualizingPanel.IsVirtualizing="True"
                              VirtualizingPanel.VirtualizationMode="Recycling"
                              VirtualizingPanel.CacheLength="5,5"
                              VirtualizingPanel.CacheLengthUnit="Item"
                              ScrollViewer.CanContentScroll="True"
                              ScrollViewer.IsDeferredScrollingEnabled="True"
                              SnapsToDevicePixels="True"
                              UseLayoutRounding="True">
                    <ItemsControl.ItemsPanel>
                        <ItemsPanelTemplate>
                            <VirtualizingStackPanel/>
                        </ItemsPanelTemplate>
                    </ItemsControl.ItemsPanel>
                    <ItemsControl.ContextMenu>
                        <ContextMenu>
                            <MenuItem Header="Refresh"
                                      FontSize="30"
                                      Width="200"
                                      Command="{Binding RefreshDataCmd}"
                                      CommandParameter="100"/>
                        </ContextMenu>
                    </ItemsControl.ContextMenu>
                </ItemsControl>
            </ScrollViewer>
        </ControlTemplate>
    </Window.Resources>
    <Grid>
        <ContentControl Template="{StaticResource ContentControlTemplate}"/>
    </Grid>
</Window>


//cs
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.IO;
using System.Net.Http;
using System.Runtime.CompilerServices;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Xml.Serialization;

namespace WpfApp4
{
    /// <summary>
    /// Interaction logic for MainWindow.xaml
    /// </summary>
    public partial class MainWindow : Window
    {
        public MainWindow()
        {
            InitializeComponent();
        }

        protected override void OnClosed(EventArgs e)
        {
            base.OnClosed(e);
            var vm = this.DataContext as MainVM;
            if (vm != null)
            {
                vm.Dispose();
            }
        }
    }

    public class MainVM : INotifyPropertyChanged, IDisposable
    {
        private static HttpClient client = new HttpClient();
        private static string originUrl = "http://localhost:56293/BookService.svc/getbooks?cnt=";
        private CancellationTokenSource cts = new CancellationTokenSource();
        private bool isDisposed = false;
        Task _loadTask;
        public bool IsLoading => _loadTask != null && !_loadTask.IsCompleted;

        public ICommand RefreshDataCmd { get; set; }
        public MainVM()
        {
            if (!DesignerProperties.GetIsInDesignMode(new DependencyObject()))
            {
                client.Timeout = TimeSpan.FromMinutes(10);
                _loadTask = LoadBooksAsync(10, cts.Token);
                RefreshDataCmd = new DelegateCmd(async (s) =>
                {
                    if (int.TryParse(s?.ToString(), out int num))
                    {
                        await RefreshDataCmdExecuted(num);
                    }
                });                
            }
        }        

        private async Task RefreshDataCmdExecuted(int cnt)
        {
            if (IsLoading)
            {
                return;
            }

            var refreshCts = new CancellationTokenSource();
            _loadTask = LoadBooksAsync(cnt, refreshCts.Token);

        }

        private async Task LoadBooksAsync(int cnt, CancellationToken token)
        {
            try
            {
                if (token.IsCancellationRequested)
                {
                    return;
                }
                string url = $"{originUrl}{cnt}";
                var request = new HttpRequestMessage(HttpMethod.Get, url);
                var resp = await client.SendAsync(request, token);
                resp.EnsureSuccessStatusCode();

                string xmlStr = await resp.Content.ReadAsStringAsync(token);
                var bks = ParseXmlToList(xmlStr);
                if (bks != null && bks.Any() && !token.IsCancellationRequested)
                {
                    Application.Current.Dispatcher.Invoke(() =>
                    {
                        Books = new ObservableCollection<Book>(bks);
                    }, System.Windows.Threading.DispatcherPriority.Background, token);
                }
            }
            catch (OperationCanceledException)
            {

            }
            catch (Exception ex)
            {
                MessageBox.Show($"In InitBooksAsync,{ex?.Message}");
            }
        }

        private List<Book> ParseXmlToList(string xmlStr)
        {
            List<Book> tempList = new List<Book>();
            try
            {
                var serializer = new XmlSerializer(typeof(XmlRootBookList));
                using (var reader = new StringReader(xmlStr))
                {
                    var bks = (XmlRootBookList)serializer.Deserialize(reader);
                    tempList = bks.Bks;
                }
                return tempList;
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex?.Message);
                return null;
            }
        }


        private ObservableCollection<Book> books;
        public ObservableCollection<Book> Books
        {
            get
            {
                return books;
            }
            set
            {
                if (value != books)
                {
                    books = value;
                    OnPropertyChanged();
                }
            }
        }
        public event PropertyChangedEventHandler? PropertyChanged;
        private void OnPropertyChanged([CallerMemberName] string propName = "")
        {
            var handler = Volatile.Read(ref PropertyChanged);
            if (handler == null)
            {
                return;
            }
            handler(this, new PropertyChangedEventArgs(propName));
        }

        public void Dispose()
        {
            Dispose(true);
            GC.SuppressFinalize(this);
        }

        protected virtual void Dispose(bool isDisposing)
        {
            if (isDisposed)
            {
                return;
            }

            if (isDisposing)
            {
                cts.Cancel();
                cts.Dispose();
            }
            isDisposed = true;
        }
    }

    [XmlRoot("ArrayOfBook", Namespace = "http://schemas.datacontract.org/2004/07/WcfService2")]
    public class XmlRootBookList
    {
        //[XmlElement("Book")]
        [XmlElement("Book", Namespace = "http://schemas.datacontract.org/2004/07/WcfService2")]
        public List<Book> Bks { get; set; }
    }

    public class Book
    {
        public long Id { get; set; }
        public string Name { get; set; }
        public string CategoryName { get; set; }
        public string Author { get; set; }
        public string Comment { get; set; }
        public string Content { get; set; }
        public string ISBN { get; set; }
        public string Summary { get; set; }
        public string Title { get; set; }
        public string Topic { get; set; }

    }

    public class DelegateCmd : ICommand
    {
        private readonly Action<object?> _execute;
        private readonly Func<object?, bool>? _canExecute;
        public DelegateCmd(Action<object?> execute, Func<object?, bool>? canExecute = null)
        {
            _execute = execute ?? throw new ArgumentNullException(nameof(execute));
            _canExecute = canExecute;
        }

        public event EventHandler? CanExecuteChanged;

        public bool CanExecute(object? parameter)
        {
            return _canExecute == null ? true : _canExecute(parameter);
        }

        public void Execute(object? parameter)
        {
            _execute(parameter);
        }

        public void RaiseCanExecuteChanged(object? sender, EventArgs e)
        {
            var handler = Volatile.Read(ref CanExecuteChanged);
            if (handler == null)
            {
                return;
            }

            var dispather = Application.Current?.Dispatcher;
            if (dispather != null)
            {
                if (dispather.CheckAccess())
                {
                    handler(this, e);
                }
                else
                {
                    dispather.Invoke(() =>
                    {
                        handler(this, e);
                    }, System.Windows.Threading.DispatcherPriority.Background);
                }
            }
        }
    }
}

image

image

image