受欢迎的博客标签
RSS

博客文章标记 'c#'

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
c# 类名不同,字段相同,如何快速给类赋值
1,相关的两个类如下:现在我们知道短信的值,如何给微信来赋值呢,需要用到我们的反射,当然字段一一赋值也可以,但是如果字段有100个,这个方法就不行啦 1 2 3 4 5 6 7 8 9 10 11 12 13 1
.net core SIMD范例分析
https://blog.csdn.net/fancybit/article/details/99677356
How to truncate string without breaking a word in half
http://geekswithblogs.net/hmloo/archive/2012/02/19/how-to-truncate-string-without-breaking-a-world-in-half.aspx  
display photos with Convert.ToBase64String in asp.net mvc core
display photos with Convert.ToBase64String in asp.net mvc core
System.IO.FileNotFoundException: 未能加载文件或程序集“System.Text.Encoding.CodePages, Version=4.1.1.0, Culture winform 程序

error:

System.Text.Encoding.CodePages missing in netstandard2.0  with Winform &nbs