Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.