MaterialDesignInXamlToolkit
.NET Runtime
MaterialDesignInXamlToolkit | .NET Runtime | |
---|---|---|
25 | 713 | |
15,680 | 16,611 | |
0.5% | 1.1% | |
8.9 | 10.0 | |
8 days ago | 2 days ago | |
C# | C# | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
MaterialDesignInXamlToolkit
-
Wrapping / overflow /reorder listview items according to window size?
Material Design In XAML Toolkit - better looking controls and stuff.
- Any licensing free package for modern WPF look?
-
How do I save ITheme of Material Design in a text file for saving color theme choosed in C# WPF?
ITheme is just a collection of colors : https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob/master/MaterialDesignThemes.Wpf/ITheme.cs
- How to add and use Color Picker for picking color from a specific point on screen in WPF?
- Looking for a small code-review / sanity check of a small project - C#, WPF, MVVM
-
Why Caret Index is hidden when FlowDirection is RightToLeft On Material Design in C# WPF
I'm using C# WPF with http://materialdesigninxaml.net/ (MaterialDesign),
-
WPF - How to use PackIcon inside DataGrid
I try to use a PackIcon inside a DataGrid.
-
I'm developing a custom HMI/SCADA system in WPF to replace our old VB6 one. What do you guys think?
Thanks, I'm using Material Design philosophy, thanks especially to the MaterialDesignInXAML library for WPF.
-
WPF Good UI Framework and Controls
How is this outdated? The MaterialDesign one especially is being updated all the time. You think this doesn't look good?
-
How to design GUI ?
- If you know the technology (eg. WPF) consider using a good UI library (eg. http://materialdesigninxaml.net/ for WPF + Material Design)
.NET Runtime
-
Yet Another Zip Trick
It's an interesting hole that the test cases don't cover any of Microsoft Office, Windows Explorer, PowerShell's various cmdlets, or the several major .NET ZIP archive libraries. It would seem that the author just does not use Microsoft Windows.
There's a whole extra level of archive file format tooling gotchas that one misses out on when one assumes "UNIX" for everything, and does not account for "FAT", "NTFS", "HPFS", and even "OpenVMS".
Or ZIP64. (-:
* https://github.com/dotnet/runtime/blob/main/src/libraries/Sy...
* https://github.com/mihula/ProDotNetZip/blob/main/src/Zip/Zip...
-
Understanding the .NET CLR: What Every C# Developer Should Know
The book of the Runtime: https://github.com/dotnet/runtime/blob/main/docs/design/coreclr/botr/README.md
- .NET Memory Model
-
Tmux-Rs
This is funny, but unfortunately .NET went all in on the AI coding assistant kool-aid.
https://github.com/dotnet/runtime/pull/115762
https://github.com/dotnet/runtime/pull/115743
https://github.com/dotnet/runtime/pull/115733
https://github.com/dotnet/runtime/pull/115732
- Math.Pow(-1, 2) == -1 in Windows 11 Insider build
-
Microsoft tried dogfooding Copilot with .NET, but got only hallucinations
No need to exaggerate. They also got PRs which were ok and got merged https://github.com/dotnet/runtime/pull/116987 so it's not "only hallucinations".
-
Negative 2000 Lines of Code
This is a good example[1] at 64k LOC removal. We removed built-in support for C# + WinRT interop on Windows and instead required users to use a source-generation tool (which is still the case today). This was a breaking change. We realized we had one chance to do this and took it.
[1] https://github.com/dotnet/runtime/pull/36715/files
-
Dotnet Run App.cs
Dotnet is getting a fully interpreted mode in 10 or 11 so I wonder if they'll switch to that for things like this
https://github.com/dotnet/runtime/issues/112748
- De-Abstraction and Conditional Escape Analysis
- .NET Team Experimenting with AI-Generated PRs
What are some alternatives?
MahApps.Metro - A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
CoreCLR - CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
HandyControl - Contains some simple and commonly used WPF controls
ASP.NET Core - ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
Avalonia - Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
Ryujinx - Experimental Nintendo Switch Emulator written in C#