受欢迎的博客标签
RSS

博客

Localized routes with ASP.NET 5 and MVC 6
Localized routes with ASP.NET 5 and MVC 6 http://www.strathweb.com/2015/11/localized-routes-with-asp-net-5-and-mvc-6/
Loading ASP.NET Core MVC Views From A Database Or Other Location
https://www.mikesdotnetting.com/article/301/loading-asp-net-core-mvc-views-from-a-database-or-other-location source cod
Building a Simple HTTP API using Node.js with MongoDB and Mongoose
http://weblogs.asp.net/shijuvarghese/building-a-simple-rest-api-using-node-js-with-mongodb-and-mongoose.
Asp .NET Core Plugins
I recently published a new package for .NET Core developers that want to implement a plugin system. Dynamic as
VisualStudio2017下如何设置版权!
http://www.cnblogs.com/hanyinglong/p/6617361.html VisualStudio2017下如何设置版权!   阅读目录 1.VisualStudio2017设置版权 2.Vis
百度主动主动推送
http://zhanzhang.baidu.com/college/courseinfo?id=267&page=2#h2_article_title19.
Creating ASP.NET Core Mvc + Razor Class Libraries+样式
件夹) 1. Introduction Razor Page Library 是ASP.NET Core 2.1引入的新类库项目,属于新特性之一,用于创建通用页面公用类库。也就意味着可以将多个Web项目中通用的Web页面提取出来,封装成
Mongodb数据模型设计总结
  http://cncc.bingj.com/cache.aspx?q=GridFSBucket&d=4791093328743595&mkt=en-US&setlang=en-US&w=bvR
.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