-
Updated
Dec 25, 2020 - C#
#
net-framework
Here are 218 public repositories matching this topic...
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
.NET's leading C# Redis Client
-
Updated
Dec 18, 2020 - C#
An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Automatic directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP support, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#, with no external dependencies.
-
Updated
Dec 6, 2020 - C#
The ultimate dirty YouTube library
-
Updated
Dec 28, 2020 - C#
Fast, Simple, Typed ORM for .NET
mysql
c-sharp
linq
orm
high-performance
sqlite
postgresql
oracle
firebird
poco
sqlserver
net-core
net-framework
-
Updated
Dec 10, 2020 - C#
.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
Dec 25, 2020 - C#
Library for running command line processes
shell
cli
event-stream
command-line
stdout
process
piping
net-standard
hacktoberfest
net-core
net-framework
pipe-stdout
-
Updated
Dec 28, 2020 - C#
5
westconsulting-ita
commented
Sep 19, 2019
I would find it useful to be able to hide the text of a RibbonPanel, to have a new property like .HideText or .ShowText, reducing the height of the panel. Or even that the text-area disappears when text is set to empty.
Thanks.
Modern OpenGL bindings for C#.
c-sharp
opengl
nuget
mono
gtk3
opengl-bindings
rpi2
netstandard
xamarin-android
opengl-es
net-core
net-framework
openvx
-
Updated
Feb 9, 2020 - C#
The WPF Designer from SharpDevelop
-
Updated
Jan 22, 2020 - C#
A complete Private Instagram API for .NET (C#, VB.NET).
instagram
csharp
dotnet
instagram-scraper
instagram-api
instagram-sdk
net
net-standard
insta
net-core
net-framework
instagramapisharp
igtv
instagram-tv
-
Updated
Dec 6, 2020 - C#
A TensorFlow-inspired neural network library built from scratch in C# 7.3 for .NET Standard 2.0, with GPU support through cuDNN
machine-learning
visual-studio
ai
csharp
neural-network
cuda
cnn
supervised-learning
gpu-acceleration
netstandard
convolutional-neural-networks
gradient-descent
net-framework
backpropagation-algorithm
classification-algorithims
-
Updated
Sep 15, 2020 - C#
A C# modding swiss army knife, powered by cecil.
c-sharp
modding
cross-platform
unity
mono
msil
cil
monkey-patching
detours
net-framework
patching
cecil
-
Updated
Dec 25, 2020 - C#
Unopinionated auto-update framework for desktop applications
-
Updated
Dec 28, 2020 - C#
Lightweight HTML processor
-
Updated
Nov 10, 2020 - C#
Database scaffolding tool
c-sharp
schema
database
core
database-management
scaffolder
net-core
net-framework
dynamic-data
database-scaffolding
-
Updated
Jan 25, 2019 - C#
A update to Component factory's krypton toolkit to support the .NET 4.7 framework.
theme
palette
visual-studio
csharp
nuget-packages
dll
toolkit
nuget
winforms
tabs
workspace
toolbox
controls
demo-apps
docking
ribbon
datagrid
krypton
net-framework
messagebox
componentfactory
-
Updated
Nov 1, 2020 - HTML
Spice# is a cross-platform electronic circuit simulator based on Berkeley Spice - the mother of commercial industry-standard circuit simulators.
simulator
csharp
cross-platform
electronics
spice
circuit
net-standard
net-core
net-framework
netlist-parser
-
Updated
Dec 28, 2020 - C#
A module to retrieve and download Windows 10 current updates from the Microsoft Update Catalog
powershell
windows-10
updates
adobe-flash
powershell-gallery
net-framework
cumulative-update
monthly-rollups
microsoft-update-catalog
-
Updated
Jun 21, 2020 - PowerShell
Full C# port of Brotli compression algorithm
-
Updated
Oct 10, 2020 - C#
C# Anti-Debug and Anti-Dumping techniques using Win32 API functions and tricks.
-
Updated
Jun 30, 2020 - C#
.NET 4.0 Remote Desktop Manager Password Gatherer
-
Updated
Sep 29, 2020 - C#
An extension to the Krypton Toolkit suite of controls for .NET framework 4.7
theme
palette
visual-studio
csharp
dll
nuget
xml
winforms
dialog
toolbox
enumeration
controls
vbnet
colours
groundwork
krypton
net-framework
colour-palette
nuget-package
messagebox
krypton-outlook-grid
extended-tookit
extendedrenderer
-
Updated
Nov 1, 2020 - C#
A update to Component factory's krypton toolkit to support .NET Framework 3.5 to .NET Core/.NET
theme
palette
visual-studio
csharp
dll
toolkit
dotnet
nuget
winforms
tasks
workspace
toolbox
docking
ribbon
datagrid
krypton
net-framework
custom-controls
messagebox
componentfactory
-
Updated
Dec 14, 2020 - C#
Progress manager and aggregator
-
Updated
Dec 28, 2020 - C#
Gmail notifications instantly in the Windows taskbar
notifications
windows
inbox
gallery
portable
email
uninstall
machine
notifier
gmail
windows-10
windows-8
mailbox
windows-8-1
windows-taskbar
gmail-notifier
windows-7
net-framework
google-mail-api
google-certification
email-sync
google-mail
inbox-notifier
-
Updated
Oct 22, 2020 - C#
Relink games / tools using the XNA Framework 4.0 to use FNA instead
-
Updated
Aug 30, 2020 - C#
C# .NET Typed POCO Client for AWS Dynamo DB
-
Updated
Oct 17, 2020
Improve this page
Add a description, image, and links to the net-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the net-framework topic, visit your repo's landing page and select "manage topics."
Currently,
CommandSchemaAnalyzeris one bloated class with about 15 checks. The corresponding tests,CommandSchemaAnalyzerTestsare even more bloated. This makes maintaining and adding new checks quite difficult.The suggestion is to refactor each check in its own separate analyzer and break the tests up correspondingly as well.