SaaSHub helps you find the best software and product alternatives Learn more →
Samples Alternatives
Similar projects and alternatives to samples
-
ASP.NET Core
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
-
eShopOnWeb
Discontinued Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
NPOI
a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
-
arcade
Tools that provide common build infrastructure for multiple .NET Foundation projects. (by dotnet)
-
-
-
-
-
-
-
-
-
versions
This repo contains information about the various component versions that ship with .NET Core. (by dotnet)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
samples discussion
samples reviews and mentions
-
The Rust Calling Convention We Deserve
What you may have been looking for is these:
- https://learn.microsoft.com/en-us/dotnet/core/deploying/nati...
- https://github.com/dotnet/samples/blob/main/core/nativeaot/N...
Mono has been a stable choice for embedding in game-script style scenarios, in particular, because of the ability to directly call its methods inside providing the caller honors the calling convention correctly, but it has been slowly becoming more of a liability as you are missing out on a lot of performance by not hosting CoreCLR instead, if that is the desired scenario.
For .dll/.so/.dylib's, it is easier and often better to just build a native library with naot instead (you can also produce a statically linkable binaries but it might have issues on e.g. macOS which has...not the most reliable linker that likes to take breaking changes).
-
extension system on dotnet
After I do my research, I found these examples on dotnet repo. It uses dll instead of apk which is fine, I can still download the extension dll and then load it. But it has restriction of only have one dll for each project and can't be uninstalled. As i said before, tachiyomi only define CSS selector in theme, and then generate apk for each website with its base URL, so there's no way to create project for each website. Is there a way to generate dll for each class that inherits class Parent?
- My SWE internship starts soon but I haven't coded in a year
-
How can I search so efficiently in very large plain text file?
A pointer: https://github.com/dotnet/samples/blob/main/csharp/parallel/ParallelGrep/Program.cs
- Is MS Word interop dead now on .NET core?
- How to embed .NET runtime?
-
[NET 7] NativeAOT-compiled static library is not exporting my managed functions for some reason.
Just a guess: do you need to set the SelfContained property, maybe? That's the only real difference I can see from the official sample: https://github.com/dotnet/samples/tree/main/core/nativeaot/NativeLibrary
-
Is anyone suing Windows Workflow Foundation?
It's really dead? They trying to resurrect it? They added C# and some new samples https://github.com/dotnet/samples/tree/main/framework/windows-workflow-foundation/application/HiringRequestProcess/CS
-
#JulyOT 08: .NET nanoFramework GPIO, I2C, SPI and other IO support
A comparison on how to reuse code and the differences between .NET IoT and .NET nanoFramework is available here.
-
How can i run a C# .NET dll inside a C++ application?
Here is sample code
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Sep 2024
Stats
dotnet/samples is an open source project licensed under Creative Commons Attribution 4.0 which is not an OSI approved license.
The primary programming language of samples is C#.