受欢迎的博客标签
RSS

博客

.net core 滑动+点击汉字验证码
用 .net core 写的 滑动+点击汉字的验证码,代码比较简单就不做说明了。     github地址 https://github.com/wangchengqun/NetCoreVerificationCo
QueryHelpers which has a function called AddQueryString offers a neat way to build query string in ASP.NET Core
Creating query string in code can lead to errors as you have to deal with strings, ampersand and question marks. Fortuna
asp.net core webapi项目配置全局路由
一、前言  在开发项目的过程中,我新创建了一个controller,发现vs会给我们直接在controller头添加前缀,比如[Route("api/[controller]")],即在访问接口的时候会变成http://loca
c#框架一 ABPFrameWorkGroup/AbpDocument2Chinese
https://github.com/ABPFrameWorkGroup/AbpDocument2Chinese.
asp.net core webapi项目配置全局路由
一、前言  在开发项目的过程中,我新创建了一个controller,发现vs会给我们直接在controller头添加前缀,比如[Route("api/[controller]")],即在访问接口的时候会变成http://loca
How to have shared read-only access to a memory mapped file
Here is a simplified factory method for creating a readonly memory mapped file to a path: public static MemoryMappedFil
http://damienbod.com/2015/09/23/asp-net-5-examples-and-links/
http://damienbod.com/2015/09/23/asp-net-5-examples-and-links/.
MongoDB and e-Commerce
http://www.toadworld.com/platforms/nosql/w/wiki/343.mongodb-and-e-commerce.
Product Catalog with MongoDB, Part 1: Schema Design
https://dzone.com/articles/product-catalog-part-1-schema  .
c#框架二csla
https://github.com/MarimerLLC/csla/tree/master/Source.