.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
-
Updated
Nov 25, 2020 - C#
{{ message }}
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
Remote Administration Tool for Windows
doOn* callbacks execute BEFORE propagating the signal further, whereas doAfter* execute after.
doOnSubscribe at least has misleading phrasing making it look like the handler is executed after the Subscription has been passed to downstream, which is not the case.
that is to say when a
Subscriptionhas been produced by thePublisher
**and passed to the `Subscriber#onSubscribe(
TensorFlow API for .NET languages
OpenCV wrapper for .NET
I have a C# class library which I use in Python. I have a Point class (a code snippet):
public Point(double x, double y)
{
this.x = x;
this.y = y;
}
public override string ToString()
{
return $"Point({x}, {y})";
}
.NET's leading C# Redis Client
Lite reliable UDP library for Mono and .NET
SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
Change the action for CA2000 on the ruleset file to Error, and make the solution build
My following WebClient is working fine with internet connection but not through our proxy connection.
WebClient webClient = WebClient.builder()
.baseUrl("https://targetsite.com")
.build();
webClient.post()
.uri("/service/serviceName")
.body(BodyInserters.fromObject(reqData))
.retrieve()
.bodyToMono(WebServiceResponse.class)
Event though, the sam
.NET's fastest JSON, JSV and CSV Text Serializers
A tiny, cross-platform, module based web server for .NET
A home for your business logic in any .NET application.
Fellow Oak DICOM for .NET, .NET Core, Universal Windows, Android, iOS, Mono and Unity
Read/Write an INI file the easy way!
Add a description, image, and links to the mono topic page so that developers can more easily learn about it.
To associate your repository with the mono topic, visit your repo's landing page and select "manage topics."
What would you like clarification on:
I read that Uno renders all controls in Windows style and there is an option somewhere deep in Uno to have some of the controls render in native OS style.
I believe it's crucial to be able to switch an application's (or page's) property to render controls using native styles wherever applicable (and to be able to switch back to Windows style again when