Pinned Repositories
AcroFS
A tiny C# library that allows you to store millions of files as filesystem structure efficiently. Its also a persistent caching layer (FileCache) for IMemoryCache
AlphaFS
AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
cheat-sheet
Cheatsheet for commonly used tools
dapper-net-sample
Javascript-Examples
Learning-FSharp
Personal experience of learning FSharp and its tools
Magnum
A library for the larger than average .NET developer
ncommon
A framework for implementing commonly used design patterns when using Domain Driven Design
rhino-commons
Support and extension for many advance usecases
rhino-etl
Developer friendly ETL Library for .NET
xliang's Repositories
xliang/cheat-sheet
Cheatsheet for commonly used tools
xliang/AcroFS
A tiny C# library that allows you to store millions of files as filesystem structure efficiently. Its also a persistent caching layer (FileCache) for IMemoryCache
xliang/AlphaFS
AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
xliang/awesome-dotnet
A collection of awesome .NET libraries, tools, frameworks and software
xliang/awesome-dotnet-async
A curated list of awesome articles and resources to learning and practicing about async, threading, and channels in .Net platform. 😉
xliang/awesome-dotnet-tips
A curated list of awesome tips and tricks, resources, videos and articles in .net, software architecture, microservice and cloud-native
xliang/BackgroundServiceTemplate
Starting template for a windows background service using TopShelf, Quartz and Autofac.
xliang/BenchmarkExamples
A repository hold a lot of benchmarking examples.
xliang/concurrency-in-csharp-cookbook
Daily kata from Concurrency in C# Cookbook
xliang/csharpweekly
.NET C# Weekly Favorite Articles/Blogs
xliang/DemoCode
Demo code used in talks, blog posts etc
xliang/DirectoryIteration
xliang/dnGrep
Graphical GREP tool for Windows
xliang/EfficientHttpClient
Source code illustrating how to make efficient HttpClient api calls in C#
xliang/FastSearchLibrary
The multithreading library (.dll) that provides opportunity to fast find files or directories using different criteria.
xliang/Files
Building the best file manager experience for Windows
xliang/gui.cs
Console-based user interface toolkit for .NET applications.
xliang/HttpClientFactoryLite
HttpClientFactory with no baggage
xliang/LeanWork.IO.FileSystem.Watcher
Peter Meinl's implementation of a robust FileSystemWatcher
xliang/MarkdownMonster
Markdown Monster Mirror of Last "Source Open" version
xliang/Meziantou.Framework
xliang/NLog
NLog - Advanced and Structured Logging for Various .NET Platforms
xliang/NTestsRunner
NTestsRunner is a tool for running functional automated tests
xliang/NtfsDirectories
This project shows how to use the NTFS structures to get an overview of what are the biggest directories in your disk
xliang/quartznet
Quartz Enterprise Scheduler .NET
xliang/Simple.HttpClientFactory
A lightweight HttpClient factory that handles properly DNS switches and closely integrates Polly policies into the client
xliang/SimpleS3
A .NET Core implementation of Amazon's S3 API with focus on simplicity, security and performance
xliang/SQLiteCompare
Utility for comparing two SQLite database files for both structure and data
xliang/ThreeFourteen.FluentHttpClient
A comfy wrapper around HttpClient using HttpClientFactory
xliang/understanding-async-programming
Slides and code samples for "Understanding Asynchronous Programming in C#" virtual training.