E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
aspnetcore
Asp.net core 运行时修改,无法实时更新页面
因此需要手动添加运行时编译包:Microsoft.
AspNetCore
.Mvc.Razor.RuntimeCompilation。
快乐的肉球
·
2020-08-18 15:44
.Net
Core
MVC
Razor
TraceId 在
AspNETCore
日志排障中的应用
前言.NetCore日志,相信大家多少都接触过,博客园有关①
AspNetCore
依赖注入第三方日志组件②第三方日志组件Nlog,Serilog应用方法的博文层出不穷。
昔日の暖阳
·
2020-08-18 14:10
更优雅的配置:docker/运维/业务中的环境变量
有经验的同学知道环境变量是问题的答案,但本内容并不止于纸上谈兵,而是结合
aspnetcore
示例进行说明,并给出GNU工具说明和进行python实现。
leoninew
·
2020-08-18 09:59
docker
后端
使用 FluentValidation 实现数据校验、验重
第一步,安装FluentValidation.
AspNetCore
,VS会自动安装依赖的FluentValidation、DI等包。
叮当♪
·
2020-08-16 22:00
asp.net core cookie和jwt简单的登录认证
usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;usingMicrosoft.
AspNetCore
.Authentication.Cookies
星空你好
·
2020-08-16 17:04
asp.net
core
asp .net core Api Swagger集成配置项目
项目2,添加程序包,通过命令的方式进行添加如下:在工具->NuGet包管理器->程序包管理器控制台进行单击进去,能后在再控制台中输入命令执行以下命令Install-PackageSwashbuckle.
AspNetCore
-Version5.0.0
十年河东,十年河西,莫欺骚年穷
·
2020-08-16 16:40
.net
core
.net core 中间件使用
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Threading.Tasks;usingMicrosoft.
AspNetCore
.Builder
段丛磊
·
2020-08-16 16:08
C#
Asp.net Core中使用Redis 来保存Session, 读取配置文件
今天无意看到Asp.netCore中使用Session,首先要使用Session就必须添加Microsoft.
AspNetCore
.Session包,默认Session是只能存去字节,所以如果你想存取string
weixin_34239592
·
2020-08-16 16:59
基于AspNet Core2.0 开发框架,包含简单的个人博客Demo
大家好,最近离职了,利用闲暇时间就捣鼓了一个基于
AspNetCore
开发框架,分享出来希望能给
AspNetCore
学者带来一些帮助,同时也能跟大家一起学习。
weixin_33871366
·
2020-08-16 15:40
.NetCore Session.Redis
1.添加nuget程序包:Microsoft.
AspNetCore
.Session;Microsoft.
AspNetCore
.DataProtection.Redis;Microsoft.Extensions.Caching.Redis.Core
weixin_30670151
·
2020-08-16 15:42
在.net Core中使用StackExchange.Redis 2.0
做了大量的改进包括使用了高性能的IO库System.IO.Pipelines来提升性能以及解决Timeouts问题,但是在.netCore2.2之前为实现布式缓存和session等引用了Microsoft.
AspNetCore
.DataProtection.Redis
weixin_30649641
·
2020-08-16 15:39
ASPNET-
ASPNETCORE
认证
今天我们主要学习的是ASPNET以及
ASPNETCORE
平台上面一些主流的认证方式。
weixin_30414155
·
2020-08-16 15:17
.NET Core 中 Session的使用
beidouxun.com/Articles/Details/50bd1241-bc05-43df-9cbb-d5c00ced33ac.NETCore中使用Session步骤如下:1、安装Microsoft.
AspNetCore
.SessionNuGet
陌生的童话城堡
·
2020-08-16 15:32
零基础的C#小白
.netcore入门12:
aspnetcore
中cookie认证之服务端保存认证信息
上篇(.netcore入门11:
aspnetcore
自带cookie的认证期限分析)讲了cookie的保存和有效期,我们发现并没有在服
jackletter
·
2020-08-16 15:43
.netcore
.netcore入门10:分析
aspnetcore
自带的cookie认证原理
环境netcore3.1.1.0一.认证相关名词解释1.1Scheme、Claim、ClaimsIdentity、ClaimsPrincipal介绍Scheme(独立于另外三个):身份认证方案(应用中可以有多个方案,比如:AddCookie(options=>{})表示cookie方案,AddJwtBear(options=>{})表示token方案)Claim:一条关键信息,比如:身份证上的身份
jackletter
·
2020-08-16 15:42
.netcore
.netcore入门11:
aspnetcore
自带cookie的认证期限分析
环境:.netcore3.1.1.0一、cookie认证的期限配置有两个地方可以进行配置,一个是在startup的AddCookie()设置,另一个是在/Account/LoginAction中的HttpContext.SignInAsync()里进行设置。1.1AddCookie()配置项在这里主要配置两个:ExpireTimeSpan和SlidingExpiration,前者表示一次登录有效的
jackletter
·
2020-08-16 15:42
.netcore
.Net Core简单实用jwt进行token验证
.NetCore简单实用jwt进行token验证安装NuGet包:IdentityModel4.2.0Microsoft.
AspNetCore
.Authentication.JwtBearer2.1.1Microsoft.
AspNetCore
.Authorization2.1.1
hwj_113946
·
2020-08-16 12:45
.NetCore Session.Redis (转载)
1.添加nuget程序包:Microsoft.
AspNetCore
.Session;Microsoft.
AspNetCore
.DataProtection.Redis;Microsoft.Extensions.Caching.Redis.Core
anyi2404
·
2020-08-16 12:30
ASPNET-
ASPNETCORE
Cookie认证(非常重要)
ASPNET-ASPNETCORECookie认证发布时间:2019-06-0902:46:39一个小插曲前几天去面了一家公司,跟面试官话不投机,问题犀利,态度傲慢。比如一上场就问你用过IOC框架吗?其实简历上面也有写Autofac、Unity等,我就说了几个Autofac、Unit、CastleWindsor而且自己参考Autofac也实现过轻量级简单的容器,第二句就是你真的用过IOC框架,Ni
weixin_30444105
·
2020-08-16 11:43
ASP.NET Core WebAPI中使用JWT Bearer认证和授权
为什么是JWTBearerASP.NETCore在Microsoft.
AspNetCore
.Authentication下实现了一系列认证,包含Cookie,JwtBearer,OAuth,OpenIdConnect
dotNET跨平台
·
2020-08-16 11:47
Swagger in Asp.NET Core
首先,使用NuGet安装SwashBuckle.
AspNetCore
然后,在StartUp的ConfigureServices中,加入Services.AddSwaggerGen(c=>{c.SwaggerDoc
yan_ncwu
·
2020-08-16 10:08
C#开发
ASP.NET Core中设置跨域
1.添加NuGet包"Microsoft.
AspNetCore
.Cors"2.appsettings.json中配置可跨域的站点{"Logging":{"LogLevel":{"Default":"Information
windowsliusheng
·
2020-08-16 03:37
ASP.NET
Core
AspNetCore
+Docker +Nginx 反向代理
dockerpullnginxdockerrun-d--namenginx-p12345:80nginx第二句是将主机的12345端口绑定到容器的80端口dockerexec-itnginxbash这里就进入到linux里的控制台了我们知道nginx的主配置文件是在/etc/nginx的nginx.conf使用more命令查看可以看到文件结尾有一句include/etc/nginx/conf.d/
孤星效应
·
2020-08-15 22:01
技术原创
.netcore入门27:使用window服务托管asp.net core网站
环境:window10x64企业版MicrosoftVisualStudioEnterprise2019版本16.6.4.netcore3.1.302第一步、新建
aspnetcore
工程第二步、安装依赖
jackletter
·
2020-08-15 19:54
.netcore
.NET Core入门学习手册
开源地址:https://github.com/windsting/little-
aspnetcore
-book。
dotnet全栈开发
·
2020-08-15 14:18
dotNet开发汇总
ASP.NET Core 配置和使用环境变量的实现
环境ASP.NETCore使用
ASPNETCORE
_ENVIRONMENT来标识运行时环境。ASP.NETCore预设环境Development:开发环境Staging:
·
2020-08-14 16:35
ASP.NET CORE中判断是否移动端打开网页
usingMicrosoft.
AspNetCore
.Http;usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Text.RegularExpressions
learning_1
·
2020-08-14 03:32
开发工具
一篇文章搞懂.netcore2.2升级到3.1
netcore3.1升级过程1.右击程序集,选择editprojectfile,将TargetFramework改为netcore3.1修改前:修改后:2.去除packagereference的Microsoft.
AspNetCore
.App
narojay
·
2020-08-13 14:29
.netcore
c#
worksheet.CellsExcle .net core导出Excle样式常用样式
ExcelWorksheetworksheet=package.Workbook.Worksheets.Add("
aspnetcore
");worksheet.Cells.Style.VerticalAlignment
lwmwsh
·
2020-08-13 12:00
卸载、指定卸载 .NET Core Runtime and SDK
项目使用的Nuget包,比如Microsoft.
AspNetCore
.App等的版本号要与.NETCore版本号(不是SDK版本号,后续说明)保持一致,否则编译或者运行的时候可能会出现一些稀奇古怪的错误
weixin_30849403
·
2020-08-12 01:36
.NET Core 3.0或3.1 类库项目中引用 Microsoft.
AspNetCore
.App
在ASP.NETCore3.0+web项目中已经不需要在.csproj中添加对Microsoft.
AspNetCore
.App的引用但是在.NETCore3.0+类库项目中如果不引用Microsoft.
AspNetCore
.App
沐雪大神
·
2020-08-11 22:26
NetCore
asp.net core 3.1 利用中间件处理options请求
跨域在某些情况下会发送options请求给服务器,具体情况可自行搜索,如无相关设置会返回405错误在asp.netcore3.1webapi下通过中间件来处理options请求usingMicrosoft.
AspNetCore
.Builder
极创意想
·
2020-08-11 00:40
asp.net
c#
asp.net
ASP.NET Core 中的会话和应用状态
view=
aspnetcore
-2.1作者:RickAnderson、SteveSmith、DianaLaRose和LukeLathamHTTP是无状态的协议。
boonya
·
2020-08-09 20:35
ASP.NET
.net Core2.2 WebApi通过OAuth2.0实现微信登录
在NuGet中查找并安装
AspNetCore
.Authentication.
dotNET跨平台
·
2020-08-09 11:10
ASP.NET Core Web API 集成测试
view=
aspnetcore
-
weixin_34352449
·
2020-08-09 00:11
Swashbuckle.
AspNetCore
3.0的二次封装与使用
关于Swashbuckle.
AspNetCore
3.0一个使用ASP.NETCore构建的API的Swagger工具。直接从您的路由,控制器和模型生成漂亮的API文档,包括用于探索和测试操作的UI。
weixin_34138377
·
2020-08-09 00:29
.NetCore使用Swagger进行单版本或多版本控制处理
前面已经介绍过了Swagger的基础使用了下面继续分别详细说明下不添加版本控制以及添加版本控制的使用情况,其实也基本一致,对看起来可能更加容易理解第一步导入nuget包nuget导入Swashbuckle.
AspNetCore
weixin_30809333
·
2020-08-08 23:51
Docker Run 设置环境变量
DockerRunWecanthenoverridetheenvironmentvariablessetintheDockerfilewhenrunningtheimagebyusingthe-eflag:Dockerrun-e"EmailServer=192.168.0.1"myimage对应.netcore应用程序,设置
ASPNETCORE
_ENVIRONMENT
weixin_30439131
·
2020-08-08 23:56
EasyUi+mvc增删改查
LinkID=397860*@@{ViewBag.Title="拍卖会列表";Layout=null;}@usingMicrosoft.
AspNetCore
.Html51
wanglei_samrtfish
·
2020-08-08 23:04
asp.net学习总结
asp.net学习
.net core webapi 定义多版本与 Swagger 的文档输出
前提:需要nuget以下两个程序集Swashbuckle.
AspNetCore
我暂时用的是4.01;Microsoft.
AspNetCore
.Mvc.Versioning.ApiExplorer2.2.0
nic7968
·
2020-08-08 18:17
.net
core
ASP.NET Core MVC中的IActionFilter.OnActionExecuted方法执行时,Controller中Action返回的对象是否已经输出到Http Response中...
我们在ASP.NETCoreMVC项目中有如下HomeController:usingMicrosoft.
AspNetCore
.Mvc;namespaceAspNetCoreActionFilter.Controllers
anyi2404
·
2020-08-08 14:17
测试
c#
json
AspNetCore
源码之ControllerBase.cs类
//Copyright(c).NETFoundation.Allrightsreserved.//LicensedundertheApacheLicense,Version2.0.SeeLicense.txtintheprojectrootforlicenseinformation.usingSystem;usingSystem.IO;usingSystem.Linq.Expressions;us
风神修罗使
·
2020-08-08 13:48
ASP.NET
Core
ASP.NET Core ApiVersioning 版本控制
1、管理NuGet程序包Microsoft.
AspNetCore
.Mvc.Versioning【注意版本号:4.0.0-preview8.19405.7】Microsoft.
AspNetCore
.Mvc.Versioning.ApiExplorer
KingCruel
·
2020-08-08 12:08
.NET
Core
ASP.NET Core的MVC项目自定义身份ApplicationUser
ApplicationUser,并添加了Identity认证后,会出现InvalidOperationException:Unabletoresolveservicefortype'Microsoft.
AspNetCore
.Identity.UserManager
品途旅游
·
2020-08-08 12:28
编程语言
.Net
asp.net core mvc权限控制:分配权限
下面就介绍下如何利用Microsoft.
AspNetCore
.Identity.EntityFrameworkCore框架进行权限分配。
c2iekqea
·
2020-08-04 13:40
Form' threw an exception of type 'System.InvalidOperationException'
环境:VS2017NetCore2.2RazorLayui在处理异步请求是遇到"((Microsoft.
AspNetCore
.Http.Internal.DefaultHttpRequest)this.Request
weixin_30745641
·
2020-08-03 06:00
An error occurred while starting the application.
Anerroroccurredwhilestartingtheapplication..NETCore4.6.26614.01X64v4.0.0.0|Microsoft.
AspNetCore
.Hostingversion2.0.1
秦宇升
·
2020-08-03 01:28
asp.net
core
iis
Unable to cast object of type 'System.Int32' to type 'System.String'.
但是在写接口的时候,Post参数是FromBody的时候报错了Microsoft.
AspNetCore
.Diagnostics.DeveloperExceptionPageMiddleware[1]Anunhandledexceptionhasoccurredwhileexecutingtherequest.System.InvalidCastEx
alx69793
·
2020-08-02 22:10
.netcore配置log4net方法
方法一:1.通过Nuget日志包log4net.
aspnetcore
2.在Program中的CreateHostBuilder方法中添加如下代码publicstaticIHostBuilderCreateHostBuilder
wxg198286
·
2020-07-30 10:18
NetCore 使用Log4Net
中安装Log4Net包安装:log4net安装:Microsoft.Extensions.Logging.Console安装:Microsoft.Extensions.Logging.Log4Net.
AspNetCore
无盐海
·
2020-07-30 07:37
NetCore
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他