Tag

.NET

正在浏览与 .NET 相关的文章。

430 篇文章
33 当前页
Integrated development with Vue in. NET MAUI

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.

林 小 1/18/2022 10:11 PM
2022 Final Edition WPF Project Actual Combat Collection Released

2022 Final Edition WPF Project Actual Combat Collection Released

This video collection consists of 58 episodes, including the basic parts of WPF (layout, style, resources, animation, template, MVVM), the concept of Prism (Region, Navigation, DialogService, Module..), MaterialDesign integration, ASP.NET Core WebApi part (Entityframework, release deployment), client release, deployment and other complete development process.

痕迹 1/14/2022 11:12 PM
First met MASA Blazor

First met MASA Blazor

A Mateial style open source Blazor component library

MASA技术团队 1/12/2022 10:12 PM
Dapper in .NET Core

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.

白云任去留 1/10/2022 10:12 PM
The Blazor series is over!

The Blazor series is over!

The reprinting of the Blazor series is 'over'. In fact, the webmaster had 'completed the reprinting' on the 25th, and simultaneously released it on the 'Dotnet9' website ('dotnet9.com'), and created an album 'Everyone Learn Blazor Together', which you can browse at any time on the website.

沙漠尽头的狼 12/30/2021 10:46 PM
C#is the best alternative to TypeScript?

C#is the best alternative to TypeScript?

TypeScript is very good. It perfectly combines strong typing with rapid development, making it so easy to use that I will default to this library in many cases. However, there is no perfect language in the world, and in some cases TypeScript is not the most appropriate tool:

CSDN 12/27/2021 8:53 PM
I developed a tool that slims down. NET programs

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.

杨中科 12/26/2021 9:56 PM