受欢迎的博客标签
RSS

博客

MongoDb Enterprise Design with C# .NET, the Repository Pattern, and NoSQL
Introduction There is a growing change in the software development world around considering the choice of a NoSQL datab
Redis key design for real-time stock application
I am trying to build a real-time stock application. Every seconds I can get some data from web service like be
Redis优化性能实践(3):选择高效的 数据序列化方法 serialize, msgpack, json, hprose 性能比较
最近弄 Redis ,涉及数据序列化存储的问题,对比了:JSON, Serialize, Msgpack, Hprose 四种方式 1. 对序列化后的字符串长度对比:测试代码: $arr = [0, 1, 2, 'a', 'b', 'c
多核CPU并行编程:.How to:Write a simple System.Linq.ParallelQuery
在用的时候只需要将它原本的类型转换成ParallelQuery<TSource>类型就行了. var items = from item in orders.AsParallel() where item.OName.Cont
Redis有四种序列化方式
Serialization To offer the opportunity to store a class into Redis, that class must be serializable; right now there ar
Web API Client:RestSharp client -A Simple .NET REST Web API Client

In C# we can consume RestAPI using the following ways,

HttpWebRequest or Http
                    
ASP.NET Core 1.x Web API 开发-RESTful API实现
How to enable C++20 compiling in Visual Studio?
There's now a drop down (at least since VS 2019) where you can specifically select C++17. The available options are (und
Multiple Core Processors
Multiple-core processors have been available in personal computers since the early 2000s. Multi-core designs addressed the problem of processors hitting the ceiling of their physical limitations in terms of their clock speeds and how effectively they could be cooled and still maintain accuracy. By moving to extra cores on a single processor chip, manufacturers avoided problems with the clock speeds by effectively multiplying the amount of data that could be handled by the CPU.
with .NET 5, .NET Core and .NET Standard are merged-.NET 5.0 class library
But with .NET 5, .NET Core and .NET Standard are merged, and you don’t have to think about whether to use .NET Sta