
<?xml version="1.0" encoding="utf-16"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <atom:link rel="self" type="application/rss+xml" href="https://codedefault.com/" />
    <title>码友网</title>
    <link>https://codedefault.com/</link>
    <description>专注C#&amp;.NET/.NET Core的中文技术网站</description>
    <copyright>(c) 2026</copyright>
    <language>en</language>
    <item>
      <title>.Net 自带分布式事务的微服务开源框架JMSFramework</title>
      <link>https://codedefault.com/p/jmsframework</link>
      <description>微服务架构中，事务的统一性是一个重要的问题。程序员需要简洁有效地控制事务。JMSFramework 的诞生旨在提供更简单、更有效的事务控制方案。先看一段客户端调用微服务的代码：            using (var rc = new ...</description>
      <author> (Hhonors)</author>
      <category>.NET</category>
      <category>C#</category>
      <guid>https://codedefault.com/p/jmsframework</guid>
      <pubDate>Thu, 20 Apr 2023 10:03:58 GMT</pubDate>
    </item>
    <item>
      <title>C#&amp;.NET Core Winform程序中使用Parallel动态开启多个线程及取消多线程详细教程</title>
      <link>https://codedefault.com/p/using-parallel-in-c-sharp-winform-dynamic-multithreading-and-thread-cancellation</link>
      <description>概述在计算机编程中，多线程技术可以同时执行多个线程，这可以在提高应用程序性能的同时，让应用程序具备更好的响应性。在C# Winform编程中，Parallel类提供了方便的方法来实现多线程编程，可以帮助程序员快速、简便地实现多线程应用程序。...</description>
      <author> (Rector)</author>
      <category>.NET</category>
      <category>C#</category>
      <category>WINFORM</category>
      <category>多线程</category>
      <category>线程</category>
      <category>.NET Core</category>
      <guid>https://codedefault.com/p/using-parallel-in-c-sharp-winform-dynamic-multithreading-and-thread-cancellation</guid>
      <pubDate>Fri, 31 Mar 2023 12:02:23 GMT</pubDate>
    </item>
    <item>
      <title>.NET 7的WPF桌面应用程序中使用配置文件：App.config与AppSettings.json</title>
      <link>https://codedefault.com/p/using-configuration-files-in-net-7-wpf-apps-appconfig-vs-appsettingsjson</link>
      <description>前言在 .NET 7 中，Windows Presentation Foundation (WPF) 仍然是一种常见的桌面应用程序开发框架。 在开发WPF应用程序时，使用配置文件是一种常见的方式来存储应用程序的配置和设置。.NET 7支持两...</description>
      <author> (Rector)</author>
      <category>.NET</category>
      <category>C#</category>
      <category>WPF</category>
      <guid>https://codedefault.com/p/using-configuration-files-in-net-7-wpf-apps-appconfig-vs-appsettingsjson</guid>
      <pubDate>Tue, 28 Mar 2023 09:34:22 GMT</pubDate>
    </item>
    <item>
      <title>C#&amp;.NET程序中使用Flurl的用法与问题汇总(非常详细)</title>
      <link>https://codedefault.com/p/flurl-usage-and-question-in-csharp-application</link>
      <description>什么是Flurl？Flurl是一个基于.NET平台的开源库，它简化了使用HTTP API进行请求和响应的操作。Flurl的API设计旨在使其易于使用，流畅和直观，同时提供高度灵活性和可扩展性。Flurl的核心部分是一个扩展方法集合，可以直接...</description>
      <author> (Rector)</author>
      <category>.NET</category>
      <category>C#</category>
      <category>HTTP</category>
      <category>Flurl</category>
      <guid>https://codedefault.com/p/flurl-usage-and-question-in-csharp-application</guid>
      <pubDate>Sat, 25 Mar 2023 14:53:21 GMT</pubDate>
    </item>
    <item>
      <title>C#&amp;.NET Core好用的HTML解析器推荐之HtmlAgilityPack篇</title>
      <link>https://codedefault.com/p/introducting-html-parse-in-csharp-dotnet-application-htmlagilitypack</link>
      <description>概述HtmlAgilityPack是一个用于解析HTML文档的C#&amp;amp;.NET, .NET Core库。它提供了一种方便的方式来从HTML文档中提取数据和操作文档结构。HtmlAgilityPack主页地址是：html-agility...</description>
      <author> (Rector)</author>
      <category>.NET</category>
      <category>C#</category>
      <category>HTML</category>
      <category>HtmlAgilityPack</category>
      <category>.NET Core</category>
      <guid>https://codedefault.com/p/introducting-html-parse-in-csharp-dotnet-application-htmlagilitypack</guid>
      <pubDate>Sat, 18 Feb 2023 16:30:20 GMT</pubDate>
    </item>
    <item>
      <title>C#&amp;.NET Core好用的HTML解析器推荐之AngleSharp篇</title>
      <link>https://codedefault.com/p/introducting-html-parse-in-csharp-dotnet-application</link>
      <description>概述AngleSharp是一个开源的.NET标准库，用于解析HTML和 XML 文档。它由Daniel Cazzulino创建，并由其维护。AngleSharp具有丰富的功能，支持DOM操作CSS选择器、XPath表达式、HTML5等级和文...</description>
      <author> (Rector)</author>
      <category>.NET</category>
      <category>C#</category>
      <category>HTML</category>
      <category>.NET Core</category>
      <guid>https://codedefault.com/p/introducting-html-parse-in-csharp-dotnet-application</guid>
      <pubDate>Sat, 18 Feb 2023 16:04:50 GMT</pubDate>
    </item>
    <item>
      <title>C#&amp;.NET Core(.NET 7)应用程序开发中如何解析html元素，有哪些类库或组件呢？</title>
      <link>https://codedefault.com/p/introducting-parse-html-libraries-in-csharp-dotnet-application</link>
      <description>概述在C#和.NET Core (.NET 7)应用程序开发中，解析HTML元素是一个常见的任务。HTML是网页的基础，而在Web开发中，访问和操作HTML元素是必要的。为此，C#和.NET Core提供了几个组件和库，可以方便地解析和操作...</description>
      <author> (Rector)</author>
      <category>.NET</category>
      <category>C#</category>
      <category>HTML</category>
      <category>HtmlAgilityPack</category>
      <category>.NET Core</category>
      <guid>https://codedefault.com/p/introducting-parse-html-libraries-in-csharp-dotnet-application</guid>
      <pubDate>Sat, 18 Feb 2023 15:37:18 GMT</pubDate>
    </item>
    <item>
      <title>在C#&amp;.NET Core(.NET 7)程序开发中使用Npgsql,Dapper,EF Core等不同方式连接和操作PostgreSQL数据库示例教程(推荐阅读)</title>
      <link>https://codedefault.com/p/using-dapper-and-efcore-to-connect-and-work-with-postgresql-in-csharp-application</link>
      <description>概述PostgreSQL(又称Postgres)是如今使用最广泛的数据库之一。根据2022年Stack Overflow的调查，它是专业开发人员使用最多的数据库；在TechEmpower基准测试中是最快的数据库；同时也自称自己是最先进的开源...</description>
      <author> (Rector)</author>
      <category>.NET</category>
      <category>C#</category>
      <category>Dapper</category>
      <category>.NET Core</category>
      <category>EF Core</category>
      <category>PostgreSQL</category>
      <guid>https://codedefault.com/p/using-dapper-and-efcore-to-connect-and-work-with-postgresql-in-csharp-application</guid>
      <pubDate>Tue, 14 Feb 2023 10:35:06 GMT</pubDate>
    </item>
    <item>
      <title>.NET Core(.NET 7)如何使用Dapper连接PostgreSQL数据库并实现CRUD(新增，查询，修改，删除)的超详细入门示例教程</title>
      <link>https://codedefault.com/p/dotnet-core-7-connect-postgresql-crud-demo</link>
      <description>概述PostgreSQL是一款开源的对象关系型数据库管理系统（ORDBMS）。它与常见的关系型数据库管理系统（RDBMS）如MySQL、Oracle和Microsoft SQL Server等不同，因为它具有更多高级功能，如对象存储、复杂查...</description>
      <author> (Rector)</author>
      <category>.NET</category>
      <category>数据库</category>
      <category>.NET Core</category>
      <category>教程</category>
      <category>.NET 7</category>
      <category>PostgreSQL</category>
      <guid>https://codedefault.com/p/dotnet-core-7-connect-postgresql-crud-demo</guid>
      <pubDate>Sat, 04 Feb 2023 18:24:25 GMT</pubDate>
    </item>
    <item>
      <title>WPF 获取全局所有窗口的创建显示事件 监控窗口打开</title>
      <link>https://codedefault.com/p/wpf</link>
      <description>这篇博客是有背景的，老司机告诉我说他的应用不响应鼠标和键盘点击了，于是我和他调查了半天才发现有一个 Dialog 窗口显示出来，导致消息循环被切到了一个 Dialog 窗口里面去了。然而这个 Dialog 窗口是藏起来的，在屏幕上刚好没有能...</description>
      <author> (lindexi)</author>
      <category>WPF</category>
      <category>WPF</category>
      <guid>https://codedefault.com/p/wpf</guid>
      <pubDate>Thu, 19 Jan 2023 09:44:29 GMT</pubDate>
    </item>
    <item>
      <title>[亲测].NET Core(.NET 7)Web应用部署到Ubuntu的Docker容器并配置Nginx反向代理及Let's Encrpt SSL证书自动续期</title>
      <link>https://codedefault.com/p/how-to-secure-dotnet-core-application-proxy-nginx-with-lets-encrypt-on-ubuntu-20-04</link>
      <description>概述本文将为C#&amp;amp;.NET开发者介绍《.NET Core(.NET 7)Web应用部署到Ubuntu的Docker容器并配置Nginx反向代理及Let’s Encrpt SSL证书自动续期》。先看最终部署和运行的效果图：本文你将学习...</description>
      <author> (Rector)</author>
      <category>.NET</category>
      <category>.NET Core</category>
      <category>Nginx</category>
      <category>Docker</category>
      <category>.NET 7</category>
      <guid>https://codedefault.com/p/how-to-secure-dotnet-core-application-proxy-nginx-with-lets-encrypt-on-ubuntu-20-04</guid>
      <pubDate>Sat, 03 Dec 2022 22:59:01 GMT</pubDate>
    </item>
    <item>
      <title>C# 11新特性之原始字符串</title>
      <link>https://codedefault.com/p/csharp-11-preview</link>
      <description>朋友们大家好，我是Rector，码友网的创建者和维护者，专注C#&amp;amp;.NET技术开发。本文为大家分享的主题是《C# 11新特性之原始字符串》，本文相应的视频: C# 11新特性-原始字符串 概述美国时间2022年4月18日，微软发布了...</description>
      <author> (Rector)</author>
      <category>.NET</category>
      <category>C#</category>
      <category>String</category>
      <category>字符串</category>
      <guid>https://codedefault.com/p/csharp-11-preview</guid>
      <pubDate>Tue, 02 Aug 2022 09:03:59 GMT</pubDate>
    </item>
    <item>
      <title>[亲测]VMware虚拟机中实现Ubuntu 20.04磁盘(mapper/ubuntu--vg-ubuntu--lv)扩容</title>
      <link>https://codedefault.com/p/vmware-ubuntu-20-04-mappger-ubuntu-vg-ubuntu-lv-disk-capacity</link>
      <description>概述在VMware 虚拟机中创建了Ubuntu 20.04的主机，但最初分配的磁盘空间只有20G：随着虚拟机中安装的资源越多，20G的磁盘空间也逐渐不够用了，这时需要对这台Ubuntu虚拟机中的磁盘进行扩容。本文就记录一下在VMware虚拟...</description>
      <author> (Rector)</author>
      <category>Ubuntu</category>
      <category>VMware</category>
      <guid>https://codedefault.com/p/vmware-ubuntu-20-04-mappger-ubuntu-vg-ubuntu-lv-disk-capacity</guid>
      <pubDate>Sat, 09 Jul 2022 15:04:02 GMT</pubDate>
    </item>
    <item>
      <title>再谈C# Winforms桌面应用程序实现跨窗体间委托传值(实例)</title>
      <link>https://codedefault.com/p/csharp-winforms-pass-data-cross-form-using-action-delegate</link>
      <description>前言关于C# Winforms桌面应用程序跨窗体传值其实是一个老生常谈的问题了。我之前在码友网也写过多篇C# Winforms桌面应用程序跨窗体传值的实例文章，比如： 《C# WINFORM窗体间通过委托和事件传值(自定义事件参数)—实例详...</description>
      <author> (Rector)</author>
      <category>.NET</category>
      <category>C#</category>
      <category>WINFORM</category>
      <category>委托</category>
      <category>窗体传值</category>
      <category>跨窗体</category>
      <guid>https://codedefault.com/p/csharp-winforms-pass-data-cross-form-using-action-delegate</guid>
      <pubDate>Tue, 05 Jul 2022 11:42:48 GMT</pubDate>
    </item>
    <item>
      <title>netcore/DM 平台管理</title>
      <link>https://codedefault.com/p/http-49-4-30-147-8022</link>
      <description>netcore 搭建后台管理界面模版（PC 端）运行环境配置及包下载支持 windows、Linux、CentOS要求 dotnet-sdk-3 或以上，数据库 sqlServer2014 或以上Visual Studio 2019 或以上...</description>
      <author> (mzg8888)</author>
      <guid>https://codedefault.com/p/http-49-4-30-147-8022</guid>
      <pubDate>Thu, 16 Jun 2022 08:53:40 GMT</pubDate>
    </item>
    <item>
      <title>DM 平台管理 - netcore</title>
      <link>https://codedefault.com/p/https-gitee-com-xiaomagenb</link>
      <description>项目简介：DLVM 是一个集数据库、逻辑、视图及模型为一体的并涵盖了常用基础套件，以 NetCore 为主的底层框架。具备安全性、可扩展性、可配置性及可视化操作等优点，并且具有一键创建模块的功能。平台功能：公司信息管理：公司信息的维护及配置...</description>
      <author> (mzg8888)</author>
      <guid>https://codedefault.com/p/https-gitee-com-xiaomagenb</guid>
      <pubDate>Thu, 09 Jun 2022 09:21:40 GMT</pubDate>
    </item>
    <item>
      <title>从零快速开发管理系统</title>
      <link>https://codedefault.com/p/http-www-dlvm-vip</link>
      <description>现在的程序开发人员大部分都不会自己去从零开发一个系统了，基本都是在使用一些免费的框架或破解一些有用的功能来自己二次开发组合使用，一般要达到要求是几个框架的功能组合才能实现。程序开发人员都想找到一个快速开发框架，网络上的框架也有很多。一般都是...</description>
      <author> (mzg8888)</author>
      <guid>https://codedefault.com/p/http-www-dlvm-vip</guid>
      <pubDate>Mon, 30 May 2022 14:15:40 GMT</pubDate>
    </item>
    <item>
      <title>从零快速开发管理系统</title>
      <link>https://codedefault.com/p/https-gitee-com-xiaomagenb-dlvm</link>
      <description>DM 平台简介:DLVM 是一个集数据库、逻辑、视图及模型为一体的并涵盖了常用基础套件，以 NetCore 为主的底层框架。具备安全性、可扩展性、可配置性及可视化操作等优点，并且具有一键创建模块的功能。   平台介绍 :DM 平台，不仅仅是...</description>
      <author> (mzg8888)</author>
      <category>.NET</category>
      <category>C#</category>
      <category>.NET Core</category>
      <guid>https://codedefault.com/p/https-gitee-com-xiaomagenb-dlvm</guid>
      <pubDate>Fri, 27 May 2022 16:03:32 GMT</pubDate>
    </item>
    <item>
      <title>分享在Windows操作系统中独立安装微软MS Access 2019数据库的实用方法</title>
      <link>https://codedefault.com/p/install-ms-access-2019-in-windows</link>
      <description>本文为大家分享在Windows操作系统中独立安装微软MS Access 2019数据库的实用方法。此方法无需安装微软Office的其他服务，操作简单。步骤如下：1.下载安装工具首先，下载微软官方的MS Office的安装工具，下载地址如下：...</description>
      <author> (Rector)</author>
      <category>微软</category>
      <category>数据库</category>
      <category>access</category>
      <guid>https://codedefault.com/p/install-ms-access-2019-in-windows</guid>
      <pubDate>Thu, 14 Apr 2022 16:37:26 GMT</pubDate>
    </item>
    <item>
      <title>.Net5.0停更升级.Net6可以获奖？听大咖娓娓道来(转载)</title>
      <link>https://codedefault.com/p/dotnet-netscec-introduction</link>
      <description>近日，微软.NET 博客发布文章，称在今年5月8日更新之后，微软将不再为 .NET 5.0 提供服务更新，包括安全修复或技术支持，用户需要将 .NET 版本更新到受支持的版本 (.NET 6.0 ) 才能继续接收更新。当 .NET 5.0 ...</description>
      <author> (Rector)</author>
      <category>.NET</category>
      <category>.NET 6</category>
      <guid>https://codedefault.com/p/dotnet-netscec-introduction</guid>
      <pubDate>Thu, 31 Mar 2022 11:06:35 GMT</pubDate>
    </item>
  </channel>
</rss>