A CSharp library that gives you better console handling for that classic ASCII look.
-
Updated
Feb 11, 2021 - C#
{{ message }}
A CSharp library that gives you better console handling for that classic ASCII look.
A full featured web-browser built using C# and CefSharp
Els_kom for Elsword and Grand Chase KOM Files.
PuTTY based DCSS TtyRec Tiles player written in C#
Project a remote file system through SFTP to a local directory using ProjFS.
A sample Windows Service (.NET Framework) C# boilerplate.
Emulator for the MIX computer that never existed.
Flexible DNS library for .NET Core, and .NET Framework
A simple file checksum for windows, support SHA-1, SHA-256, SHA-512, Blake2b, SHA-3
A simple password manager using SHA-3 and Rijndael
exomia/ecs is an entity component system for the exomia framework
A tool that lets you create empty files on the fly wherever you want.
Calendar shenanigans in ASP.NET
This is designed to create a hash for a download and compare it to the original hash provided by the source of the download.
Desktop Application for cashier operator in parking things.
[ WORK IN PROGRESS ] Aria2 JsonRPC implementation in .NET
Ejercicio de prueba de Web API con SignalR con .Net Framework
WPF panel that allows moving and resizing of child controls at runtime.
A virtual recreation of an Enigma machine.
A web browser I made making me learn C# and .NET Framework.
Using various libraries to make defensive coding
The HTTP Proxy was an assignment for the course Web Infrastructures of the semester .Net on the Server at the Hogeschool of Arnhem and Nijmegen. The assignment was to build a proxy server in C # .Net, for this it was not allowed to use the standard http classes of .Net. All communication had to be built up from the TCP level.
Add a description, image, and links to the netframework47 topic page so that developers can more easily learn about it.
To associate your repository with the netframework47 topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Currently, inserting record is dependent on matching the column order in the schema. If the code model differs from the schema model in column ordering. there would be a problem.
Describe the solution you'd like
the insert into statement would use to the INSERT INTO [SCHEMA].[TABLE] ([column1], [column3], [column2]) inste