karenpayneoregon
Microsoft MVP: My passion is to teach and deliver that business requires for web or desktop solutions. Avid sport car driver
Oregon USA
karenpayneoregon's Stars
git-tips/tips
Most commonly used git tips and tricks.
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
twbs/icons
Official open source SVG icon library for Bootstrap.
dotnet/command-line-api
Command line parsing, invocation, and rendering of terminal output.
nakupanda/bootstrap3-dialog
Make use of Twitter Bootstrap's modal more monkey-friendly.
mganss/HtmlSanitizer
Cleans HTML to avoid XSS attacks
dotnet-outdated/dotnet-outdated
A .NET Core global tool to display and update outdated NuGet packages in a project
tomakita/Colorful.Console
Style your .NET console output!
GregFinzer/Compare-Net-Objects
What you have been waiting for :+1: Perform a deep compare of any two .NET objects using reflection. Shows the differences between the two objects.
MisterJames/GenFu
GenFu is a library you can use to generate realistic test data. It is composed of several property fillers that can populate commonly named properties through reflection using an internal database of values or randomly created data. You can override any of the fillers, give GenFu hints on how to fill them.
twcclegg/libphonenumber-csharp
Offical C# port of https://github.com/googlei18n/libphonenumber
quamotion/dotnet-packaging
Extensions for the .NET Core CLI which help packaging and publishing .NET Core applications
RickStrahl/Westwind.AspnetCore.LiveReload
ASP.NET Core Live Reload Middleware that monitors file changes in your project and automatically reloads the browser's active page
microsoft/MSBuildSdks
MSBuild project SDKs
kthompson/glob
A C# Glob library for .NET and .NET Core.
TechieGuy12/FileWatcher
A file and folder monitor that can send notifications, perform actions, or execute a command when a file or folder is changed.
sapientcoder/CabMaker
CabMaker is a free Windows desktop tool that lets you quickly package up an entire folder of files (including subfolders) into a .cab file.
GedMarc/bootstrap4-dialog
bootstrap4 compatible modal dialog based on nakupanda.github.io/bootstrap3-dialog
andrewlock/CommonPasswordsValidator
Implementations of ASP.NET Core Identity IPasswordValidators that verify the provided password is not one of the most common passwords.
jdtcn/RuntimeEfCore
Roslyn & Ef core: create DbContext in runtime
mansellan/clickonce
ClickOnce packager
jeremybytes/understanding-async-programming
Slides and code samples for "Understanding Asynchronous Programming in C#" virtual training.
thirstyape/Easy-Password-Validator
This project was created to provide an easy to use and configurable password validation library. If the default configuration is sufficient for your needs the library can be used out of the box without further setup. However, if you have specific validation needs you can alter the library configuration settings and also provide custom validation methods. There are two parts to this library: score checking and validation testing. Testing a password will perform both actions. The score checking will provide an overall score to a password which is the sum of all test scores. The validation testing will return whether a password passed or failed the tests.
farosch/DgvFilterPopup
A flexible library to add filtering capabilities to a DataGridView
reedyrm/backgroundworkerexample
Example of .NET Core Service Worker
dwcullop/BuildInfo
A quick and easy way to automate programmatic access to import build information such as build date in your DotNet / C# projects
Dixin/System.Linq.IndexRange
LINQ operators to enable C# 8.0 index and range new features working with LINQ queries and any type that implements IEnumerable<T>.
panoramicdata/PanoramicData.ConsoleExtensions
Extensions for the System.Console namespace
aliencube/MVP-Contributions-Update-for-Lazy-MVPs
This provides a set of Azure Logic Apps for Microsoft MVPs to upload their contributions easier
IEvangelist/commandline
The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support