Global Search

搜索工具、项目与文章

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

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

NET Core + Angular project deployed to CentOS

Recently, the company needs development projects that can run on Linux systems. The example development projects are developed using. NET Core + Angular; in theory, cross-platform is fully supported.

匹配内容:最近公司需要开发项目能在Linux系统上运行,示例开发项目采用.NET Core + Angular开发;理论上完全支持跨平台。

.NET dotnet-core-angular-project-deployed-to-cent-os
查看结果
文章 5/5/2022

NET performance optimization-use structs instead of classes

We know that one of the obvious differences between C#and Java is that C#can customize the value type, which is today's protagonist struct. We have a more convenient class. Why did Microsoft add struct?

匹配内容:我们知道在C 和Java明显的一个区别就是C 可以自定义值类型,也就是今天的主角struct,我们有了更加方便的class为什么微软还加入了struct呢?

.NET dotnet-performance-optimization-using-structs-instead-of-classes
查看结果
文章 4/10/2022

NET launches the process framework for large applications to connect ApplicationStartup Manager

Imagine that the user double-clicks the desktop icon and waits for a few minutes before the application finishes launching. Will the user click Uninstall next? In order to balance the startup process of large applications, it requires both executing complex startup logic and focusing on startup performance. It is completely reasonable to create a framework for this process.

匹配内容:设想,用户双击了桌面图标,然而等待几分钟,应用才启动完毕,那用户下一步会不会就是点击卸载了。为了权衡大型应用软件在启动过程,既需要执行复杂的启动逻辑,又需要关注启动性能,为此过程造一个框架是一个完全合理的事情。

.NET dotnet-starts-the-process-framework-for-large-application-access-to-application-startup-manager
查看结果
文章 1/18/2022

Integrated development with Vue in. NET MAUI

Microsoft's official plan at MAUI is to use Blazor for development, but most Web projects on the current market are built using Vue, React and other technologies. If we cannot bypass the accumulated technologies, it is not realistic to rewrite the entire project with Blazor.

匹配内容:在MAUI微软的官方方案是使用Blazor开发,但是当前市场大多数的Web项目使用Vue,React等技术构建,如果我们没法绕过已经积累的技术,用Blazor重写整个项目并不现实。

MAUI dotnet-maui-combined-with-vue-to-realize-hybrid-development
查看结果
文章 12/25/2021

Support. NET6! Zack.EFCore.Batch is a framework for batch updating, deleting, and inserting data in EF Core

A new version of the framework 'Zack.EFCore.Batch' that performs 'updates','deletes', and 'inserts' of data in 'EF Core' has been released. The new version adds support for '. NET 6' and supports 'ValueConverter' when data is inserted in batches, completely solving the 'The count of columns should be even exception that occurs when the expressions of two columns are equivalent' when updating data.

匹配内容:在 EF Core 中 批量 执行 更新 、 删除 、 插入 数据的框架 Zack.EFCore.Batch 已经发布新版,新版增加了对 .NET 6 的支持,数据批量插入的时候支持 ValueConverter ,彻底解决了 “更新数据的时候,当两列的表达式...

EF Core dotnet6-support-zack-efcore-batch-a-framework-for-batch-updating-deleting-and-inserting-data-in-ef-core
查看结果
文章 9/18/2021

NET 5 configuration modifications will take effect automatically without restarting

The default configuration of. NET Core and. NET5 is loaded only once. When modifying the configuration, you need to restart before it takes effect. How can the modification take effect immediately?

匹配内容:.NET Core,.NET5默认配置都是只加载一次,修改配置时都需要重启才能生效,如何能修改即时生效呢?

ASP.NET Core dotnet-5-modification-of-configuration-will-take-effect-automatically-without-restart
查看结果
文章 6/28/2021

NET class library "Vanara": An easy-to-use Windows API encapsulation library

A series of very easy-to-use. NET class libraries that have excellent encapsulation of the Windows API make it almost unnecessary to write cumbersome Windows API conversion functions.

匹配内容:一系列非常简单易用,对Windows API做了极好封装的.NET类库,几乎不用再写繁琐的Windows API转换函数了。

.NET dotnet-classlibrary-vanara-an-easy-to-use-windows-api-encapsulation-library
查看结果