"Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows. You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class. The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources) and parse the events they emit. The library includes -- TraceEventSession which can enable ETW providers, -- EtwTraceEventSource which lets you read the stream of ETW events, and -- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events. See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more."
Library or NuGet package built with .net standard and c# by Microsoft.
Project website: https://github.com/Microsoft/perfview
NuGet: https://www.nuget.org/packages/Microsoft.Diagnostics.Tracing.TraceEvent
"NMemory is a lightweight non-persistent in-memory relational database engine that is purely written in C# and can be hosted by .NET applications. It supports traditional…"
Library or NuGet package built with .net standard and c# by ZZZ Projects & tamasflamich.
"P/Invoke types for common Windows APIs."
Library or NuGet package built with .net standard and c# by Andrew Arnott.
"D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web standards gives you…"
Library or NuGet package built with .net standard and c# by Michael Bostock.
"This package contains shared code for other NuGet packages, and contains no public API in and of itself."
Library or NuGet package built with .net standard and c# by Andrew Arnott.
"Unquote is not just another DSL or API for making unit test assertions. Instead, assertions are written as plain, statically-checked F# quoted expressions and test failu…"
Library or NuGet package built with .net standard and c# by Stephen Swensen.
"Autofac allows you to register metadata along with dependencies for additional resolution flexibility. This extension enables that metadata to be registered through attr…"
Library or NuGet package built with .net standard and c# by Autofac Contributors.
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.
© 2025 - created by Corstiaan Hesselink - submit project - RSS feed - contact