为什么80%的码农都做不了架构师?>>>   hot3.png

Awesome .NET!

API

  • NancyFx - Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
  • ASP.NET WebAPI - Framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices
  • Breeze - Api framework enabling rich data access by using the OData 3 protocol. Client libraries available for Javascript and C#.
  • ServiceStack - Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
  • Nelibur - Nelibur is message based web service framework on the pure WCF. Nelibur simplifies creating high-performance and message based web services and you certainly have all the power of the WCF.
  • WebAPI Contrib - Collection of open source projects to help improve your work with ASP.NET Web API

Application Frameworks

  • ASP.NET Boilerplate - A starting point for new modern ASP.NET MVC web applications with best practices and most popular tools.
  • Orleans - Orleans is a framework that provides a straight-forward approach to building distributed high-scale computing applications, without the need to learn and apply complex concurrency or other scaling patterns
  • CoreFX - The corefx repo contains the library implementation (called "CoreFX") for .NET Core. It includes System.Collections, System.IO, System.Xml and many other components. It builds and runs on Windows. You can 'watch' the repo to see Linux and Mac support being added over the next few months.
  • CSLA .NET - business layer development framework http://cslanet.com/
  • Mono - Mono open source ECMA CLI, C# and .NET implementation
  • Mono-Addins - Mono.Addins is a generic framework for creating extensible applications, and for creating add-ins which extend those applications
  • peasy - Peasy is a middle tier framework that offers an easy to use and flexible rules engine and was designed to address common challenges such as concurrency handling, transactional support, fault tolerance, threading, scalability, async and multiple client support, and easy testability, all without a huge learning curve!
  • Spring.Net - Spring.NET is an open source application framework that makes building enterprise .NET applications easier

Application Templates

  • MVC.Template - ASP.NET MVC 5 project starter template
  • ProjectScaffold - A prototypical .NET solution recommended by the F# Foundation---includes file system setup, Paket for dependencies and FAKE for build/test automation. By default, build process also compiles documentation and generates NuGet packages.
  • Serene - Serenity is an ASP.NET MVC application platform designed to simplify and shorten development of data-centric business applications with a service based architecture. Serene is a starter template to build Serenity applications.
  • Side-Waffle - Large collection of useful templates for Web and Desktop development.
  • Template10 - Windows 10 templates with design patterns.

