Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dahall/winclassicsamplescs
A duplication in C# of the "Windows-classic-samples" using Vanara libraries.
https://github.com/dahall/winclassicsamplescs
controls dotnet dotnet-standard extensions interop nuget pinvoke shell winapi windows windows-api
Last synced: about 15 hours ago
JSON representation
A duplication in C# of the "Windows-classic-samples" using Vanara libraries.
- Host: GitHub
- URL: https://github.com/dahall/winclassicsamplescs
- Owner: dahall
- Created: 2019-01-14T19:31:13.000Z (almost 6 years ago)
- Default Branch: nullableenabled
- Last Pushed: 2024-10-17T16:06:29.000Z (30 days ago)
- Last Synced: 2024-10-19T23:39:11.932Z (27 days ago)
- Topics: controls, dotnet, dotnet-standard, extensions, interop, nuget, pinvoke, shell, winapi, windows, windows-api
- Language: C#
- Size: 2.19 MB
- Stars: 43
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Security: Security/CipherEncryptionDecryption/CipherEncryptionDecryption.cs
Awesome Lists containing this project
README
# WinClassicSamplesCS
A duplication in C# of the [Windows-classic-samples](https://github.com/Microsoft/Windows-classic-samples) using [Vanara](https://github.com/dahall/Vanara) libraries.## Project Intent
* Test and validate that the structures, methods and interfaces in Vanara using known code and outcomes.
* Demonstrate the use of the Vanara libraries in a side-by-side model with the native C++ code.
* Exposed gaps in the Vanara libraries for future development.