受欢迎的博客标签
RSS

博客

How to creating a XML Sitemap middleware in ASP.NET core

This post is about creating a XML Sitemap middleware in ASP.NET Core.

Sitemaps provide a way of informing sea

How to Cache headers ETag for MVC File Action Result inASP.NET Core

 

This article shows you how to configure the ASP.NET Core 2.0 MVC File action result to write file to r

How to call c# dll or class within c++ project - write COM visible interface and classes in C# and expose them through COM

"C++ master C# slave" struct

write COM visible interface and classes in C# and expose them through COM
i

VS C# 在项目中调用第三方静态库库Lib

有三种方法可以调用第三方库。

(1)直接在代码前添加引用

#include "../DLL/DLL.h"   //通过相对路径或绝对路径添
                    
网页优化SEO-Meta标签设计详解(网站宣传)
Web性能优化-合并js与css,减少请求
   Web性能优化已经是老生常谈的话题了, 不过笔者也一直没放在心上,主要的原因还是项目的用户量以及页面中的js,css文件就那几个,感觉没什么优化的。人总要进
缓存在高并发场景下的常见问题

缓存在高并发场景下的常见问题   缓存一致性问题 当数据时效性要求很高时,需要保证缓存中的数据与数据库中的保持一致,而且需要保证缓存节点和副本中的数据也保持一致,不能出现差异现象。

这就比较依赖缓存的过期和更

ASP.NET Core中间件实现分布式 Session

1.1. 中间件原理

1.1.1. 什么是中间件

中间件是段代码用于处理请求和响应,通常多个中

NopCommerce 4.x (4)-How to Generate a rss in ASP.NET Core

A rss is good for SEO because it tells search engines what pages of your site it should index. But how do we create a

VS C# 调用C++ dll 调试dll设置详细步骤

This tutorial shows how to debug native code(dll) from a managed app。

Debug both C# and C++ code