受欢迎的博客标签
RSS

博客

How to Send Mail Using SendGrid In Asp .NET Core
This post is about sending emails using Send Grid API in .NET Core. SendGrid is a cloud-based SMTP provider that allows
.NET Core中文分词组件提取关键词jieba.NET Core
.NET Core中文分词组件jieba.NET Core,由于实际的一些需求,需要做中文分词。 找到了一个 jieba.NET ,不过发现没有.NET Core 版本,看到有人在issue提.NET Core,便将j
ANSJ中文分词关键词提取使用方法
一、前言 之前做solr索引的时候就使用了ANSJ进行中文分词,用着挺好,然而当时没有写博客记录的习惯。最近又尝试了好几种JAVA下的中文分词库,个人感觉还是ANSJ好用,在这里简单总结之。 二、什么是中文分词 百度百科对其定义如下:
elasticsearch2.1.1集成一些实用插件以及配置的开箱即用的版本
https://github.com/hangxin1940/elasticsearch-cn-out-of-box为elasticsearch集成一些实用插件以及配置的开箱即用的版本。 ====== elasticsearch 1.4
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优化性能实践(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实现