Artificial Intelligence

  • AIMLBot (Program#) - A small, fast, standards-compliant yet easily customizable implementation of an AIML (Artificial Intelligence Markup Language) based chatter bot in C#.
  • SIML - Synthetic Intelligence Markup Language, a next generation Chatbot & Digital Assistant Language.

Assembly Manipulation

  • dnSpy - dnSpy is a .NET assembly editor, decompiler, and debugger forked from ILSpy.
  • Fody - Extensible tool for weaving .net assemblies
  • Mono.Cecil - Cecil is a library to generate and inspect programs and libraries in the ECMA CIL form.

Assets

  • Cassette - Manages .NET web application assets (scripts, css and templates)
  • NodeAssets - Asset Manager for .net that has live css updates using SignalR and can optionally leverage NodeJS compilers
  • Bundle Transformer - Modular extension for Microsoft ASP.NET Web Optimization Framework. Its modules supports LESS, Sass, CoffeeScript, TypeScript, Mustache, Handlebars, Autoprefixer along with a bunch of different JS and CSS minifiers.
  • Bundler - Compile & Minify Less/Sass/Stylus/Css/JS/CoffeeScript/LiveScript files. Integrates with MVC and ServiceStack
  • SquishIt - Lets you easily bundle some css and javascript

Authentication and Authorization

  • ASP.NET Identity - New membership system for ASP.NET applications
  • DotNetOpenAuth - A C# implementation of the OpenID, OAuth and InfoCard protocols
  • Logibit Hawk - A F# Hawk authentication library
  • IdentityModel - Helper library for identity & access control in .NET 4.5 and MVC4/Web API.
  • IdentityServer - Extensible OAuth2 and OpenID Connect provider framework.
  • OAuth - A very lightweight library for generating OAuth 1.0a signatures written in C#

Build Automation

  • Psake - .NET-based build automation tool written in PowerShell
  • FAKE - F# Make, a cross platform build automation system
  • Invoke-Build - PowerShell build and test automation tool inspired by Psake.
  • MSBuild - The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio
  • Cake - Cake (C# Make) is a cross platform build automation system with a C# DSL.

Caching

  • CacheCow - An ASP.NET Web API HTTP caching implementation both on client and server
  • Akavache - An asynchronous, persistent key-value store
  • CacheManager - A common interface and abstraction layer for caching.

CLI

  • Command Line Parser - The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks
  • Fluent Command Line Parser - A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface
  • Power Args - PowerArgs converts command line arguments into .NET objects that are easy to program against. It also provides a ton of optional capabilities such as argument validation, auto generated usage, tab completion, and plenty of extensibility
  • UnionArgParser - Declarative CLI argument & XML configuration parser for F# applications.

CLR

  • CoreCLR - The coreclr repo contains the complete runtime implementation (called "CoreCLR") for .NET Core. It includes RyuJIT, the .NET GC, native interop and many other components. It builds and runs on Windows. You can 'watch' the repo to see Linux and Mac support being added over the next few months.

CMS

  • Composite C1 - A web CMS that focus on UX and adaptability
  • mojoPortal - MojoPortal is an extensible, cross database, mobile friendly, web content management system (CMS) and web application framework written in C# ASP.NET
  • N2CMS - Open source, lightweight, code-first CMS able to seamlessly integrate into any MVC project.
  • Orchard - Free, open source, community-focused project aimed at delivering applications and reusable components on the ASP.NET platform
  • Piranha CMS - Piranha is the fun, fast and lightweight .NET framework for developing cms-based web applications with an extra bite. It's built on ASP.NET MVC and Web Pages and is fully compatible with both Visual Studio and WebMatrix. http://piranhacms.org
  • Umbraco - Umbraco is a free open source Content Management System built on the ASP.NET platform

Code Analysis and Metrics

  • CodeMaid - Visual studio extension to cleanup, dig through and simplify C#, C++, F#, VB, PHP, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
  • StyleCop - StyleCop analyzes C# source code to enforce a set of style and consistency rules
  • Gendarme - Extensible rule-based tool to find problems in .NET applications and libraries
  • Metrics-Net - Capturing CLR and application-level metrics. So you know what's going on.
  • BenchmarkDotNet - Powerful .NET library for benchmarking.

Compiler

  • Bridge.NET - Open Source C# to JavaScript Compiler http://bridge.net/
  • ClojureCLR - A port of Clojure to the CLR, part of the Clojure project
  • F# - The F# compiler, core library and tools - a functional programming language for safer, faster, better code writing.
  • FunScript - F# to JavaScript compiler with JQuery etc. mappings through a TypeScript type provider.
  • IronScheme - R6RS Scheme compiler, runtime and many standard libraries
  • JSIL - CIL to Javascript Compiler http://jsil.org/
  • Mono-basic - Visual Basic Compiler and Runtime
  • Nemerle - Nemerle is a high-level statically-typed programming language for the .NET platform. It offers functional, object-oriented and imperative features. It has a simple C#-like syntax and a powerful meta-programming system. http://nemerle.org/About
  • Netjs - .NET to TypeScript and JavaScript compiler. Portable Class Libraries work great for this. You can even pass EXEs.
  • Roslyn - The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs. It enables building code analysis tools with the same APIs that are used by Visual Studio.
  • VisualFSharp - The Visual F# compiler and tools

Compression

  • SharpCompress - SharpCompress is a compression library for .NET/Mono/Silverlight/WP7 that can unrar, un7zip, unzip, untar unbzip2 and ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip are implemented
  • DotNetZip.Semverd - An open-source project that delivers a .NET library for handling ZIP files, and some associated tools. (fork of Unmaintained DotNetZip)
  • SharpZipLib - a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform

Continuous Integration

  • TeamCity - Ready to work, extensible and developer-friendly build server — out of the box [$]
  • CruiseControl.NET - an Automated Continuous Integration server, implemented using the .NET Framework
  • MyGet - Continuous Integration and Deployment, Hosted Package Repository for NuGet, NPM, Bower and VSIX. [Free for OSS] [$]
  • AppVeyor - .NET Continuous Integration and Deployment as a service. [$] [Free for OSS]

Cryptography

  • BouncyCastle - Together with the .Net System.Security.Cryptography, the reference implementation for cryptographic algorithms on the CLR.
  • HashLib - HashLib is a collection of nearly all hash algorithms you've ever seen, it supports almost everything and is very easy to use
  • libsodium-net - libsodium for .NET - A secure cryptographic library
  • StreamCryptor - Stream encryption & decryption with libsodium and protobuf

Database

  • BrightstarDb - BrightstarDB is a native .NET RDF triple store
  • Event Store - The open-source, functional database with Complex Event Processing in JavaScript. https://geteventstore.com
  • LiteDB - A .NET NoSQL Document Store in a single data file - http://www.litedb.org
  • RavenDB - A linq enabled document database for .NET

Database Drivers

  • MySQL Connector - Connector/Net is a fully-managed ADO.NET driver for MySQL
  • Npgsql - .Net data provider for Postgresql
  • MongoDB - Official MongoDB C# Driver
  • RethinkDb.Driver - A RethinkDB database driver in C# striving for 100% ReQL API compatibility and completeness.
  • ServiceStack Redis - .NET's leading C# Redis Client
  • StackExchange Redis - General purpose redis client from StackExchange
  • Cassandra - DataStax .NET Driver for Apache Cassandra
  • Couchbase - Official couchbase .NET client library, based on the Enyim memcached client
  • Firebird.NET - The .NET Data provider is written in C# and provides a high-performance, native implementation of the Firebird API

Datetime

  • NodaTime - Noda Time is an alternative date and time API for .NET. It helps you to think about your data more clearly, and express operations on that data more precisely. http://nodatime.org/
  • DateTimeExtensions - Common Date Time operations on the form of extensions to System.DateTime, including holidays and working days calculations on several culture locales.

Decompilation

  • ILSpy - ILSpy is the open-source .NET assembly browser and decompiler
  • JustDecompile Engine - The decompilation engine of JustDecompile

Deployment

  • Unfold - Powershell-based deployment solution for .net web applications
  • DbUp - .NET library that helps you to deploy changes to SQL Server databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date

DirectX

  • SlimDX - DirectX framework wrapper for .NET applications
  • SharpDX - SharpDX is an open-source project delivering the full DirectX API for .Net on all Windows platforms, allowing the development of high performance game, 2D and 3D graphics rendering as well as realtime sound application.

Distributed Computing

  • Orleans - Orleans is a framework that provides a straight-forward approach to building distributed high-scale computing applications, without the need to learn and apply complex concurrency or other scaling patterns. It was created by Microsoft Research.
  • Akka.net - Akka.NET is a port of the popular Java/Scala framework Akka to .NET. This is a community driven port and is not affiliated with Typesafe who makes the original Java/Scala version.

Documentation

  • Sandcastle - Sandcastle Help File Builder similar to NDoc
  • SharpDox - A c# documentation tool
  • SourceBrowser - Source browser website generator that powers http://referencesource.microsoft.com and http://source.roslyn.io
  • Swashbuckle - Seamlessly adds a swagger to WebApi projects!
  • F# Formatting - Tools for documenting F# and C# projects from F# Script files, Markdown documents and inline XML or Markdown comments

E-Commerce and Payments

  • Paypal Merchant SDK - Official Paypal Merchant SDK for .NET
  • NopCommerce - nopCommerce. Free open-source ecommerce shopping cart (ASP.NET MVC)
  • ServiceStack.Stripe - Typed .NET clients for stripe.com REST APIs
  • SmartStoreNET - Free ASP.NET MVC Ecommerce Shopping Cart Solution http://www.smartstore.com/net/en
  • Stripe.Net - Stripe.net is a full service .net api for https://stripe.com/
  • BeYourMarket - BeYourMarket is a peer-to-peer marketplace framework http://beyourmarket.com
  • Virto Commerce - Virto Commerce is the second generation release and is the only enterprise level e-commerce product fully available under Open Source license. Virto Commerce is based on .NET 4.5 with extensive use of MVC, IoC, EF, Azure, Angular JS and many other cutting edge technologies. It can be deployed in Microsoft Cloud (Azure), Amazon Web Services (AWS) and on-premise. http://virtocommerce.com

Environment Management

  • DNVM - The .NET SDK Manager, a set of command line utilities to update and configure which runtime (DNX) to use.

ETL

  • Reactive ETL - Reactive ETL is a rewrite of Rhino ETL using the reactive extensions for .NET

Game

  • MonoGame - One framework for creating powerful cross-platform games
  • CocosSharp - CocosSharp is a C# implementation of the Cocos2D and Cocos3D APIs that runs on any platform where MonoGame runs
  • Duality - Duality is a 2D game development framework. Focused on modularity, comes with a visual editor.
  • Paradox - Paradox Game Engine http://xenko.com/
  • Wave Engine - Wave engine is a free c# component-based modern game engine which allows you to create cross-platform games supporting kinect, oculusrift, vuforia, cardboard, leapmotion and much more. [Free][Proprietary]

Gis

  • NetTopologySuite A .NET GIS solution that is fast and reliable for the .NET platform
  • SharpMap An easy-to-use mapping library for use in web and desktop applications

Git Tools

  • Bonobo Git Server - Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. https://bonobogitserver.com/
  • GitExtensions - GitExtensions is a shell extension, a Visual Studio 2008/2010/2012/2013 plugin and a standalone Git repository tool. http://gitextensions.github.io/
  • GitLink - let's users step through their code hosted on GitHub or BitBucket
  • GitVersion - Generate a Semantic Version Number based on the state of your Git Repository
  • LibGit2Sharp - LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono.
  • NGit - NGit is a port of JGit to C#
  • posh-git - A PowerShell environment for Git

Graphics

  • Oxyplot - OxyPlot is a cross-platform plotting library for .NET
  • OpenTK - The Open Toolkit is an advanced, low-level C# library that wraps OpenGL, OpenCL and OpenAL
  • NGraphics - NGraphics is a cross-platform library for rendering vector graphics on .NET

GUI

  • MahApps.Metro - Toolkit for creating Metro styled WPF apps
  • Callisto - A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
  • ObjectListView - ObjectListView is a C# wrapper around a .NET ListView. It makes the ListView much easier to use and teaches it some new tricks
  • DockPanelSuite - The Visual Studio inspired docking library for .NET WinForms
  • AvalonEdit - The WPF-based text editor component used in SharpDevelop
  • XWT - A cross-platform UI toolkit for creating desktop applications with .NET and Mono
  • Gtk# - Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
  • MaterialDesignInXamlToolkit - Toolkit for creating Material styled WPF apps
  • Eto.Forms - Cross platform GUI framework for desktop and mobile applications in .NET and Mono
  • Dragablz - Dragable, tearable WPF tab control (similar to Chrome) which supports layouts and is full themeable, including themese compatible with MahApps and Material Design.
  • Fluent.Ribbon - Fluent Ribbon Control Suite is a library that implements an Office- and Windows 8-like Ribbon for WPF.
  • Perspex - A multi-platform .NET UI framework.
  • MaterialSkin - Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.

HTML and CSS

  • AngleSharp - Complete HTML5 DOM and CSS3 OM construction
  • CsQuery - HTML5 parser with jQuery style DOM interaction
  • dotless - .NET Port of the ruby Less CSS lib http://www.dotlesscss.org
  • ExCSS - CSS3 parser Library for C#
  • FluentBootstrap - Makes the Bootstrap CSS framework easier to use from ASP.NET MVC or WebPages.
  • HtmlAgilityPack - an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT

HTTP

  • Http.fs - A functional HTTP client for [F#].
  • RestSharp - Simple REST and HTTP API Client for .NET
  • Flurl.Http - Fluent, portable, testable REST/HTTP client library
  • EasyHttp - Http Library for C#
  • Refit - The automatic type-safe REST library for Xamarin and .NET
  • RestEase - Easy-to-use typesafe REST API client library, which is simple and customisable. Heavily inspired by Refit

IDE

  • SharpDevelop - A free IDE for .NET programming languages
  • MonoDevelop - MonoDevelop is a cross platform IDE mostly aimed at Mono/.NET developers
  • Visual Studio Express - The free lightweight version of Visual Studio for .NET programming.
  • Visual Studio Community - A full-Featured IDE - Free
  • Waf DotNetPad - A simple and fast code editor that makes fun program with C# or Visual Basic.
  • Visual Studio Code - Excellent free editor from Microsoft, based on GitHub Atom.

Image Processing

  • ImageResizer - Add commands to image URLs to get altered versions in milliseconds. Resizing, editing etc of images in real-time.
  • ImageProcessor - Open-source .NET library to manipulate images on-the-fly.
  • DynamicImage - High-performance open-source image manipulation library for ASP.NET.
  • MetadataExtractor - Extracts Exif, IPTC, XMP, ICC and other metadata from image files.
  • Emgu CV - Cross-platform .NET wrapper for the OpenCV library.
  • DotImaging - Minimalistic .NET imaging portable platform

Install tools

  • Wix Toolset - The most powerful set of tools available to create your Windows installation experience
  • Squirrel - Squirrel is both a set of tools and a library, to completely manage both installation and updating your Desktop Windows application.
  • Chocolatey - like yum or apt-get, but for Windows.

Internationalization

  • i18n - Smart internationalization for ASP.NET MVC

Interoperability

  • CefSharp - .NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
  • CppSharp - Tools to surface C++ APIs to C#
  • Sharpen - Sharpen is an Eclipse plugin created by db4o that allows you to convert your Java project into C#
  • CXXI - C++ interop framework

IoC

  • Castle Windsor - Castle Windsor is best of breed, mature Inversion of Control container available for .NET and Silverlight
  • Unity - Lightweight extensible dependency injection container with support for constructor, property, and method call injection
  • Autofac - An addictive .NET IoC container
  • Ninject - The ninja of .net dependency injectors
  • StructureMap - The original IoC/DI Container for .Net
  • Spring.Net - Spring.NET is an open source application framework that makes building enterprise .NET applications easier
  • LightInject - A ultra lightweight IoC container
  • TinyIoC - Single-file, easy and cross-platform IoC container
  • Simple Injector - Simple Injector is an easy-to-use Dependency Injection (DI) library for .NET 4+ that supports Silverlight 4+, Windows Phone 8, Windows 8 including Universal apps and Mono.

Logging

  • Essential Diagnostics - Extends the inbuilt features of System.Diagnostics namespace to provide flexible logging
  • NLog - NLog - Advanced .NET and Silverlight Logging
  • Logazmic - Open source nlog viewer for Windows
  • ELMAH - Official ELMAH site
  • Elmah MVC - Elmah for MVC
  • Logary - Logary is a high performance, multi-target logging, metric, tracing and health-check library for mono and .Net. .Net's answer to DropWizard. Supports many targets, built for micro-services.
  • Log4Net - The Apache log4net library is a tool to help the programmer output log statements to a variety of output targets
  • Serilog - A no-nonsense logging library for the NoSQL era. Combines the best of traditional and structured diagnostic logging in an easy-to-use package.
  • StackExchange.Exceptional - Error handler used for the Stack Exchange network
  • Semantic Logging Application Block (SLAB) - Extends the inbuilt features of System.Diagnostics.Tracing namespace (EventSource class) to log to several sinks including Azure Tables, Databases, files (JSON, XML, text). Supports in-process and out-of-process logging through ETW, and Rx for real-time filtering/aggregating of events.

Machine Learning and Data Science

  • Infer.NET - A framework for running Bayesian inference in graphical models. It can also be used for probabilistic programming. [Proprietary] [Free] [Research]
  • Accord.NET - Machine learning framework combined with audio and image processing libraries (computer vision, computer audition, signal processing and statistics).
  • Accord.NET Extensions - Advanced image processing and computer vision algorithms made as fluent extensions.
  • AForge.NET - Framework for developers and researchers in the fields of Computer Vision and Artificial Intelligence (image processing, neural networks, genetic algorithms, machine learning, robotics).
  • Deedle - Data frame and (time) series library for exploratory data manipulation with C# and F# support
  • FsLab - A collection of data science and machine learning libraries for F# and .NET
  • numl - Designed to include the most popular supervised and unsupervised learning algorithms while minimizing the friction involved with creating the predictive models.
  • R Provider - Type provider that exposes R packages and functions in a type-safe way to F# callers
  • F# Data - F# type providers for accessing XML, JSON, CSV and HTML files (based on sample documents) and for accessing WorldBank data

Markdown Processors

  • MarkdownSharp - Open source C# implementation of Markdown processor, as featured on Stack Overflow.
  • F# Formatting - Tools for documenting F# and C# projects. The library contains extensible Markdown parser as a core component.
  • CommonMark.NET - Implementation of CommonMark specification in C# for converting Markdown documents to HTML. Optimized for maximum performance and portability.

Mail

  • FluentEmail - A Fluent Wrapper for System.Net.Mail with razor templating support.
  • MailKit - A complete cross-platform mail stack including IMAP, POP3, SMTP, authentication and more. Built on top of MimeKit.
  • MimeKit - A cross-platform .NET MIME creation and parser library with support for S/MIME, PGP, TNEF and Unix mbox spools.
  • PreMailer.Net - C# library that moves your stylesheets to inline style attributes, for maximum compatibility with E-mail clients.

Mathematics

  • MathNet - Math.NET is an opensource initiative to build and maintain toolkits covering fundamental mathematics, targetting advanced but also every day needs of .Net developers

Media

  • TagLib# - TagLib# (aka taglib-sharp) is a library for reading and writing
    metadata in media files, including video, audio, and photo formats

Metrics

  • C# StatsD Client - C# client for Etsy's StatsD

Micro Framework

  • .NET Micro Framework Interpreter - Microsoft® .NET Micro Framework (NETMF) for developing embedded applications on small devices using Visual Studio

Minification

  • Microsoft Ajax Minifier - Contains JS and CSS minifiers which have a highest performance, because its have been specifically designed for .NET. Optionally produce Source Maps for JS code.
  • Web Markup Minifier - .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code.

Misc

  • .NET Fiddle - Write, compile and run C# code in the browser. The C# equivalent of JSFiddle.
  • CSharp Pad - A web based C# REPL with awesome code completion.
  • AzureCrawler - Take HTML Snapshots for your Angular, Ember, Durandal or any JavaScript applications
  • BitSharp - C# Bitcoin Node
  • CSScript - CS-Script is a CLR based scripting system which usesC# as a programming language. CS-Script currently targets Microsoft implementation of CLR (.NET 2.0/3.0/3.5/4.0/4.5) with full support on Mono. Comes with many additional features, such as script hosting.
  • CsvHelper - Library to help reading and writing CSV files https://github.com/JoshClose/CsvHelper
  • FlatMapper - A library to import and export data from and to plain text files in a Linq compatible way.
  • FluentValidation - A small validation library for .NET that uses a fluent interface and lambda expressions for building validation rules.
  • Humanizer - Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
  • LINQPad - a C#/VB/F# scratchpad that instantly executes any expression, statement block or program with rich output formatting and a wealth of features. Also lets you interactively query databases in LINQ. [$]
  • Polly - Express transient exception handling policies such as Retry, Retry Forever, Wait andRetry or Circuit Breaker in a fluent manner. (.NET 3.5 / 4.0 / 4.5 / PCL / Xamarin)
  • Rant - The Rant Procedural Text Generation DSL http://berkin.me/rant/
  • ScriptCS - Write C# apps with a text editor, nuget and the power of Roslyn!
  • Shielded - Software Transactional Memory (STM) implementation for .NET
  • TinyMapper - a tiny and quick object mapper for .Net.
  • Jint - Javascript interpreter for .NET which provides full ECMA 5.1 compliance and can run on any .NET plaftform.

MVVM

  • Caliburn.Micro - A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
  • MVVM Light Toolkit - The main purpose of the toolkit is to accelerate the creation and development of MVVM applications in WPF, Silverlight, Windows Store (RT) and for Windows Phone
  • Catel - Catel is an application development platform with the focus on MVVM (WPF, Silverlight, Windows Phone and WinRT) and MVC (ASP.NET MVC). The core of Catel contains an IoC container, models, validation, memento, message mediator, argument checking, etc.
  • UpdateControls - Update Controls does not require that you implement INotifyPropertyChanged or declare a DependencyProperty. It connects controls directly to CLR properties. This makes it perfect for the Model/View/ViewModel pattern.
  • ReactiveUI - An MVVM framework for .NET that integrates the Reactive Extensions (Rx) framework, enabling developers to build elegant, testable applications using WPF, Windows Store Apps, WP8 or Xamarin.
  • Okra App Framework - An app centric MVVM framework for Windows 8.1 built with dependency injection in mind, including a full set of Visual Studio MVVM templates.
  • Prism - A cross-platform desktop and mobile MVVM development framework.
  • WPF Application Framework (WAF) - A lightweight Framework that helps you to create well structured WPF Applications. It supports you in applying a Layered Architecture and the Model-View-ViewModel pattern.
  • MVVMCross - Cross-platform mvvm mobile development framework for WPF, Silverlight for WP7 and WP8, Mono for Android, MonoTouch for iOS, Windows Universal projects (WPA8.1 and Windows 8.1 Store apps). Makes extensive use of Portable Class Libraries (PCL) to provide maintainable cross platform C# native applications.
  • Stylet - Minimal MVVM framework inspired by Caliburn Micro, with good documentation, high test coverage, and its own IoC container
  • Gemini - IDE framework similar in concept to the Visual Studio Shell. Built on WPF, AvalonDock, and Caliburn Micro.

Office

  • ExcelDna - ExcelDna makes it easier to create and deploy Excel Add-Ins using C#, F# or VB .NET
  • ClosedXML - ClosedXML makes it easier for developers to create Excel 2007/2010 files
  • NPOI - This project is the .NET version of POI Java project at http://poi.apache.org/.
  • EPPlus - EPPlus is a .net library that reads and writes Excel 2007/2010 files using the Open Office Xml format (xlsx).
  • Open XML SDK - The Open XML SDK provides open-source libraries for working with Open XML Documents (DOCX, XLSX, and PPTX).

ORM

  • Entity Framework - Object-relational mapper that enables .NET developers to work with relational data using domain-specific objects
  • BL Toolkit - Business Logic Toolkit for .NET
  • Dapper - A simple object mapper for .NET by StackExchange
  • Dapper Extensions - Small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs
  • NHibernate - NHibernate Object Relational Mapper
  • Fluent NHibernate - Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.
  • FluentMigrator - Fluent Migrations framework for .net
  • ServiceStack.OrmLite - Light, simple and fast convention-based POCO ORM [Free for OSS] [$]
  • Massive - A small, happy, data access tool that will love you forever.
  • LINQ to DB - The fastest LINQ database access library offering a simple, light, fast, and type-safe layer between your POCO objects and your database.
  • MicroLite ORM MicroLite ORM is a micro Object Relational Mapper for the .NET framework. It is designed to be easy to use, extensible and testable.
  • PetaPoco - A tiny ORM-ish thing for your POCOs
  • AsyncPoco - A long-"awaited" fully asynchronous PetaPoco fork
  • NPoco - Simple microORM that maps the results of a query onto a POCO object. Based on Schotime's branch of PetaPoco

Package Management

  • NuGet - THE .NET Package Manager
  • MyGet - Hosted Package Repository for NuGet, NPM, Bower and VSIX. Also provides CI as-a-Service. [Free for OSS] [$]
  • Paket - A package dependency manager for .NET with support for NuGet packages and GitHub repositories. http://fsprojects.github.io/Paket/

PDF

  • ITextSharp - iText is a PDF library that allows you to CREATE, ADAPT, INSPECT and MAINTAIN documents in the Portable Document Format (PDF)[$][Free for OSS]

Profiler

  • MiniProfiler - A simple but effective mini-profiler for ASP.NET websites
  • Glimpse - The open source diagnostics platform for the web

Push Notifications

  • PushSharp - A server-side library for sending Push Notifications to iOS, OSX, Android, Chrome, Windows Phone, Windows 8, Blackberry, and Amazon devices.

Queue

  • NServiceBus - The most popular service bus for .NET
  • Hangfire - Incredibly easy way to perform fire-and-forget, delayed and recurring tasks inside ASP.NET applications
  • RabbitMQ.NET - Implementation of an AMQP client library for C#, and a binding exposing AMQP services via WCF
  • NetMQ - NetMQ is 100% native C# port of ZeroMQ
  • MassTransit - MassTransit is lean service bus implementation for building loosely coupled applications using the .NET Framework.
  • Rebus - Rebus is a lean service bus implementation for .NET, similar in nature to NServiceBus and MassTransit, only leaner
  • RestBus - A service oriented .NET messaging library for RabbitMQ.
  • EasyNetQ - An easy to use .NET API for RabbitMQ
  • Warewolf ESB - An easy to use service bus and microservices platform. Easily build applications and services in a visual IDE.

Reactive Programming

  • Rx.NET - The Reactive Extensions (Rx) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators
  • Dynamic Data - Reactive Extensions (Rx) for collections

Scheduling

  • FluentScheduler - Task scheduler with fluent interface that runs automated jobs from your application
  • NCrontab - Class library for parsing & formatting crontab expressions as well as calculating occurrences of time based on a crontab schedule
  • QuartzNet - Quartz Enterprise Scheduler .NET

SDK and API Clients

  • AWS SDK - The AWS SDK for .NET enables .NET developers to easily work with Amazon Web Services
  • Azure PowerShell - A set of PowerShell cmdlets for developers and administrators to develop, deploy and manage Microsoft Azure applications
  • Octokit.NET - A GitHub API client library for .NET
  • DropNet - Client Library for the Dropbox API

Search

  • Elasticsearch .NET - Elasticsearch.Net & NEST
  • PlainElastic.Net - Plain .Net client for ElasticSearch
  • SolrNet - Solr client for .Net
  • Lucene.net - Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users

Serialization

  • Protobuf.NET - Protocol buffers is the name of the binary serialization format used by Google for much of their data communications
  • Json.NET - Popular high-performance JSON framework for .NET
  • ServiceStack.Text - JSON, JSV and CSV Text Serializers used in servicestack.net
  • Msgpack-Cli - MessagePack implementation for Common Language Infrastructure
  • Jil - Fast .NET JSON Serializer, built on Sigil (used by StackOverflow)
  • ProtoBuf - Generate C# code for protocol buffer serialization from a .proto specification.
  • F# Data - F# type providers for accessing XML, JSON, CSV and HTML files (based on sample documents) and for accessing WorldBank data
  • Bond - cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data.

State machines

  • Stateless - Create state machines and lightweight state machine-based workflows directly in .NET code
  • Automatonymous - A state machine library for .Net - allows you to write fluent style state machines

Static Site Generators

  • FsBlog - Blog aware, static site generation using F#
  • Pretzel - A site generation tool (and then some) for .NET platforms
  • Sandra.Snow - Jekyll inspired static site generation for .NET
  • Wyam - A simple to use, highly modular, and extremely configurable static content generator

Style Guide

  • C# Style Guide - StackOverflow Q & A on style guides
  • C# Coding Conventions - Official MSDN C# code conventions

Template Engine

  • RazorEngine - Open source templating engine based on Microsoft's Razor parsing engine
  • Nustache - Open source library for logic-less templates
  • DotLiquid - C# port of the Ruby Liquid templating language

Testing

  • AutoFixture - AutoFixture is an open source framework for .NET designed to minimize the 'Arrange' phase of your unit tests
  • BDDfy - BDDfy is the simplest BDD framework EVER!
  • Bogus - A simple and sane fake data generator for C#. Based on and ported from the famed faker.js.
  • ExpressionToCode - Use plain C# syntax in assertions that include both the expression expression and subexpression values in the failure message.
  • FakeItEasy - The easy mocking library for .NET http://fakeiteasy.github.io
  • Fluent Assertions - A set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test
  • FluentAutomation - Simple Fluent API for UI Automation
  • FsCheck - Random Testing for .NET.
  • Fuchu - A unit-testing library for F# with tests-as-values which makes DSLs extemely easy to create.
  • Machine.Specifications - Machine.Specifications (MSpec) is a context/specification framework that removes language noise and simplifies tests.
  • Moq - The most popular and friendly mocking framework for .NET
  • NBuilder - Rapid generation of test objects
  • NSubstitute - A friendly substitute for .NET mocking frameworks
  • NUnit - A unit-testing framework for all .Net languages
  • Rhino Mocks - Dynamic Mocking Framework for .NET
  • Shouldly - Shouldly is an assertion framework which focuses on giving great error messages when the assertion fails while being simple and terse.
  • SpecFlow - Binding business requirements to .Net code
  • xBehave.net - A BDD/TDD framework based on xUnit.net and inspired by Gherkin. http://xbehave.github.io
  • xUnit - xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework

Tools

  • Open Live Writer - Blog writer which integrated with WordPress, Blogger, et. al. Open Live Writer makes it easy to write, preview, and post to your blog. For more information see http://openlivewriter.org .
  • CodeHub - CodeHub is the best way to browse and maintain your GitHub repositories on any iOS device!
  • ShareX - ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to over 80 supported destinations you can choose from.

Trading

  • Lean - Lean Engine is an open-source fully managed C# algorithmic trading engine built for desktop and cloud usage. https://lean.quantconnect.com
  • StockSharp - Trading and algorithmic trading open source platform (stock markets, forex, bitcoins and options). http://stocksharp.com

Visual Studio Plugins

  • Web Essentials - Web Essentials extends Visual Studio with lots of new features that web developers have been missing for many years
  • VsVIM - VIM in Visual Studio
  • Nuget Package Manager - NuGet is the package manager for the Microsoft development platform including .NET
  • SideWaffle - A collection of Item Templates for Visual Studio 2012/2013 that makes any web developer's life much easier
  • Resharper - Developer Productivity Tool for Visual Studio [$]
  • Refactoring Essentials - Open source extension for C# and VB.NET refactorings, including code best practice analyzers.
  • CodeContracts - Source code for the CodeContracts tools for .NET
  • Git Diff Margin - Displays live Git changes of the currently edited file on Visual Studio margin and scroll bar
  • Productivity Power Tools - A set of extensions to Visual Studio Professional (and above) which improves developer productivity.

Web Frameworks

  • ASP.NET MVC - ASP.NET is a free web framework for building great web sites and applications
  • FubuMVC - A front-controller style MVC framework for .NET http://fubuworld.com/fubumvc/
  • NancyFx - Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
  • IISNode - Host NodeJS applications in IIS
  • Suave.IO - Framework/library/web server that makes you cry tears of joy after finishing your project ahead-of-time when you look at the beautiful code you've written in [F#].

Web Servers

  • EmbedIO - Web server built on Mono and cross-platform
  • Jexus web server - Web server for Linux
  • XSP - Mono's ASP.NET hosting server. This module includes an Apache Module, a FastCGI module that can be hooked to other web servers as well as a standalone server used for testing (similar to Microsoft's Cassini)

WebSocket

  • Fleck - Fleck is a WebSocket server implementation in C#. Branched from the Nugget project
  • SignalR - Library for ASP.NET developers that makes it incredibly simple to add real-time web functionality to your applications
  • SuperSocket - SuperSocket is a light weight extensible socket application framework
  • Websocket-Sharp - A C# implementation of the WebSocket protocol client and server
  • WebSocket4NET - WebSocket client for .NET 2.0+, Xamarin, Mono, Silverlight, Windows Phone, & WinRT
  • XSockets - Provides a great set of tools for you to build real-time applications on the Microsoft.NET plattform and much more
  • WampSharp - A C# implementation of The Web Application Messaging Protocol - a protocol that provides messaging patterns of Remote Procedure Calls and Publish/Subscribe over WebSockets.

Windows Services

  • TopShelf - An easy service hosting framework for building Windows services using .NET

Other Lists

  • .NET-libraries-that-make-your-life-easier - Open Source .NET libraries that make your life easier
  • awesome-LINQ - A curated collection of awesome LINQ libraries, tools, and more.
  • C# Algorithms, Data Structures - A list of algorithms and data structures implementations.

Other Awesome Lists

Other amazingly awesome lists can be found in the awesome-awesomeness list.

License

 

To the extent possible under law, Vitali Fokin has waived all copyright and related or neighboring rights to this work.

from:https://github.com/quozd/awesome-dotnet

转载于:https://my.oschina.net/TOW/blog/809536

查看全文
如若内容造成侵权/违法违规/事实不符,请联系编程学习网邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!

相关文章

  1. ROS机器人常用命令整合

    机器人常用命令整合网络及环境配置检查机器人的状态功能1:手动控制机器人的移动功能2:IMU,角速度线速度的自动校准功能3:SLAM地图构建1.使用gmapping算法构建地图2.选择一片区域自动构建地图(也是gmapping算法)3.用hec…...

    2024/5/1 7:57:38
  2. node-sass报错问题

    转发 Cannot find module ‘node-sass’ https://my.oschina.net/dawd/blog/3004693 开始的时候引入别人的一个项目 npm install npm run dev 启动项目 报错 sell1.0.0 dev E:\web_hwf\Vue\02app node build/dev-server.js Listening at http://localhost:8888 webpack: w…...

    2024/5/5 7:23:53
  3. WGS84、WebMercator、GCJ02和BD09坐标系简介与转换

    WGS84(GPS): 地心坐标系,空间直角坐标系,原点与地球质心重合,为GPS采用的坐标系,也是目前广泛使用的GPS全球卫星定位系统使用的坐标系。通过GPS可以直接获取WGS84下的坐标(B,L&…...

    2024/4/21 16:00:57
  4. 上海艺星双眼皮医疗

    ...

    2024/4/20 14:41:17
  5. 深圳多米勒美容割双眼皮怎样

    ...

    2024/4/20 14:41:15
  6. 割双眼皮过程视频三点定位

    ...

    2024/5/5 6:33:22
  7. 乌鲁木齐团购北京市朝阳区割切开双眼皮恢复日记

    ...

    2024/5/5 10:56:35
  8. 重庆做合肥割双眼皮团购

    ...

    2024/4/22 19:21:10
  9. 纳米双眼皮多少钱

    ...

    2024/4/27 23:20:22
  10. 北京做双眼皮航空疗

    ...

    2024/4/21 16:00:52
  11. 兰州埋线 无锡双眼皮同济汇集

    ...

    2024/4/21 16:00:51
  12. 南京埋线双眼皮三点埋线多少钱

    ...

    2024/4/21 16:00:50
  13. 武汉艺星双眼皮医疗

    ...

    2024/4/21 16:00:49
  14. [HTML5和Flash视频播放器]Video.js 学习笔记(一 ) HLS库:videojs-contrib-hls

    DEMO地址&#xff1a;https://github.com/Tinywan/PHP_Experience https://github.com/videojs/videojs-contrib-hls 下载JS文件&#xff0c;直接使用 <video idexample-video width600 height300 class"video-js vjs-default-skin" controls><sourcesrc&qu…...

    2024/5/4 20:10:43
  15. 新发布【迷城的国度】【大富翁8】两个游戏的内存属性修改器

    本打算中秋之前完成几个了。。。无奈,琐事缠身,昨天晚上10点开始,写完2个修改器一看已经到了中秋早上了,哈哈。。。迷城的国度这个很好写了,数据的内存地址连变都不变,太过分了,直接连软柿子都NO是,是一个稀烂稀烂的柿子……大富翁八的刚才在网上搜索了一下,只有存档修…...

    2024/4/28 19:58:48
  16. 拉双眼皮和割双眼皮千万

    ...

    2024/4/25 8:22:07
  17. 精通HTML5+CSS3+JavaScript网页设计 PDF ——带完整书签

    下载链接:精通HTML5+CSS3+JavaScript网页设计 带完整书签:...

    2024/4/21 16:00:45
  18. 免拆线割双眼皮不疼吗

    ...

    2024/4/21 16:00:46
  19. 隔个双眼皮多少钱

    ...

    2024/4/25 17:15:18
  20. 压的双眼皮会开吗

    ...

    2024/4/30 14:38:48

最新文章

  1. SQL注入基础-3

    一、宽字节注入 1、宽字节&#xff1a;字符大小为两个及以上的字节&#xff0c;如GBK&#xff0c;GB2312编码 2、数据库使用GBK编码时&#xff0c;会将两个字符合并为一个汉字(宽字节)。特殊值字符如单引号都会被转义【--->\】&#xff0c;如sqli-lads第32关&#xff0c;输…...

    2024/5/5 12:53:00
  2. 梯度消失和梯度爆炸的一些处理方法

    在这里是记录一下梯度消失或梯度爆炸的一些处理技巧。全当学习总结了如有错误还请留言&#xff0c;在此感激不尽。 权重和梯度的更新公式如下&#xff1a; w w − η ⋅ ∇ w w w - \eta \cdot \nabla w ww−η⋅∇w 个人通俗的理解梯度消失就是网络模型在反向求导的时候出…...

    2024/3/20 10:50:27
  3. 免费的GPT-3.5 API服务aurora

    什么是 aurora &#xff1f; aurora 是利用免登录 ChatGPT Web 提供的无限制免费 GPT-3.5-Turbo API 的服务&#xff0c;支持使用 3.5 的 access 调用。 【注意】&#xff1a;仅 IP 属地支持免登录使用 ChatGPT的才可以使用&#xff08;也可以自定义 Baseurl 来绕过限制&#x…...

    2024/4/30 7:06:06
  4. 解析大语言模型训练三阶段

    大语言模型的训练过程一般包括3个阶段&#xff1a;预训练&#xff08;Pre-training&#xff09;、SFT&#xff08;有监督的微调&#xff0c;Supervised-Finetuning&#xff09;以及RLHF&#xff08;基于人类反馈的强化学习&#xff0c;Reinforcement Learning from Human Feedb…...

    2024/5/2 22:48:30
  5. Redis Stack十部曲之三:理解Redis Stack中的数据类型

    文章目录 前言String字符串作为计数器限制 List限制列表阻塞列表自动创建和删除聚合类型键限制 Set限制 Hash限制 Sorted Set范围操作字典操作更新分数 JSON路径限制 BitMapBitfieldProbabilisticHyperLogLogBloom filterCuckoo filtert-digestTop-KCount-min sketchConfigurat…...

    2024/5/4 13:36:16
  6. 【外汇早评】美通胀数据走低,美元调整

    原标题:【外汇早评】美通胀数据走低,美元调整昨日美国方面公布了新一期的核心PCE物价指数数据,同比增长1.6%,低于前值和预期值的1.7%,距离美联储的通胀目标2%继续走低,通胀压力较低,且此前美国一季度GDP初值中的消费部分下滑明显,因此市场对美联储后续更可能降息的政策…...

    2024/5/4 23:54:56
  7. 【原油贵金属周评】原油多头拥挤,价格调整

    原标题:【原油贵金属周评】原油多头拥挤,价格调整本周国际劳动节,我们喜迎四天假期,但是整个金融市场确实流动性充沛,大事频发,各个商品波动剧烈。美国方面,在本周四凌晨公布5月份的利率决议和新闻发布会,维持联邦基金利率在2.25%-2.50%不变,符合市场预期。同时美联储…...

    2024/5/4 23:54:56
  8. 【外汇周评】靓丽非农不及疲软通胀影响

    原标题:【外汇周评】靓丽非农不及疲软通胀影响在刚结束的周五,美国方面公布了新一期的非农就业数据,大幅好于前值和预期,新增就业重新回到20万以上。具体数据: 美国4月非农就业人口变动 26.3万人,预期 19万人,前值 19.6万人。 美国4月失业率 3.6%,预期 3.8%,前值 3…...

    2024/5/4 23:54:56
  9. 【原油贵金属早评】库存继续增加,油价收跌

    原标题:【原油贵金属早评】库存继续增加,油价收跌周三清晨公布美国当周API原油库存数据,上周原油库存增加281万桶至4.692亿桶,增幅超过预期的74.4万桶。且有消息人士称,沙特阿美据悉将于6月向亚洲炼油厂额外出售更多原油,印度炼油商预计将每日获得至多20万桶的额外原油供…...

    2024/5/4 23:55:17
  10. 【外汇早评】日本央行会议纪要不改日元强势

    原标题:【外汇早评】日本央行会议纪要不改日元强势近两日日元大幅走强与近期市场风险情绪上升,避险资金回流日元有关,也与前一段时间的美日贸易谈判给日本缓冲期,日本方面对汇率问题也避免继续贬值有关。虽然今日早间日本央行公布的利率会议纪要仍然是支持宽松政策,但这符…...

    2024/5/4 23:54:56
  11. 【原油贵金属早评】欧佩克稳定市场,填补伊朗问题的影响

    原标题:【原油贵金属早评】欧佩克稳定市场,填补伊朗问题的影响近日伊朗局势升温,导致市场担忧影响原油供给,油价试图反弹。此时OPEC表态稳定市场。据消息人士透露,沙特6月石油出口料将低于700万桶/日,沙特已经收到石油消费国提出的6月份扩大出口的“适度要求”,沙特将满…...

    2024/5/4 23:55:05
  12. 【外汇早评】美欲与伊朗重谈协议

    原标题:【外汇早评】美欲与伊朗重谈协议美国对伊朗的制裁遭到伊朗的抗议,昨日伊朗方面提出将部分退出伊核协议。而此行为又遭到欧洲方面对伊朗的谴责和警告,伊朗外长昨日回应称,欧洲国家履行它们的义务,伊核协议就能保证存续。据传闻伊朗的导弹已经对准了以色列和美国的航…...

    2024/5/4 23:54:56
  13. 【原油贵金属早评】波动率飙升,市场情绪动荡

    原标题:【原油贵金属早评】波动率飙升,市场情绪动荡因中美贸易谈判不安情绪影响,金融市场各资产品种出现明显的波动。随着美国与中方开启第十一轮谈判之际,美国按照既定计划向中国2000亿商品征收25%的关税,市场情绪有所平复,已经开始接受这一事实。虽然波动率-恐慌指数VI…...

    2024/5/4 23:55:16
  14. 【原油贵金属周评】伊朗局势升温,黄金多头跃跃欲试

    原标题:【原油贵金属周评】伊朗局势升温,黄金多头跃跃欲试美国和伊朗的局势继续升温,市场风险情绪上升,避险黄金有向上突破阻力的迹象。原油方面稍显平稳,近期美国和OPEC加大供给及市场需求回落的影响,伊朗局势并未推升油价走强。近期中美贸易谈判摩擦再度升级,美国对中…...

    2024/5/4 23:54:56
  15. 【原油贵金属早评】市场情绪继续恶化,黄金上破

    原标题:【原油贵金属早评】市场情绪继续恶化,黄金上破周初中国针对于美国加征关税的进行的反制措施引发市场情绪的大幅波动,人民币汇率出现大幅的贬值动能,金融市场受到非常明显的冲击。尤其是波动率起来之后,对于股市的表现尤其不安。隔夜美国股市出现明显的下行走势,这…...

    2024/5/4 18:20:48
  16. 【外汇早评】美伊僵持,风险情绪继续升温

    原标题:【外汇早评】美伊僵持,风险情绪继续升温昨日沙特两艘油轮再次发生爆炸事件,导致波斯湾局势进一步恶化,市场担忧美伊可能会出现摩擦生火,避险品种获得支撑,黄金和日元大幅走强。美指受中美贸易问题影响而在低位震荡。继5月12日,四艘商船在阿联酋领海附近的阿曼湾、…...

    2024/5/4 23:54:56
  17. 【原油贵金属早评】贸易冲突导致需求低迷,油价弱势

    原标题:【原油贵金属早评】贸易冲突导致需求低迷,油价弱势近日虽然伊朗局势升温,中东地区几起油船被袭击事件影响,但油价并未走高,而是出于调整结构中。由于市场预期局势失控的可能性较低,而中美贸易问题导致的全球经济衰退风险更大,需求会持续低迷,因此油价调整压力较…...

    2024/5/4 23:55:17
  18. 氧生福地 玩美北湖(上)——为时光守候两千年

    原标题:氧生福地 玩美北湖(上)——为时光守候两千年一次说走就走的旅行,只有一张高铁票的距离~ 所以,湖南郴州,我来了~ 从广州南站出发,一个半小时就到达郴州西站了。在动车上,同时改票的南风兄和我居然被分到了一个车厢,所以一路非常愉快地聊了过来。 挺好,最起…...

    2024/5/4 23:55:06
  19. 氧生福地 玩美北湖(中)——永春梯田里的美与鲜

    原标题:氧生福地 玩美北湖(中)——永春梯田里的美与鲜一觉醒来,因为大家太爱“美”照,在柳毅山庄去寻找龙女而错过了早餐时间。近十点,向导坏坏还是带着饥肠辘辘的我们去吃郴州最富有盛名的“鱼头粉”。说这是“十二分推荐”,到郴州必吃的美食之一。 哇塞!那个味美香甜…...

    2024/5/4 23:54:56
  20. 氧生福地 玩美北湖(下)——奔跑吧骚年!

    原标题:氧生福地 玩美北湖(下)——奔跑吧骚年!让我们红尘做伴 活得潇潇洒洒 策马奔腾共享人世繁华 对酒当歌唱出心中喜悦 轰轰烈烈把握青春年华 让我们红尘做伴 活得潇潇洒洒 策马奔腾共享人世繁华 对酒当歌唱出心中喜悦 轰轰烈烈把握青春年华 啊……啊……啊 两…...

    2024/5/4 23:55:06
  21. 扒开伪装医用面膜,翻六倍价格宰客,小姐姐注意了!

    原标题:扒开伪装医用面膜,翻六倍价格宰客,小姐姐注意了!扒开伪装医用面膜,翻六倍价格宰客!当行业里的某一品项火爆了,就会有很多商家蹭热度,装逼忽悠,最近火爆朋友圈的医用面膜,被沾上了污点,到底怎么回事呢? “比普通面膜安全、效果好!痘痘、痘印、敏感肌都能用…...

    2024/5/5 8:13:33
  22. 「发现」铁皮石斛仙草之神奇功效用于医用面膜

    原标题:「发现」铁皮石斛仙草之神奇功效用于医用面膜丽彦妆铁皮石斛医用面膜|石斛多糖无菌修护补水贴19大优势: 1、铁皮石斛:自唐宋以来,一直被列为皇室贡品,铁皮石斛生于海拔1600米的悬崖峭壁之上,繁殖力差,产量极低,所以古代仅供皇室、贵族享用 2、铁皮石斛自古民间…...

    2024/5/4 23:55:16
  23. 丽彦妆\医用面膜\冷敷贴轻奢医学护肤引导者

    原标题:丽彦妆\医用面膜\冷敷贴轻奢医学护肤引导者【公司简介】 广州华彬企业隶属香港华彬集团有限公司,专注美业21年,其旗下品牌: 「圣茵美」私密荷尔蒙抗衰,产后修复 「圣仪轩」私密荷尔蒙抗衰,产后修复 「花茵莳」私密荷尔蒙抗衰,产后修复 「丽彦妆」专注医学护…...

    2024/5/4 23:54:58
  24. 广州械字号面膜生产厂家OEM/ODM4项须知!

    原标题:广州械字号面膜生产厂家OEM/ODM4项须知!广州械字号面膜生产厂家OEM/ODM流程及注意事项解读: 械字号医用面膜,其实在我国并没有严格的定义,通常我们说的医美面膜指的应该是一种「医用敷料」,也就是说,医用面膜其实算作「医疗器械」的一种,又称「医用冷敷贴」。 …...

    2024/5/4 23:55:01
  25. 械字号医用眼膜缓解用眼过度到底有无作用?

    原标题:械字号医用眼膜缓解用眼过度到底有无作用?医用眼膜/械字号眼膜/医用冷敷眼贴 凝胶层为亲水高分子材料,含70%以上的水分。体表皮肤温度传导到本产品的凝胶层,热量被凝胶内水分子吸收,通过水分的蒸发带走大量的热量,可迅速地降低体表皮肤局部温度,减轻局部皮肤的灼…...

    2024/5/4 23:54:56
  26. 配置失败还原请勿关闭计算机,电脑开机屏幕上面显示,配置失败还原更改 请勿关闭计算机 开不了机 这个问题怎么办...

    解析如下&#xff1a;1、长按电脑电源键直至关机&#xff0c;然后再按一次电源健重启电脑&#xff0c;按F8健进入安全模式2、安全模式下进入Windows系统桌面后&#xff0c;按住“winR”打开运行窗口&#xff0c;输入“services.msc”打开服务设置3、在服务界面&#xff0c;选中…...

    2022/11/19 21:17:18
  27. 错误使用 reshape要执行 RESHAPE,请勿更改元素数目。

    %读入6幅图像&#xff08;每一幅图像的大小是564*564&#xff09; f1 imread(WashingtonDC_Band1_564.tif); subplot(3,2,1),imshow(f1); f2 imread(WashingtonDC_Band2_564.tif); subplot(3,2,2),imshow(f2); f3 imread(WashingtonDC_Band3_564.tif); subplot(3,2,3),imsho…...

    2022/11/19 21:17:16
  28. 配置 已完成 请勿关闭计算机,win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机...

    win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机”问题的解决方法在win7系统关机时如果有升级系统的或者其他需要会直接进入一个 等待界面&#xff0c;在等待界面中我们需要等待操作结束才能关机&#xff0c;虽然这比较麻烦&#xff0c;但是对系统进行配置和升级…...

    2022/11/19 21:17:15
  29. 台式电脑显示配置100%请勿关闭计算机,“准备配置windows 请勿关闭计算机”的解决方法...

    有不少用户在重装Win7系统或更新系统后会遇到“准备配置windows&#xff0c;请勿关闭计算机”的提示&#xff0c;要过很久才能进入系统&#xff0c;有的用户甚至几个小时也无法进入&#xff0c;下面就教大家这个问题的解决方法。第一种方法&#xff1a;我们首先在左下角的“开始…...

    2022/11/19 21:17:14
  30. win7 正在配置 请勿关闭计算机,怎么办Win7开机显示正在配置Windows Update请勿关机...

    置信有很多用户都跟小编一样遇到过这样的问题&#xff0c;电脑时发现开机屏幕显现“正在配置Windows Update&#xff0c;请勿关机”(如下图所示)&#xff0c;而且还需求等大约5分钟才干进入系统。这是怎样回事呢&#xff1f;一切都是正常操作的&#xff0c;为什么开时机呈现“正…...

    2022/11/19 21:17:13
  31. 准备配置windows 请勿关闭计算机 蓝屏,Win7开机总是出现提示“配置Windows请勿关机”...

    Win7系统开机启动时总是出现“配置Windows请勿关机”的提示&#xff0c;没过几秒后电脑自动重启&#xff0c;每次开机都这样无法进入系统&#xff0c;此时碰到这种现象的用户就可以使用以下5种方法解决问题。方法一&#xff1a;开机按下F8&#xff0c;在出现的Windows高级启动选…...

    2022/11/19 21:17:12
  32. 准备windows请勿关闭计算机要多久,windows10系统提示正在准备windows请勿关闭计算机怎么办...

    有不少windows10系统用户反映说碰到这样一个情况&#xff0c;就是电脑提示正在准备windows请勿关闭计算机&#xff0c;碰到这样的问题该怎么解决呢&#xff0c;现在小编就给大家分享一下windows10系统提示正在准备windows请勿关闭计算机的具体第一种方法&#xff1a;1、2、依次…...

    2022/11/19 21:17:11
  33. 配置 已完成 请勿关闭计算机,win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机”的解决方法...

    今天和大家分享一下win7系统重装了Win7旗舰版系统后&#xff0c;每次关机的时候桌面上都会显示一个“配置Windows Update的界面&#xff0c;提示请勿关闭计算机”&#xff0c;每次停留好几分钟才能正常关机&#xff0c;导致什么情况引起的呢&#xff1f;出现配置Windows Update…...

    2022/11/19 21:17:10
  34. 电脑桌面一直是清理请关闭计算机,windows7一直卡在清理 请勿关闭计算机-win7清理请勿关机,win7配置更新35%不动...

    只能是等着&#xff0c;别无他法。说是卡着如果你看硬盘灯应该在读写。如果从 Win 10 无法正常回滚&#xff0c;只能是考虑备份数据后重装系统了。解决来方案一&#xff1a;管理员运行cmd&#xff1a;net stop WuAuServcd %windir%ren SoftwareDistribution SDoldnet start WuA…...

    2022/11/19 21:17:09
  35. 计算机配置更新不起,电脑提示“配置Windows Update请勿关闭计算机”怎么办?

    原标题&#xff1a;电脑提示“配置Windows Update请勿关闭计算机”怎么办&#xff1f;win7系统中在开机与关闭的时候总是显示“配置windows update请勿关闭计算机”相信有不少朋友都曾遇到过一次两次还能忍但经常遇到就叫人感到心烦了遇到这种问题怎么办呢&#xff1f;一般的方…...

    2022/11/19 21:17:08
  36. 计算机正在配置无法关机,关机提示 windows7 正在配置windows 请勿关闭计算机 ,然后等了一晚上也没有关掉。现在电脑无法正常关机...

    关机提示 windows7 正在配置windows 请勿关闭计算机 &#xff0c;然后等了一晚上也没有关掉。现在电脑无法正常关机以下文字资料是由(历史新知网www.lishixinzhi.com)小编为大家搜集整理后发布的内容&#xff0c;让我们赶快一起来看一下吧&#xff01;关机提示 windows7 正在配…...

    2022/11/19 21:17:05
  37. 钉钉提示请勿通过开发者调试模式_钉钉请勿通过开发者调试模式是真的吗好不好用...

    钉钉请勿通过开发者调试模式是真的吗好不好用 更新时间:2020-04-20 22:24:19 浏览次数:729次 区域: 南阳 > 卧龙 列举网提醒您:为保障您的权益,请不要提前支付任何费用! 虚拟位置外设器!!轨迹模拟&虚拟位置外设神器 专业用于:钉钉,外勤365,红圈通,企业微信和…...

    2022/11/19 21:17:05
  38. 配置失败还原请勿关闭计算机怎么办,win7系统出现“配置windows update失败 还原更改 请勿关闭计算机”,长时间没反应,无法进入系统的解决方案...

    前几天班里有位学生电脑(windows 7系统)出问题了&#xff0c;具体表现是开机时一直停留在“配置windows update失败 还原更改 请勿关闭计算机”这个界面&#xff0c;长时间没反应&#xff0c;无法进入系统。这个问题原来帮其他同学也解决过&#xff0c;网上搜了不少资料&#x…...

    2022/11/19 21:17:04
  39. 一个电脑无法关闭计算机你应该怎么办,电脑显示“清理请勿关闭计算机”怎么办?...

    本文为你提供了3个有效解决电脑显示“清理请勿关闭计算机”问题的方法&#xff0c;并在最后教给你1种保护系统安全的好方法&#xff0c;一起来看看&#xff01;电脑出现“清理请勿关闭计算机”在Windows 7(SP1)和Windows Server 2008 R2 SP1中&#xff0c;添加了1个新功能在“磁…...

    2022/11/19 21:17:03
  40. 请勿关闭计算机还原更改要多久,电脑显示:配置windows更新失败,正在还原更改,请勿关闭计算机怎么办...

    许多用户在长期不使用电脑的时候&#xff0c;开启电脑发现电脑显示&#xff1a;配置windows更新失败&#xff0c;正在还原更改&#xff0c;请勿关闭计算机。。.这要怎么办呢&#xff1f;下面小编就带着大家一起看看吧&#xff01;如果能够正常进入系统&#xff0c;建议您暂时移…...

    2022/11/19 21:17:02
  41. 还原更改请勿关闭计算机 要多久,配置windows update失败 还原更改 请勿关闭计算机,电脑开机后一直显示以...

    配置windows update失败 还原更改 请勿关闭计算机&#xff0c;电脑开机后一直显示以以下文字资料是由(历史新知网www.lishixinzhi.com)小编为大家搜集整理后发布的内容&#xff0c;让我们赶快一起来看一下吧&#xff01;配置windows update失败 还原更改 请勿关闭计算机&#x…...

    2022/11/19 21:17:01
  42. 电脑配置中请勿关闭计算机怎么办,准备配置windows请勿关闭计算机一直显示怎么办【图解】...

    不知道大家有没有遇到过这样的一个问题&#xff0c;就是我们的win7系统在关机的时候&#xff0c;总是喜欢显示“准备配置windows&#xff0c;请勿关机”这样的一个页面&#xff0c;没有什么大碍&#xff0c;但是如果一直等着的话就要两个小时甚至更久都关不了机&#xff0c;非常…...

    2022/11/19 21:17:00
  43. 正在准备配置请勿关闭计算机,正在准备配置windows请勿关闭计算机时间长了解决教程...

    当电脑出现正在准备配置windows请勿关闭计算机时&#xff0c;一般是您正对windows进行升级&#xff0c;但是这个要是长时间没有反应&#xff0c;我们不能再傻等下去了。可能是电脑出了别的问题了&#xff0c;来看看教程的说法。正在准备配置windows请勿关闭计算机时间长了方法一…...

    2022/11/19 21:16:59
  44. 配置失败还原请勿关闭计算机,配置Windows Update失败,还原更改请勿关闭计算机...

    我们使用电脑的过程中有时会遇到这种情况&#xff0c;当我们打开电脑之后&#xff0c;发现一直停留在一个界面&#xff1a;“配置Windows Update失败&#xff0c;还原更改请勿关闭计算机”&#xff0c;等了许久还是无法进入系统。如果我们遇到此类问题应该如何解决呢&#xff0…...

    2022/11/19 21:16:58
  45. 如何在iPhone上关闭“请勿打扰”

    Apple’s “Do Not Disturb While Driving” is a potentially lifesaving iPhone feature, but it doesn’t always turn on automatically at the appropriate time. For example, you might be a passenger in a moving car, but your iPhone may think you’re the one dri…...

    2022/11/19 21:16:57