Global Search

Search Tools, Projects & Articles

A single entry point to retrieve site content, prioritizing the most relevant tools, project documentation, and technical articles.

Keyword: dotnet 147 results
Tools 0 Projects 12 Posts 135
Article 4/3/2022

Online Audio and Video Chat Project Based on .NET 6

Online audio and video chat project developed based on .NET 6, with WPF client and .NET API backend.

Matched content: 基于.NET 6开发的在线音视频聊天项目,客户端WPF,后端.NET API。

.NET an-online-audio-and-video-chat-project-based-on-dotnet-6
View result
Article 3/30/2022

Collection of the Most Popular .NET Open Source Projects

There are many excellent .NET open source projects on GitHub, which are great for learning .NET, design patterns, and architecture.

Matched content: GitHub 上有很多优秀的 .NET 开源项目,它们很适合用来学习 .NET 、设计模式和架构。

.NET the-most-popular-dotnet-open-source-project-collection
View result
Article 3/30/2022

.NET is great, but you might have some misunderstandings about it

This article introduces training with NV graphics cards. CPU training is for reference only. For any differences, please visit the official website for information.

Matched content: 本文章介绍的是NV显卡训练。CPU训练 仅供参考,部分不同的地方请前往官方网站获取信息。

.NET 6-dotnet-myths-dispelled-celebrating-21-years-of-dotnet
View result
Article 3/10/2022

.NET Core Program Slimmer Released, Compressing Program Size to 1/3

.NET Core has the feature of [trimming unused code], but because it is implemented using static analysis, its trimming effect is not optimal.

Matched content: .NET Core具有【剪裁未使用的代码】的功能,但是由于它是使用静态分析来实现的,因此它的剪裁效果并不是最优的。

.NET the-dotnet-core-program-slimmer-is-released-compressing-the-program-size-to-1-to-3
View result
Article 3/9/2022

.NET Core all videos recorded, completely free, no tricks

I have finally finished recording the .NET Core videos I've been updating, 203 sessions, covering .NET Core basics, Entity Framework Core, ASP.NET Core WebAPI, DDD (Domain-Driven Design), and practical projects.

Matched content: 我一直在更新的.NET Core视频终于录完了,203节,内容涉及.NET Core基础类、Entity Framework Core、ASP.NET Core WebAPI、DDD(领域驱动设计)、实战项目。

Courses all-videos-of-dotnet-core-are-recorded-for-free-without-routine
View result
Article 2/18/2022

gRPC and .NET Getting Started

Essentially, an API is a protocol between a server and a client, specifying how the server provides specific data based on the client's request.

Matched content: 从本质上来讲,API 就是服务器和客户端之间的一个协议,指定了服务器如何基于客户端的请求提供特定的数据。

.NET grpc-and-dotnet-introduction
View result
Article 1/31/2022

.NET 7 Preview is Here, I've Upgraded and Experienced It

I heard `.NET 7` is coming, how could the webmaster not try it out? On New Year's Eve, I briefly reported on my experience, and then welcomed the new spring.

Matched content: 听说 .NET 7 来了,站长怎能不尝鲜呢,在除夕当天将体验情况简单汇报下,然后迎新春喽

.NET here-comes-the-preview-version-of-dotnet-7-i-have-upgraded-my-experience
View result
Article 1/10/2022

Dapper in .NET Core

The detailed explanation of what Dapper is is omitted here; this article only provides a brief explanation of using Dapper in .NET Core. The code presented is mainly for examples, serving as an introduction. Developers can extend and adjust according to their own needs.

Matched content: 关于什么是Dapper(详细入口),在此不做赘述;本文仅对Dapper在.NET Core中的使用作扼要说明,所陈代码以示例讲解为主,乃抛砖引玉,开发者可根据自身需要进行扩展和调整

Dapper dapper-in-dotnet-core
View result
Article 12/26/2021

I developed a tool to slim down .NET programs

I developed a tool to slim down .NET programs, which can delete referenced but unused assemblies. I used it to slim down a .NET Core program from `147 MB` to `59.5 MB`.

Matched content: 我开发了一个对.Net程序瘦身的工具,可以把被引用但是没有被使用的程序集删除。我用它把一个.Net core程序从 147兆 瘦身到 59.5 兆。

.NET i-developed-a-tool-to-slim-down-dotnet-programs
View result