受欢迎的博客标签
RSS

博客文章标记 'c#'

Roslyn-How to use Roslyn Step by step?
使用 Roslyn引擎动态编译代码生成程序集dll的流程
大数据分析数据库列表
大数据分析数据库列表 .
A Simple C# Global Low Level Keyboard Hook
https://docs.microsoft.com/en-us/archive/blogs/toub/low-level-keyboard-hook-in-c
多核CPU并行编程:.net core 多核CPU并行编程
多核CPU并行编程:.net core 多核CPU并行编程
HttpClient用HttpClientHandler添加Refer、Cookie及UserAgent请求头,解析中文GBk编码
HttpClient用HttpClientHandler添加Refer、Cookie及UserAgent请求头,解析中文GBk编码
C# List List<Products>和 List<Categories> 通过ID 用linq组合查询代码
C# List List和 List 通过ID 用linq组合查询代码
XDocument.ToString() throwing hexadecimal value 0x13, is an invalid character exception
XDocument.ToString() throwing “' ', hexadecimal value 0x13, is an invalid character.” exceptionAsk Question&
C# Global Variables
How to define global variables, global fields or global functions in C# to make them accessible from from anywhere in the namespace.
Serialization Performance comparison (C#/.NET) – Formats & Frameworks (XML–DataContractSerializer & XmlSerializer, BinaryFormatter, JSON– Newtonsoft & ServiceStack.Text, Protobuf, MsgPack)
http://maxondev.com/serialization-performance-comparison-c-net-formats-frameworks-xmldatacontractserializer-xmlserialize
多核CPU并行编程:.How to:Write a simple System.Linq.ParallelQuery
在用的时候只需要将它原本的类型转换成ParallelQuery<TSource>类型就行了. var items = from item in orders.AsParallel() where item.OName.Cont