Tag

.NET

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

430 篇文章
7 当前页
C#and Java

C#and Java

In the dynamic and evolving world of software development, Java and C#are two giants, each with its own unique advantages, concepts, and ecosystems. This article makes an in-depth comparison between Java and C#, and discusses their historical background, language features, performance indicators, cross-platform functions, etc.

kapresoft 3/14/2024 5:07 AM
Python entry functions (beginner)

Python entry functions (beginner)

I was born in C#and have written a little C/C++, so I always thought of having something like the Main() function as the entrance to the entire program. However, after searching the entire catalog and finding no clues, he began to make various fiddling.

Ironyho 3/12/2024 5:24 AM
Open source a Windows screen toolbox based on C#

Open source a Windows screen toolbox based on C#

Windows screen tools, functions include: screenshot, texture, screen color, screenshot text, form recognition (need to apply for Baidu OCR service), screenshot translation, and word translation.

半栈程序员 3/8/2024 4:58 AM
Implementing event-driven communication using MediatR and MS.DI libraries in the Avalonia project

Implementing event-driven communication using MediatR and MS.DI libraries in the Avalonia project

AvaloniaUI is a powerful cross-platform. NET client development framework that allows developers to build applications for multiple platforms such as Windows, Linux, macOS, Android and iOS. When building complex applications, modularity and communication between components become particularly important. The Prism framework provides a modular development method and supports hot plugging of plug-ins, while MediatR is an event subscription publishing framework that implements the Mediator pattern, which is very suitable for communication between modules and between modules and main programs.

沙漠尽头的狼 3/2/2024 3:45 PM
Data display can also be done in Winform

Data display can also be done in Winform

In the process of developing winform, data display functions are often needed. I have been using the gridcontrol before. Today, I want to use an example to introduce to you how to use the table component in ant design blazor hybrid to display data.

DotNet学习交流 2/29/2024 5:42 AM
Can Winform's interface become better?

Can Winform's interface become better?

A few days ago, I introduced to you the use of blazor hybrid in winform, and I also said that with blazor's ui, our winform program design can be more beautiful. Next, I want to use an example of drawing in winform blazor hybrid to illustrate it, hoping to be helpful to you.

DotNet学习交流 2/29/2024 5:29 AM