"A set of compile-time libraries (nothing to deploy) and a build task that enable you to export functions from managed code to native applications. That means, you can create plugins in a managed language like C# or F# for native applications that only have a C-Api (like Notepad++). The nuget package is all you need. Just mark your methods with [DllExport] and build for x86, x64 or ia64. Hints: - You have to set your platform target to either x86, ia64 or x64. AnyCPU assemblies cannot export functions. - The export name defaults to the method name and the calling convention to stdcall. If that's all what you want, you can just use [DllExport] without parameters. - You cannot put your exports in generic types or export generic methods. (The CLR wouldn't know what type parameters to use)"
Library or NuGet package built with .net standard and c# by Robert Giesecke.
"This is a port of NCalc for .NET Core applications."
Library or NuGet package built with .net standard and c# by Sebastian Klose.
"Defines core interfaces and types that comprise Microsoft.Diagnostics.EventFlow library."
Library or NuGet package built with .net standard and c# by Microsoft.
"This NuGet package contains Oracle.DataAccess.dll (x86) needed to compile a project that uses Oracle's ODP.NET Library. Oracle will still need to be installed on the…"
Library or NuGet package built with .net standard and c# by Oracle.
"Integrate with Azure DevOps Server 2019 and Azure DevOps Services from desktop-based, ASP.NET, and other Windows applications. Provides access to the Distributed T…"
Library or NuGet package built with .net standard and c# by Microsoft.
"You need a Akka.TestKit.* package! Add the one appropriate for the test framework you use instead. For example: Akka.TestKit.Xunit or Akka.TestKit.VsTest. This package o…"
Library or NuGet package built with .net standard and c# by Akka.NET Team.
"Repurposed nuget package of Selenium.WebDriver.ChromeDriver but for PhantomJS instead Install PhantomJS for into your Selenium Unit Test Project. "phantomjs.exe&qu…"
Library or NuGet package built with .net standard and c# by jbaranda.
Hello, I'm Corstiaan. I'm a software developer from the Netherlands and I manage BuiltWithDot.Net. I created this site as a place where developers working with .net technology can showcase their projects and inspire other developers.
There's so much you can build with .net these days that I thought it would be nice to have a corner of the web dedicated to the breadth of .net. Enjoy!
Get weekly updates about new projects built with .net tech
Great! Click the link in the e-mail to confirm. Check the spam folder if you can't find it.
No spam. Unsubscribe any time.
© 2024 - created by Corstiaan Hesselink - submit project - RSS feed - contact