Global Search

搜索工具、项目与文章

一个入口检索站内内容,优先返回最相关的工具、项目说明与技术文章。

关键字:dotnet 共 139 条结果
工具 0 项目 10 文章 129
文章 3/30/2022

Collection of the most popular. NET open source projects

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

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

.NET the-most-popular-dotnet-open-source-project-collection
查看结果
文章 3/30/2022

NET is great, you may have some misunderstandings about it

This article introduces NV graphics card training. CPU training is for reference only. Please go to the official website for information on some different places.

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

.NET 6-dotnet-myths-dispelled-celebrating-21-years-of-dotnet
查看结果
文章 3/10/2022

NET Core program slimmer released, compressing program size to 1/3

NET Core has the function of "clipping unused code", but since it is implemented using static analysis, its clipping effect is not optimal.

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

.NET the-dotnet-core-program-slimmer-is-released-compressing-the-program-size-to-1-to-3
查看结果
文章 3/9/2022

All videos have been recorded on. NET Core. All videos are free, no routines

The. NET Core video that I have been updating has finally finished recording. The 203 sections cover. NET Core basic classes, Entity Framework Core, ASP.NET Core WebAPI, DDD (Domain-Driven Design), and practical projects.

匹配内容:我一直在更新的.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
查看结果
文章 2/18/2022

Getting Started with gRPC and. NET

Essentially, an API is a protocol between a server and a client that specifies how the server provides specific data based on client requests.

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

.NET grpc-and-dotnet-introduction
查看结果
文章 1/31/2022

The. NET 7 preview is here, I have upgraded my experience

I heard that '. NET 7' is here, how can webmasters not try it? Give a brief report on the experience on New Year's Eve, and then welcome the New Year

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

.NET here-comes-the-preview-version-of-dotnet-7-i-have-upgraded-my-experience
查看结果
文章 1/10/2022

Dapper in .NET Core

I won't go into details here about what Dapper is (detailed entry); this article only provides a brief explanation of the use of Dapper in. NET Core. The code described is mainly explained by examples, which is a reminder. Developers can expand and adjust according to their own needs.

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

Dapper dapper-in-dotnet-core
查看结果
文章 12/26/2021

I developed a tool that slims down. NET programs

I have developed a tool that slims down. Net programs that can delete referenced but not used assemblies. I used it to slim down a. Net core program from 147 megabytes to 59.5 megabytes.

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

.NET i-developed-a-tool-to-slim-down-dotnet-programs
查看结果
文章 12/25/2021

(30/30) Everyone learn Blazor together: . NET 6<ErrorBoundary>

Yesterday, we talked about unit testing, but sometimes it may not be possible to fully test due to time constraints.

匹配内容:昨天说到单元测试,但有些时候可能由于时间关系没办法完整测试

Blazor 30-of-30-let-us-learn-blazor-together-dotnet6-errorboundary
查看结果
文章 12/23/2021

(23/30) Everyone learns Blazor together: ASP.NET Core Identity(3)

We mentioned earlier that `UserAuthentication()` and `UserAuthorization()`. The difference between the two is that the former is used to verify who the login person is, and the latter determines what the login person can do.

匹配内容:前面有说到 UserAuthentication() 跟 UserAuthorization() ,这两个的差别在于:前者用于验证登录者是谁,后者则决定登录者可以做什么。

Blazor 23-of-30-let-us-learn-blazor-together-asp-dotnet-core-identity-3
查看结果