搜索:.NET Core, 为您找到相关结果约 1037条结果, 这是第 10 -20 条。 [搜索用时:24 毫秒]

Asp .NET Core Plugins

Dynamic assembly loading in .NET Core is difficult to get right.This is one of my favorite, little-known APIs in .NET Core.Although it doesn’t apply to .NET Core, it’s still a good read.Some the concepts were used when creating .NET Core.A post I wrote last year about some of the foundations of .NET Core apps.

8/28/2018 0字 ViewCount:1553 Score: 8.44945; ASP.NET Core Plugin
https://www.iaspnetcore.com/Blog/BlogPost/5b8492f88078ff1124d2b467/asp-net-core-plugins

ASP.NET Core 资源整理

core 博客 1.https://damienbod.com/aspnetcore/ 各类asp .net core 的英文博客,更新速度很快 2.点部落 www.dotblogs.com.tw   三、asp .net core 项目 1.https://github.com/freeboygirl 收集的各种asp .net core 项目  2.asp .Net coreCMS (1)http://git.oschina.net/ayzhanglei/DanaZhangCms 使用 DotNet Core 开发的一款简单的CMS使用的主要技术ASP.Net Core1.0.0Entity Framework Core 1.0.0SQLite v3ASP.Net MVC Core 1.0.0 .NET Core 跨平台CMS (2)Weapsy  httpsmy blog using a new stack of web technologies including: ASP.NET Core 1.0 RTM Entity Framework Core

6/18/2016 49字 ViewCount:1754 Score: 8.419193; ASP.NET Core
https://www.iaspnetcore.com/Blog/BlogPost/57653a1984cd47099cdea40a/aspnet-core-resource-collation

ASP.NET Core SignalR Client

ASP.NET Core SignalR .NET Client ASP.NET Core 3.x SignalR .NET Client .NET 客户端 SignalR ASP.NET Coreview=aspnetcore-3.1&tabs=visual-studio ASP.NET Core 5.x SignalR .NET Client https://docs.microsoft.comview=aspnetcore-5.0&tabs=visual-studio ASP.NET Core 8.x SignalR .NET Client https://learn.microsoft.comgt;</script> https://www.c-sharpcorner.com/article/building-a-real-time-chat-application-with-net-core-7-signalr/   ASP.NET Core SignalR Java client https://docs.microsoft.com/en-us/aspnet/core/signalr

1/20/2020 3字 ViewCount:2367 Score: 8.416946; ASP.NET Core 3.x ASP.NET Core SignalR
https://www.iaspnetcore.com/Blog/BlogPost/5e2617362328b1510a83087b/aspnet-core-signalr-client

Using MongoDB .NET Driver with .NET Core WebAPI

DataBase": "[database]", "Table": "" }, https://www.codeproject.com/articles/1151842/using-mongodb-net-driver-with-net-core-webapi  How to build step by step an ASP.NET Core WebAPI (.NET Core 2.0) with latest MongoDB driver.access File > New Project > .Net Core > ASP.NET Core Web ApplicationASP.NET Core uses constructor injection in its solution, so we will also use it.This is the new official driver for .NET, fully supporting the ASP.NET Core applications.

12/2/2016 0字 ViewCount:3193 Score: 8.403385; MongoDB ASP.NET Core Web API
https://www.iaspnetcore.com/Blog/BlogPost/5841720c84cd452968623a1f/using-mongodb-net-driver-with-net-core-webapi

ASP.NET Core Background Service-writing .NET Core Worker Service(long running services) as Windows Servicesin .NET Core 3.x.

https://devblogs.microsoft.com/aspnet/net-core-workers-as-windows-services/   .NET Core WorkersCore 3.0 we are introducing a new type of application template called Worker Service.This template is intended to give you a starting point for writing long running services in .NET Coretype that exposes the Windows Service systems to .NET applications.here: https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/windows-service?

4/4/2019 0字 ViewCount:2682 Score: 8.334391; .Net Core 3.x .NET Core Worker Service ASP.NET Core Background Task
https://www.iaspnetcore.com/Blog/BlogPost/5ca6036efb51d01218abbce8/aspnet-core-background-service-writing-net-core-worker-servicelong-running-services-as-windows-services-in-net-core-3x

