-
Updated
Feb 4, 2021 - C#
#
mono
Here are 581 public repositories matching this topic...
.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
c-sharp
framework
web
mit
dotnet
mono
dotnet-core
nancyfx
web-application-framework
nancy
nancy-application
-
Updated
Jan 24, 2021 - C#
Remote Administration Tool for Windows
windows
c-sharp
security
remote-control
administration
protobuf
dotnet
mono
remote
rat
net
remote-desktop
red-team
-
Updated
Feb 8, 2021 - C#
a701440
commented
Jan 29, 2021
Need another overload to match available MonoCacheTime constructor.
TensorFlow API for .NET languages
-
Updated
Jun 25, 2020 - C#
AlexArcPy
commented
Jun 3, 2018
Environment
- Pythonnet version: 2.3.0
- Python version: 2.7
- Operating System: Windows 10
Details
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
-
Updated
Jan 20, 2021 - C#
Lite reliable UDP library for Mono and .NET
-
Updated
Jan 21, 2021 - C#
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.
c-sharp
steam
networking
irc
protobuf
wiki
nuget
reverse-engineering
mono
valve
steamkit2
steam-network
protobuf-net
-
Updated
Jan 20, 2021 - C#
Open
Enable CA2000 rule
kblok
commented
Feb 29, 2020
Change the action for CA2000 on the ruleset file to Error, and make the solution build
VsKrishna87
commented
Nov 4, 2019
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
c-sharp
json
csv
serializer
high-performance
mono
http-client
pcl
poco
jsv
net-core
automapper
net-framework
-
Updated
Feb 10, 2021 - C#
A tiny, cross-platform, module based web server for .NET
http
raspberry-pi
embedded
dotnet
webserver
dotnetcore
websocket
websockets
mono
http-requests
http-server
tiny
http-response
raspberry-pi-3
http-request
http-api
http-rest-api
url-segment
routing-strategies
-
Updated
Oct 27, 2020 - C#
A home for your business logic in any .NET application.
c-sharp
xamarin
aspnetcore
aspnet
uwp
wpf
mono
winforms
webassembly
xamarin-forms
asp-net-core
netstandard
asp-net
windows-forms
webforms
asp-net-mvc
csla
windowsforms
web-forms
blazor
-
Updated
Feb 10, 2021 - C#
Fellow Oak DICOM for .NET, .NET Core, Universal Windows, Android, iOS, Mono and Unity
c-sharp
portable
nuget
jpeg
mono
dicom
dot-net
netcore
medical
medical-imaging
unity-3d
pcl
universal-windows
xamarin-ios
xamarin-android
fo-dicom
xamarin-platform
-
Updated
Feb 5, 2021 - C#
Read/Write an INI file the easy way!
config
c-sharp
cli
monodevelop
dotnet
nuget
config-management
mono
configuration
unity3d
unity-scripts
configuration-management
ini
configuration-file
unity3d-games
ini-parser
iniparser
-
Updated
Apr 19, 2020 - C#
Math Parser Java Android C# .NET/MONO (.NET Framework, .NET Core, .NET Standard, .NET PCL, Xamarin.Android, Xamarin.iOS) CLS Library - a super easy, rich and flexible mathematical expression parser (expression evaluator, expression provided as plain text / strings) for JAVA and C#. Main features: rich built-in library of operators, constants, math functions, user defined: arguments, functions, recursive functions and general recursion (direct / indirect). Additionally parser provides grammar and internal syntax checking.
android
java
c-sharp
xamarin
calculus
dotnet
mono
mathematical-expressions-evaluator
dotnet-core
pcl
xamarin-ios
xamarin-android
formula-parser
boolean-expression
dotnet-standard
expression-evaluator
math-parser
bitwise-operators
user-defined-structures
binary-relations
-
Updated
Dec 29, 2020 - C#
Improve this page
Add a description, image, and links to the mono topic page so that developers can more easily learn about it.
Add this topic to your repo
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