Sergio0694
Senior Software Engineer @microsoft, working on the Microsoft Store app for Windows. .NET Community Toolkit lead. .NET Foundation member, former Microsoft MVP.
@microsoftRedmond, United States
Pinned Repositories
dotnet
.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation.
WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
BinaryPack
The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation
Brainf_ckSharp
A complete and full-featured Brainf_ck IDE/console for Windows 10 (UWP), with a high-performance REPL interpreter
ComputeSharp
A .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated HLSL compute and pixel shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀
NeuralNetwork.NET
A TensorFlow-inspired neural network library built from scratch in C# 7.3 for .NET Standard 2.0, with GPU support through cuDNN
PolySharp
PolySharp provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel. Add a reference, set your C# version to latest and have fun! 🚀
privatelike
An attribute, generator and analyzer to declare "private-like" types in C# (internal but producing errors if not used as if they were declared as private)
ReflectionToIL
A demonstration and benchmark of different approaches to load closure fields using reflection and dynamic code generation
UICompositionAnimations
A powerful and easy to use library to work with Composition and XAML animations and Win2D effects
Sergio0694's Repositories
Sergio0694/ComputeSharp
A .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated HLSL compute and pixel shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀
Sergio0694/PolySharp
PolySharp provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel. Add a reference, set your C# version to latest and have fun! 🚀
Sergio0694/NeuralNetwork.NET
A TensorFlow-inspired neural network library built from scratch in C# 7.3 for .NET Standard 2.0, with GPU support through cuDNN
Sergio0694/BinaryPack
The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation
Sergio0694/Brainf_ckSharp
A complete and full-featured Brainf_ck IDE/console for Windows 10 (UWP), with a high-performance REPL interpreter
Sergio0694/privatelike
An attribute, generator and analyzer to declare "private-like" types in C# (internal but producing errors if not used as if they were declared as private)
Sergio0694/Win2DSample
A simple and minimal Win2D sample in an unpackaged Win32 app
Sergio0694/ambie
A simple, elegant white noise app for Xbox and Windows
Sergio0694/devhome
Windows Dev Home Application
Sergio0694/reactive
The Reactive Extensions for .NET
Sergio0694/AutoConstructor
C# source generator that generates a constructor from readonly fields in a class
Sergio0694/DNNE
Prototype native exports for a .NET Assembly.
Sergio0694/preview-uwp-support-for-dotnet9
This repo contains tooling assets for the preview UWP support for .NET 9
Sergio0694/rt-sz
Repo to measure size impact of pull requests in the dotnet/runtime repo
Sergio0694/sqlite-net
Simple, powerful, cross-platform SQLite client and ORM for .NET
Sergio0694/testfx
MSTest framework and adapter
Sergio0694/Vortice.Win32
Low level .NET bindings for Win32 Api.
Sergio0694/CommunityToolkit
Sergio0694/CsWinRT
C# language projection for the Windows Runtime
Sergio0694/docs
This repository contains .NET Documentation.
Sergio0694/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
Sergio0694/ReswPlus
Unleash your resw files with this Visual Studio extension: auto generation of strongly typed static properties, support of pluralization, strongly typed string formatting, etc...
Sergio0694/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
Sergio0694/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
Sergio0694/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
Sergio0694/sdk-api
Public contributions for win32 API documentation
Sergio0694/terrafx.interop.windows
Interop bindings for Windows.
Sergio0694/Win2D
Win2D is an easy-to-use Windows Runtime API for immediate mode 2D graphics rendering with GPU acceleration. It is available to C#, C++ and VB developers writing apps for the Windows Universal Platform (UWP). It utilizes the power of Direct2D, and integrates seamlessly with XAML and CoreWindow.
Sergio0694/WindowsCommunityToolkitDocs
Sergio0694/XamlBehaviors
This is the official home for UWP XAML Behaviors on GitHub.