.NET Core中文分词组件提取关键词jieba.NET Core

.NET Core中文分词组件jieba.NET Core   .NET Core中文分词组件jieba.NET Core,由于实际的一些需求,需要做中文分词。找到了一个 jieba.NET ,不过发现没有.NET Core 版本,看到有人在issue提.NET Core,便将jieba.NET 支持.NET Core。jieba.NET Core版: https://github.com/linezero/jieba.NET jieba分词特点 特点 支持三种分词模式: 精确模式,试图将句子最精确地切开,适合文本分析Core 2.0预览版及.NET Standard 2.0 Preview大概在5月中旬或下旬发布。")Core 2.0预览版及.NET Standard 2.0 Preview大概在5月中旬或下旬发布。")

4/24/2017 1347字 ViewCount:2183 Score: 8.333416; Elasticsearch
https://www.iaspnetcore.com/Blog/BlogPost/58fdaa8184cd45328c5c2613/keywords-extraction-from-net-core-chinese-word-segmentation-component-jiebanet-core

with .NET 5, .NET Core and .NET Standard are merged-.NET 5.0 class library

But with .NET 5, .NET Core and .NET Standard are merged, and you don’t have to think about whetherto use .NET Standard or .NET Core anymore..NET 5.0 application.with .NET 5.0?-android net5.0-ios net5.0-macos net5.0-tvos net5.0-watchos With these TFMs, you can optionally

9/20/2020 0字 ViewCount:1424 Score: 8.278712; .NET5.x
https://www.iaspnetcore.com/Blog/BlogPost/5f67c2a5f757ef01fcf3c465/with-net-5-net-core-and-net-standard-are-merged-net-50-class-library

Logging in ASP.NET Core 1

https://codingblast.com/asp-net-core-logging/ Logging in ASP.NET Core 1 Logging has been a built-infeature since the first release of ASP.NET Core.Good thing about logging is that ASP.NET Core configures it to log internal events from the platform.  ILoggerFactory Key player in ASP.NET Core logging is ILoggerFactory.In one line, it adds file logging to our ASP.NET Core application, which is pretty cool!

7/12/2017 0字 ViewCount:1474 Score: 8.258471; ASP.NET Core ASP.NET Core Logging
https://www.iaspnetcore.com/Blog/BlogPost/59664223c743fc4f741e757d/logging-in-aspnet-core-1

ASP.NET Core 数据保护(ASP.NET Core Data Protection)

在 ASP.NET Core 中,为数据保护相关提供了一批新的 API,包括加密解密机制,下面就让我们来看看吧。ASP.NET Core 中的数据保护 Web应用程序中经常需要存储一些敏感数据(如用户密码),Windows 系统为桌面程序提供了DPAPI用来使用,但是并不适用于 Web 系统。ASP.NET Core提供了一套简单易用的API 用来保护数据。ASP.NET Core 中,数据保护主要是用来给服务端设计的,用来替换ASP.NET 1.x-4.x中的,machineKey主要是用来保证使用Form身份验证时Cookie数据的加密解密,以确保不会被修改Data Protection 是非对称加密(见前面介绍),所以系统中应该还有一个密钥,那么此处的密钥 ASP.NET Core 在系统内部帮你维护了。

4/24/2017 2324字 ViewCount:1950 Score: 8.238997; ASP.NET Core Data Protection
https://www.iaspnetcore.com/Blog/BlogPost/58fda97884cd45328c5c2293/asp-net-core-data-protection

Google reCAPTCHA in asp.net core

It doesn't need to be something that specifically targets asp.net core  You could use some somethingcore project.http://dotnetthoughts.net/implementing-basic-captcha-in-asp-net-5-mvc-6/ I didn't tried it in ASP.NETCore RTM.  Useful links: https://www.dotnetfocus.com/how-to-add-google-recaptcha-to-your-net-core-project

12/21/2016 0字 ViewCount:3094 Score: 8.202319; ASP.NET Core
https://www.iaspnetcore.com/Blog/BlogPost/585a93a784cd453b7c8aa6f4/google-recaptcha-in-aspnet-core