# 静态类型语言
# Flag
- 动态类型语言:运行时确定数据类型。
- 静态类型语言:编译时确定数据类型。
- 强类型语言:不允许隐式转换。
- 弱类型语言:允许隐式转换。
# Rust
- https://github.com/topics/rust (opens new window)
- https://github.com/awesome-rust-com (opens new window)
- https://github.com/rust-unofficial/awesome-rust (opens new window)
- https://github.com/zzy/awesome-rust-zh-cn (opens new window)
- https://github.com/rust-lang (opens new window)
- https://github.com/rust-lang-nursery (opens new window)
- https://github.com/rust-embedded (opens new window)
- https://github.com/integer32llc (opens new window)
- https://github.com/rust-zh/faq (opens new window)
- https://github.com/longfangsong/rustc-dev-guide-cn (opens new window)
- https://github.com/rust-hosted-langs (opens new window)
- https://github.com/jondot/rust-how-do-i-start (opens new window)
rustup default stable-x86_64-pc-windows-gnu
使gnu(依赖于GNU/MinGW-w64)成为默认工具链
- https://github.com/ZhangHanDong/tao-of-rust-codes (opens new window)
- https://github.com/tomassedovic/roguelike-tutorial (opens new window)
- Rust语言圣经 https://github.com/sunface/rust-course (opens new window)
- https://github.com/LukeMathWalker/zero-to-production (opens new window)
- https://github.com/phil-opp/blog_os (opens new window)
- https://learnku.com/rust/docs (opens new window)
- Rust - 花落花开 (opens new window)
- http://www.telihai.com (opens new window)
- https://budshome.com (opens new window)
- https://github.com/QMHTMY/RustBook (opens new window)
- https://github.com/xuesongbj/Rust-Notes (opens new window)
- 练习 https://github.com/sunface/rust-by-practice (opens new window)
- program - 分类 - kirito's blog (opens new window)
- 归档 | Jackeyzhe (opens new window)
第三方依赖
- https://crates.io/crates (opens new window)
- https://gitlab.com/crates.rs (opens new window)
- https://github.com/rust-analyzer (opens new window)
- https://github.com/rustcc/awesome-rust (opens new window)
- https://github.com/rust-fuzz (opens new window)
- https://github.com/servo (opens new window)
- https://github.com/unicode-rs (opens new window)
- https://github.com/Manishearth (opens new window)
- https://github.com/dtolnay (opens new window)
- HTTP https://github.com/abonander (opens new window)
- 数据结构 https://github.com/serde-rs (opens new window)
- https://github.com/erickt (opens new window)
- 时间 https://github.com/time-rs (opens new window)
- WEB https://github.com/nickel-org (opens new window)
- https://github.com/marshallpierce (opens new window)
- 渲染 https://github.com/gfx-rs (opens new window)
- https://github.com/EmbarkStudios (opens new window)
- https://github.com/spacejam (opens new window)
- https://github.com/flamegraph-rs (opens new window)
- https://github.com/void-rs (opens new window)
- https://github.com/smol-rs (opens new window)
- https://github.com/knurling-rs (opens new window)
- https://github.com/probe-rs (opens new window)
- https://github.com/stm32-rs (opens new window)
- https://github.com/stepfunc (opens new window)
- https://github.com/rust-iot (opens new window)
- https://github.com/nix-rust (opens new window)
- https://github.com/mesalock-linux/mesalink (opens new window)
- https://github.com/ctz/rustls (opens new window)
- https://github.com/briansmith/webpki (opens new window)
- https://github.com/briansmith/ring (opens new window)
- 国际化i18n https://github.com/unicode-org/icu4x (opens new window)
- https://github.com/atroche/rust-headless-chrome (opens new window)
- https://github.com/svenstaro/miniserve (opens new window)
- https://github.com/local-group (opens new window)
- https://github.com/staktrace/quoted-printable (opens new window)
- UI https://github.com/rust-windowing (opens new window)
- https://github.com/imgui-rs (opens new window)
- https://github.com/gabdube/native-windows-gui (opens new window)
- https://github.com/linebender/druid (opens new window)
- 文件系统 https://github.com/zboxfs/zbox (opens new window)
- 游戏引擎 https://github.com/PistonDevelopers/piston (opens new window)
- https://github.com/amethyst (opens new window)
- 搜索算法 https://github.com/hora-search/hora (opens new window)
- https://github.com/meilisearch/MeiliSearch (opens new window)
- web https://github.com/deislabs/wagi (opens new window)
- https://github.com/iron/iron (opens new window)
- https://github.com/longfangsong/rs-rtt (opens new window)
- https://github.com/actix (opens new window)
- https://github.com/http-rs (opens new window)
- https://github.com/tower-rs (opens new window)
- https://github.com/flibrary/sails (opens new window)
- https://github.com/SergioBenitez/Rocket (opens new window)
- https://github.com/hyperium (opens new window)
- https://github.com/seanmonstar/warp (opens new window)
- https://github.com/alexcrichton/curl-rust (opens new window)
- 静态文件服务器 https://github.com/ttys3/static-server (opens new window)
- 媒体文件管理 https://github.com/Dusk-Labs/dim (opens new window)
- 直播服务器 https://github.com/harlanc/xiu (opens new window)
- CLI日志 https://github.com/LukeMathWalker/bunyan (opens new window)
- 命令行 https://github.com/ndaba1/cmder (opens new window)
- 并发 https://github.com/ur0/lolcat (opens new window)
- 权限 https://github.com/w4/chartered (opens new window)
- 异步 https://github.com/tokio-rs (opens new window)
- 并发Map https://github.com/xacrimon/dashmap (opens new window)
- 正则搜索文件 https://github.com/BurntSushi/ripgrep (opens new window)
- https://github.com/acheronfail/repgrep (opens new window)
- 参数解析器 https://github.com/clap-rs/clap (opens new window)
- GPS https://github.com/frafra/frakegps (opens new window)
- 音量控制 https://github.com/prixt/soundsense-rs (opens new window)
- 压缩 https://github.com/Freaky/Compactor (opens new window)
- 随机数 https://github.com/rust-random (opens new window)
- 数字 https://github.com/rust-num (opens new window)
- 宏判断 https://github.com/alexcrichton/cfg-if (opens new window)
- 位枚举 https://github.com/bitflags/bitflags (opens new window)
- 反向代理 https://github.com/sozu-proxy (opens new window)
- https://github.com/cloudflare/boringtun (opens new window)
- 通用数组 https://github.com/fizyk20/generic-array (opens new window)
- ORM https://github.com/SeaQL/sea-orm (opens new window)
- SQL缓存 https://github.com/readysettech/readyset (opens new window)
- 全文搜索 https://github.com/zhihu/rucene (opens new window)
- 编辑器 https://github.com/xi-editor (opens new window)
- 分配器 https://github.com/gnzlbg/jemallocator (opens new window)
- https://github.com/alexcrichton/dlmalloc-rs (opens new window)
- https://github.com/fitzgen/bumpalo (opens new window)
- https://github.com/bitvecto-rs (opens new window)
- 哈希 https://github.com/tkaitchuck/ahash (opens new window)
- https://github.com/servo/rust-fnv (opens new window)
- TLS https://github.com/sfackler/rust-native-tls (opens new window)
- https://github.com/steffengy/schannel-rs (opens new window)
- https://github.com/kornelski/rust-security-framework (opens new window)
- https://github.com/sfackler/rust-openssl (opens new window)
- 串口 https://github.com/dcuddeback/serial-rs (opens new window)
- https://gitlab.com/susurrus/serialport-rs (opens new window)
- https://github.com/serialport (opens new window)
- https://github.com/berkowski/mio-serial (opens new window)
- https://github.com/berkowski/tokio-serial (opens new window)
- JSON https://github.com/jmespath/jmespath.rs (opens new window)
- LLVM https://github.com/TheDan64/inkwell (opens new window)
- https://github.com/llvmenv (opens new window)
- 音乐播放器 https://github.com/jpochyla/miniaudio-rs (opens new window)
- 高效存储二进制 https://github.com/elfshaker/elfshaker (opens new window)
- Python解释器 https://github.com/RustPython (opens new window)
- https://github.com/a5huynh/defender-game (opens new window)
- https://github.com/Yinet-project (opens new window)
- 匿名 https://github.com/darkrenaissance/darkfi (opens new window)
- 下载apk工具 https://github.com/EFForg/apkeep (opens new window)
- 下载网站内容 https://github.com/Skallwar/suckit (opens new window)
- 重命名目录或文件 https://github.com/ismaelgv/rnr (opens new window)
- Warp和Yew写博客 https://github.com/songday/blog-rs (opens new window)
- Spotify客户端 https://github.com/jpochyla/psst (opens new window)
- ANSI终端上控制颜色和格式 https://github.com/ogham/rust-ansi-term (opens new window)
- 编程语言 https://github.com/vrtbl/passerine (opens new window)
- Node.js模块绑定 https://github.com/neon-bindings/neon (opens new window)
- 游戏 https://github.com/project-slippi/Ishiiruka (opens new window)
# C++
- https://github.com/topics/cpp (opens new window)
- https://github.com/fffaraz/awesome-cpp (opens new window)
- http://www.cplusplus.com (opens new window)
- https://zh.cppreference.com (opens new window)
- 开放标准 https://www.open-std.org (opens new window)
- https://github.com/microsoft/STL (opens new window)
- https://www.stroustrup.com (opens new window)
- C++那些事 https://github.com/Light-City/CPlusPlusThings (opens new window)
- https://isocpp.org (opens new window)
- https://www.reddit.com/r/cpp (opens new window)
- 基础知识 https://github.com/huihut/interview (opens new window)
- https://github.com/isocpp/CppCoreGuidelines (opens new window)
- https://github.com/changkun/modern-cpp-tutorial (opens new window)
- https://github.com/Alinshans/MyTinySTL (opens new window)
- 学习路线图 https://github.com/salmer/CppDeveloperRoadmap (opens new window)
- https://github.com/CDDSCLab/training-plan (opens new window)
- https://github.com/changgyhub/leetcode_101 (opens new window)
- https://github.com/soulmachine/leetcode (opens new window)
- C/C++串口通信原理及读写与操作 (opens new window)
- 浅谈The C++ Executors (opens new window)
- IDE https://www.jetbrains.com/zh-cn/products/#lang=cpp (opens new window)
- https://sourceforge.net/projects/codeblocks (opens new window)
- https://sourceforge.net/projects/codelite (opens new window)
- https://github.com/qt-creator/qt-creator (opens new window)
- https://projects.eclipse.org/projects/tools.cdt (opens new window)
- https://www.codeblocks.org (opens new window)
第三方依赖
- https://github.com/abseil/abseil-cpp (opens new window)
- 微服务 https://github.com/TarsCloud (opens new window)
- 包管理 https://github.com/microsoft/vcpkg (opens new window)
- https://github.com/ericniebler/range-v3 (opens new window)
- https://github.com/electronicarts/CnC_Remastered_Collection (opens new window)
- UI https://github.com/ocornut/imgui (opens new window)
- https://github.com/cimgui/cimgui (opens new window)
- https://github.com/KDAB (opens new window)
- https://github.com/woboq (opens new window)
- https://github.com/LanceMoe/ToyBrowser (opens new window)
- https://github.com/Bringer-of-Light/Qt-Nice-Frameless-Window (opens new window)
- Vulkan https://github.com/KhronosGroup (opens new window)
- 2D和3D跨平台 https://github.com/godotengine/godot (opens new window)
- 3D https://github.com/FlaxEngine/FlaxEngine (opens new window)
- https://github.com/o3de/o3de (opens new window)
- https://github.com/assimp/assimp (opens new window)
- 2D/PDF https://github.com/google/skia (opens new window)
- https://github.com/JoeyDeVries/LearnOpenGL (opens new window)
- https://github.com/TheCherno/Hazel (opens new window)
- 图像元数据 https://github.com/Exiv2/exiv2 (opens new window)
- https://github.com/bulletphysics/bullet3 (opens new window)
- PNG https://github.com/lvandeve/lodepng (opens new window)
- XML https://github.com/zeux/pugixml (opens new window)
- HTML https://github.com/csb6/html-plus-plus (opens new window)
- web https://github.com/qinguoyi/TinyWebServer (opens new window)
- https://github.com/sogou/workflow (opens new window)
- https://github.com/jpbarrette/curlpp (opens new window)
- 分布式网络框架 https://github.com/Bwar/Nebula (opens new window)
- 分析调试测试器 https://github.com/dfeneyrou/palanteer (opens new window)
- 实时视频 https://github.com/ossrs/srs (opens new window)
- https://github.com/ossrs/srs (opens new window)
- 流媒体 https://github.com/rgaufman/live555 (opens new window)
- https://github.com/Kurento/kurento-media-server (opens new window)
- 单元测试 https://github.com/catchorg/Catch2 (opens new window)
- https://github.com/google/googletest (opens new window)
- https://github.com/boostorg (opens new window)
- 压缩 https://github.com/lemire/SIMDCompressionAndIntersection (opens new window)
- https://github.com/lemire/FastPFor (opens new window)
- JSON https://github.com/simdjson/simdjson (opens new window)
- https://github.com/nlohmann/json (opens new window)
- 加密 https://github.com/weidai11/cryptopp (opens new window)
- 正则 https://github.com/google/re2 (opens new window)
- 格式化 https://github.com/fmtlib (opens new window)
- Windows托盘图标 https://github.com/mceSystems/node-windows-trayicon (opens new window)
- grep替代 https://github.com/Genivia/ugrep (opens new window)
- 字体参考线 https://github.com/google/woff2 (opens new window)
- 拼写检查 https://github.com/hunspell (opens new window)
- 捕获音频 https://github.com/bozbez/win-capture-audio (opens new window)
- 跨平台串口 https://github.com/itas109/CSerialPort (opens new window)
- 配置文件 https://github.com/Nomango/configor (opens new window)
- 文件监视器 https://github.com/facebook/watchman (opens new window)
- Windows控制台程序通信 https://github.com/rprichard/winpty (opens new window)
- SQL查询 https://github.com/anse1/sqlsmith (opens new window)
- 管理安装和更新Windows应用 https://github.com/Squirrel/Squirrel.Windows (opens new window)
- 单元测试 https://github.com/banditcpp/bandit (opens new window)
- 构建语言运行时 https://github.com/eclipse/omr (opens new window)
- HTML转换为PDF https://github.com/wkhtmltopdf (opens new window)
- 分析器 https://github.com/bombomby/optick (opens new window)
- NTLM中继工具 https://github.com/CCob/lsarelayx (opens new window)
- 无线电应用 https://github.com/cjcliffe (opens new window)
- https://github.com/pothosware (opens new window)
- Python绑定 https://github.com/pybind (opens new window)
- 自动驾驶 https://gitlab.com/autowarefoundation/autoware.auto (opens new window)
- https://github.com/chipsalliance (opens new window)
- 查找和替换文本 https://github.com/lionello/fart-it (opens new window)
- 模拟天文 https://github.com/Stellarium/stellarium (opens new window)
# C
- 包管理器 https://github.com/clibs (opens new window)
- C/C++包管理器 https://github.com/conan-io/conan (opens new window)
- 学习 https://github.com/gatieme/AderXCoding (opens new window)
- https://github.com/tangtangcoding/C-C- (opens new window)
- https://github.com/SolerHo/CprimerPlus-6e-Notes (opens new window)
- https://www.tutorialspoint.com/cprogramming (opens new window)
- C语言内存泄露很严重,如何应对? (opens new window)
- C语言串口通信,自动连接设备 (opens new window)
- C 串口通迅(COM Serial TEST) (opens new window)
- C语言实现串口通信 (opens new window)
- http://www.teuniz.net/RS-232 (opens new window)
- C/C++编程学习殿堂 (opens new window)
编译器
- https://www.gnu.org/software/make (opens new window)
- https://github.com/Kitware/CMake (opens new window)
- https://github.com/llvm/llvm-project (opens new window)
- https://github.com/mstorsjo/llvm-mingw (opens new window)
- https://github.com/clangd/clangd (opens new window)
- https://github.com/gcc-mirror/gcc (opens new window)
- https://github.com/Rust-GCC (opens new window)
- https://github.com/ninja-build/ninja (opens new window)
- https://github.com/mesonbuild/meson (opens new window)
- 通用构建工具 https://github.com/autotools-mirror/automake (opens new window)
- https://github.com/SCons/scons (opens new window)
- 自动构建 https://github.com/buildbot/buildbot (opens new window)
第三方依赖
- https://github.com/ImpulseAdventure/GUIslice-Builder (opens new window)
- https://github.com/DaveGamble/cJSON (opens new window)
- 压缩 https://github.com/madler/zlib (opens new window)
- https://github.com/lemire/simdcomp (opens new window)
- http://gailly.net (opens new window)
- https://zlib.net (opens new window)
- https://github.com/zlib-ng/zlib-ng (opens new window)
- https://sourceforge.net/projects/libpng (opens new window)
- http://www.winimage.com/zLibDll (opens new window)
- https://www.gnu.org/software/gzip (opens new window)
- https://sourceforge.net/projects/infozip (opens new window)
- https://github.com/facebook/zstd (opens new window)
- https://github.com/Cyan4973/FiniteStateEntropy (opens new window)
- 标准库 http://musl.libc.org (opens new window)
- 钩子 https://github.com/jmpews/Dobby (opens new window)
- https://github.com/canonical/raft (opens new window)
- 提高分辨率 https://github.com/GPUOpen-Effects/FidelityFX-FSR (opens new window)
- https://github.com/ithewei/libhv (opens new window)
- https://github.com/libevent/libevent (opens new window)
- https://github.com/enki/libev (opens new window)
- https://github.com/libuv/libuv (opens new window)
- OpenGL https://github.com/anholt/libepoxy (opens new window)
- https://github.com/libsdl-org/SDL (opens new window)
- 2D https://www.cairographics.org (opens new window)
- 3D https://github.com/blender (opens new window)
- https://github.com/ebassi/graphene (opens new window)
- 图片处理 https://github.com/kohler/gifsicle (opens new window)
- https://github.com/libjpeg-turbo (opens new window)
- http://ijg.org (opens new window)
- https://gitlab.gnome.org/GNOME/gimp (opens new window)
- https://github.com/phoboslab/qoi (opens new window)
- https://sourceforge.net/projects/giflib (opens new window)
- https://gitlab.com/libtiff (opens new window)
- https://sourceforge.net/projects/gnuwin32 (opens new window)
- https://github.com/LibRaw (opens new window)
- PCI https://github.com/pciutils/pciutils (opens new window)
- HTTP https://github.com/mirror/wget (opens new window)
- https://github.com/curl/curl (opens new window)
- 解析json工具 https://github.com/stedolan/jq (opens new window)
- 转换位图图像 https://github.com/ImageMagick (opens new window)
- Markdown https://github.com/commonmark/cmark (opens new window)
- https://github.com/MDeiml/tree-sitter-markdown (opens new window)
- PDF https://github.com/ArtifexSoftware (opens new window)
- 加密 https://github.com/bitcoin-core/secp256k1 (opens new window)
- https://github.com/apache/apr (opens new window)
- https://github.com/B-Con/crypto-algorithms (opens new window)
- Base64 https://github.com/jwerle/b64.c (opens new window)
- 嵌入式GUI https://github.com/lvgl (opens new window)
- https://github.com/SiliconLabs (opens new window)
- https://gitlab.com/lambdachip (opens new window)
- emWin www.segger.com/products/user-interface/emwin
- TouchGFX https://www.st.com/content/st_com/zh/ecosystems/stm32-graphic-user-interface.html (opens new window)
- MiniGUI https://github.com/VincentWei (opens new window)
- https://gitee.com/rtthread (opens new window)
- https://github.com/fltk (opens new window)
- https://github.com/ghaerr/microwindows (opens new window)
- USB/HID https://github.com/libusb (opens new window)
- https://sourceforge.net/projects/libusbk (opens new window)
- https://sourceforge.net/projects/libusb-win32 (opens new window)
- https://github.com/pbatard (opens new window)
- https://github.com/kevinmehall (opens new window)
- 代码搜索工具 https://github.com/ggreer/the_silver_searcher (opens new window)
- 解析xml https://github.com/libexpat/libexpat (opens new window)
- JSON https://github.com/json-parser/json-parser (opens new window)
- 沙盒技术 https://github.com/plsyssec (opens new window)
- 哈希表 https://github.com/tidwall/hashmap.c (opens new window)
- 键盘映射 https://github.com/xkbcommon/libxkbcommon (opens new window)
- 抓包 https://github.com/ehids/ecapture (opens new window)
- 配置文件 https://github.com/vstakhov/libucl (opens new window)
- 集合 https://github.com/ivanseidel/LinkedList (opens new window)
媒体处理
- https://github.com/topics/fft (opens new window)
- https://github.com/topics/ffmpeg (opens new window)
- https://github.com/topics/mpeg (opens new window)
- https://github.com/topics/mp4 (opens new window)
- https://www.videolan.org/projects (opens new window)
- https://github.com/webrtc (opens new window)
- https://github.com/bilibili/ijkplayer (opens new window)
- 音乐可视化 https://github.com/projectM-visualizer/projectm (opens new window)
- https://github.com/FFmpeg/FFmpeg (opens new window)
- https://github.com/BtbN/FFmpeg-Builds (opens new window)
- https://github.com/ShiftMediaProject/FFmpeg (opens new window)
- https://github.com/ashellunts/ffmpeg-to-webrtc (opens new window)
- https://gitlab.freedesktop.org/gstreamer/gstreamer (opens new window)
- https://medlexo.ml/cn.php (opens new window)
- https://github.com/HandBrake/HandBrake (opens new window)
- 跨平台音乐制作 https://github.com/LMMS/lmms (opens new window)
- https://github.com/free-audio/clap (opens new window)
- 音频编辑器 https://github.com/audacity/audacity (opens new window)
- 音频分割器 https://github.com/idlesign/deflacue (opens new window)
- https://github.com/taglib/taglib (opens new window)
- https://github.com/awwbees/BespokeSynth (opens new window)
- https://github.com/smasherprog/screen_capture_lite (opens new window)
- 音频和视频流 https://github.com/RidgeRun/gstd-1.x (opens new window)
- https://www.xiph.org (opens new window)
- https://github.com/mackron/miniaudio (opens new window)
- 解码Silk v3 https://github.com/kn007/silk-v3-decoder (opens new window)
其他
- 反汇编: C32asm、MYCCL、OD、IDA、softICE、WinDbg
- https://github.com/x64dbg/x64dbg (opens new window)
- https://github.com/jas502n/IDA_Pro_7.2 (opens new window)
- https://github.com/gaasedelen/lighthouse (opens new window)
- 性能工具 https://github.com/HPCToolkit/hpctoolkit (opens new window)
- https://github.com/jonasmr/microprofile (opens new window)
- 模糊测试 https://github.com/AFLplusplus/AFLplusplus (opens new window)
- https://github.com/google/honggfuzz (opens new window)
- https://github.com/google/AFL (opens new window)
- HTTP测试 https://github.com/wg/wrk (opens new window)
- 超级马里奥64 https://github.com/n64decomp (opens new window)
- 塞尔达传说时之笛 https://github.com/zeldaret (opens new window)
- https://github.com/PCSX2/pcsx2 (opens new window)
- 密码恢复工具 https://github.com/hashcat/hashcat (opens new window)
C语言的编译器有很多种,不同的平台下有不同的编译器
- Windows 下常用的是微软开发的 Visual C++(MSVC)、Clang、CMake 或 MS Build;
- Linux 下常用的是 GUN 组织开发的 GCC,很多 Linux 发行版都自带 GCC;
- Mac 下常用的是 LLVM/Clang,它被集成在 Xcode 中(Xcode 以前集成的是 GCC,后来由于 GCC 的不配合才改为 LLVM/Clang,LLVM/Clang 的性能比 GCC 更加强大)。
Visual C++(简称 MSVC)是由微软开发的,只能用于 Windows 操作系统;GCC 和 LLVM Clang 除了可用于 Windows 操作系统之外,主要用于 Unix/Linux 操作系统。
# dotnet/CSharp
- https://github.com/dotnet-foundation (opens new window)
- https://github.com/dotnet (opens new window)
- https://dotnet.microsoft.com (opens new window)
- https://dotnet.microsoft.com/download/dotnet-framework (opens new window)
- 包管理 https://docs.microsoft.com/zh-cn/nuget (opens new window)
- https://github.com/NuGetPackageExplorer (opens new window)
- https://github.com/microsoft/WindowsAppSDK (opens new window)
- https://github.com/dotnetcore (opens new window)
- https://github.com/AdrienTorris/awesome-blazor (opens new window)
- https://referencesource.microsoft.com (opens new window)
- http://www.symbolsource.org/Public (opens new window)
- https://gitee.com/dotnetchina (opens new window)
- https://docs.microsoft.com/zh-cn/documentation (opens new window)
- https://developer.microsoft.com/zh-cn (opens new window)
- https://www.microsoft.com/en-us/research (opens new window)
- https://docs.microsoft.com/zh-cn/dotnet (opens new window)
- https://docs.microsoft.com/zh-cn/windows/apps/winui (opens new window)
- https://docs.microsoft.com/zh-cn/windows/apps/windows-app-sdk (opens new window)
- https://docs.microsoft.com/zh-cn/dotnet/desktop/wpf (opens new window)
- https://docs.microsoft.com/zh-cn/dotnet/desktop/winforms (opens new window)
- https://docs.microsoft.com/zh-cn/windows/win32 (opens new window)
- https://docs.microsoft.com/zh-cn/windows/win32/apiindex/windows-api-list (opens new window)
- https://www.microsoft.com/design (opens new window)
- https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor (opens new window)
- https://docs.microsoft.com/zh-cn/aspnet (opens new window)
- https://docs.microsoft.com/zh-cn/cpp (opens new window)
- 系统错误代码 https://docs.microsoft.com/zh-cn/windows/win32/debug/system-error-codes (opens new window)
- 会影响兼容性的变更 https://docs.microsoft.com/zh-cn/dotnet/core/compatibility (opens new window)
- 线路图 https://dotnet.microsoft.com/platform/support/policy/dotnet-core (opens new window)
- https://github.com/Elfocrash/.NET-Backend-Developer-Roadmap (opens new window)
MFC、WinForms、WPF、WinUI、win32、UWP(Universal Windows Platform)、PWA、xaml、maui、Blazor、ReactiveUI、Windows cummunity toolkit、Windows Template Studio
- services https://docs.microsoft.com/zh-cn/windows/win32/services (opens new window)
- 参考
golang.org/x/sys/windows/svc/security.go
- 参考
- https://docs.microsoft.com/en-us/windows/win32/api/winreg/nf-winreg-regsetkeysecurity (opens new window)
- https://github.com/microsoft/Windows-universal-samples (opens new window)
- UI https://github.com/microsoft/microsoft-ui-xaml (opens new window)
- A/B https://github.com/thebookisclosed/ViVe (opens new window)
- USB https://docs.microsoft.com/zh-cn/windows-hardware/drivers/usbcon (opens new window)
- IDE https://visualstudio.microsoft.com/zh-hans/vs (opens new window)
2022 Enterprise(企业版) VHF9H-NXBBB-638P6-6JHCY-88JWH 2022 Professional(专业版) TD244-P4NB7-YQ6XK-Y8MMM-YWV2J 2019 Enterprise(企业版) BF8Y8-GN2QH-T84XB-QVY3B-RC4DF 2019 Professional(专业版) NYWVH-HT4XC-R2WYW-9Y3CM-X4V3Y 2017 Enterprise(企业版) NJVYC-BMHX2-G77MM-4XJMR-6Q8QF 2019 Professional(专业版) KBJFW-NXHK6-W4WJM-CRMQB-G3CDH 2015 Enterprise(企业版) HM6NR-QXX7C-DFW2Y-8B82K-WTYJV 2015 Professional (专业版) HMGNV-WCYXV-X7G9W-YCX63-B98R2 2013 Ultimate(旗舰版) BWG7X-J98B3-W34RT-33B3R-JVYW9 2013 Premium(高级版) FBJVC-3CMTX-D8DVP-RTQCT-92494 2013 Professional(专业版) XDM3T-W3T3V-MGJWK-8BFVD-GVPKY 2012 Ultimate(旗舰版) YKCW6-BPFPF-BT8C9-7DCTH-QXGWC 2012 Premium(高级版) MH2FR-BC9R2-84433-47M63-KQVWC 2012 Professional(专业版) 4D974-9QX42-9Y43G-YJ7JG-JDYBP VS2010旗舰版、专业版和高级版 YCFHQ-9DWCY-DKV88-T2TMH-G7BHP
- https://www.jetbrains.com/zh-cn/products/#tech=dotnet (opens new window)
- https://visualstudio.microsoft.com/zh-hans/visual-cpp-build-tools (opens new window)
Microsoft Visual C++ Build Tools (opens new window)- 运行库MSVC Microsoft Visual C++ (opens new window)
- https://github.com/abbodi1406/vcredist (opens new window)
- https://hub.fastgit.org/abbodi1406/vcredist (opens new window)
- https://github.wuyanzheshui.workers.dev/abbodi1406/vcredist (opens new window)
- https://www.lanzoui.com/b143614 (opens new window)
- https://pan.lanzoui.com/b0f1dlg3a (opens new window)
- https://www.lanzoui.com/b00zbq8ne (opens new window)
- 代码风格 https://github.com/DotNetAnalyzers/StyleCopAnalyzers (opens new window)
- https://github.com/luoyunchong/lin-cms-dotnetcore (opens new window)
- https://github.com/WilliamXu96/ABP-MicroService (opens new window)
- https://github.com/davidfowl/AspNetCoreDiagnosticScenarios (opens new window)
- 反编译 https://github.com/dnSpy/dnSpy (opens new window)
- https://github.com/icedland/iced (opens new window)
- https://github.com/sailro/Reflexil (opens new window)
- https://www.red-gate.com/products/dotnet-development/reflector (opens new window)
- 反混淆 https://github.com/SychicBoy/NetReactorSlayer (opens new window)
- 加壳 themida https://www.oreans.com (opens new window)
- https://www.eziriz.com/dotnet_reactor.htm (opens new window)
- https://www.preemptive.com/products/dotfuscator (opens new window)
- DNGuard http://www.dnguard.net (opens new window)
- https://vmpsoft.com (opens new window)
- https://github.com/eaglx/VMPROTECT (opens new window)
- 拦截系统时间API https://github.com/malaohu/RunAsDate (opens new window)
https://www.v2ex.com/t/814028 https://v2ex.com/t/801891 .net框架和Csharp 简介 (opens new window)
第三方依赖包
- https://github.com/MonkSoul (opens new window)
- https://github.com/novotnyllc (opens new window)
- https://github.com/reactiveui (opens new window)
- https://github.com/xunit (opens new window)
- https://github.com/adamralph (opens new window)
- https://github.com/aspinsiders (opens new window)
- https://github.com/CommunityToolkit (opens new window)
- https://github.com/clairernovotny (opens new window)
- https://github.com/withsalt (opens new window)
- 测试 https://github.com/rahulrathore44/RestSharpFramework (opens new window)
- https://github.com/TestStack (opens new window)
- https://github.com/FlaUI (opens new window)
- 权限 https://github.com/IdentityServer/IdentityServer4 (opens new window)
- https://github.com/AzureAD (opens new window)
- 断言 https://github.com/fluentassertions (opens new window)
- 导入导出 https://github.com/dotnetcore/Magicodes.IE (opens new window)
- HTTP https://github.com/reactiveui/refit (opens new window)
- https://github.com/restsharp/RestSharp (opens new window)
- https://github.com/hiram3512/HiSocket (opens new window)
- 工具 https://github.com/bing-framework/Bing.NetCore (opens new window)
- https://github.com/Senparc/Senparc.CO2NET (opens new window)
- https://github.com/icsharpcode (opens new window)
- Web框架 https://github.com/abpframework/abp (opens new window)
- https://github.com/ModernFlyouts-Community/ModernFlyouts (opens new window)
- https://github.com/openhardwaremonitor/openhardwaremonitor (opens new window)
- https://github.com/exceptionless (opens new window)
- https://github.com/ardalis/CleanArchitecture (opens new window)
- 微服务 https://github.com/AlphaYu/Adnc (opens new window)
- https://github.com/dotnet-architecture/eShopOnDapr (opens new window)
- WPF控件 https://github.com/topics/wpf-ui (opens new window)
- https://github.com/HandyOrg/HandyControl (opens new window)
- https://github.com/AFei19911012/HandyControl (opens new window)
- https://github.com/1217950746/Arthas-WPFUI (opens new window)
- UI https://github.com/SteveSandersonMS/WebWindow (opens new window)
- https://github.com/Accelerider (opens new window)
- https://github.com/PrismLibrary/Prism (opens new window)
- https://github.com/MaterialDesignInXAML (opens new window)
- https://github.com/ScottPlot/ScottPlot (opens new window)
- https://github.com/yhuse/SunnyUI (opens new window)
- https://github.com/NetDimension/NanUI (opens new window)
- https://github.com/tryphotino (opens new window)
- https://github.com/mono/mono (opens new window)
- https://github.com/qmlnet/qmlnet (opens new window)
- https://github.com/kwwwvagaa/NetWinformControl (opens new window)
- https://github.com/mellinoe/ImGui.NET (opens new window)
- https://github.com/picoe/Eto (opens new window)
- https://github.com/AvaloniaUI (opens new window)
- https://github.com/JBildstein/SpiderEye (opens new window)
- https://github.com/IgnaceMaes/MaterialSkin (opens new window)
- https://github.com/he55/DreamScene2 (opens new window)
- https://github.com/DaZiYuan/LiveWallpaper (opens new window)
- 图表 https://github.com/Live-Charts/Live-Charts (opens new window)
- https://github.com/beto-rodriguez/LiveCharts2 (opens new window)
- 3D https://github.com/mellinoe/veldrid (opens new window)
- 检测热键点击 https://github.com/gmamaladze/globalmousekeyhook (opens new window)
- npoi https://github.com/joshcomley/Npoi.Core (opens new window)
- https://github.com/nissl-lab/npoi (opens new window)
- 爬虫 https://github.com/zhupingqi/RuiJi.Net (opens new window)
- https://github.com/BaristaLabs/chrome-dev-tools (opens new window)
- SPA https://github.com/jasontaylordev/CleanArchitecture (opens new window)
- json https://github.com/JamesNK/Newtonsoft.Json (opens new window)
- https://github.com/yswenli (opens new window)
- https://github.com/WilliamXu96/ABP-MicroService (opens new window)
- 任意窗口放大 https://github.com/Blinue/Magpie (opens new window)
- 中文姓名 https://github.com/wainshine/Chinese-Names-Corpus (opens new window)
- 任务栏奔跑的猫 https://github.com/Kyome22/RunCat_for_windows (opens new window)
- 微信SDK https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat (opens new window)
- https://github.com/ldqk/Masuit.MyBlogs (opens new window)
- 节奏游戏 https://github.com/ppy/osu (opens new window)
← 表达式和编码