受欢迎的博客标签
RSS

博客

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
Global Error Handling in ASP.NET Core API 3
http://www.asp.net/web-api/overview/error-handling/web-api-global-error-handling oday there’s no easy way in Web
Building a blogging app with Blazor: Adding Authentication web api using JWT
Building a blogging app with Blazor: Adding Authentication web api using JWT
MongoDB C# Driver-Document
MongoDB stores data in JSON Documents. Actually, they are stored as Binary JSON (BSON) objects on disk
MongoDB C# Driver-Query by List,Cursor,linq 
  List Cursor linq using (var cursor = await col.Find(new BsonDocument()).ToCursorAsync()) { while (await cu