dotnetcore-examples icon indicating copy to clipboard operation
dotnetcore-examples copied to clipboard

about learning DotNetCore via examples. DotNetCore 教程、技术栈示例代码,快速简单上手教程。

Results 5 dotnetcore-examples issues
Sort by recently updated
recently updated
newest added

### AOP +FreeSql 跨方法异步事务 - Autofac.Extensions.DependencyInjection - Autofac.Extras.DynamicProxy - Castle.Core.AsyncInterceptor(异步方法AOP拦截) ```csproj ``` 使用Autofac实现特性标签,事务处理 创建一个标识事务的特性标签 ```csharp [AttributeUsage(AttributeTargets.Method, Inherited = true)] public class TransactionalAttribute : Attribute { /// /// 事务传播方式 /// public...

documentation

## Plan 本项目计划实现与.NET Core相关的框架, 库和工具的示例代码,并写一些文档介绍他们的使用方式。 技术栈 - .NET Core 3.1/C#/aspnetcore - VS2019 或 Rider 或 VS Code Awesome中有许多关于.NET Core相关的技术资源,我们可以按照这些模块去做示例。 - Awesome .NET Core [https://github.com/thangchung/awesome-dotnet-core](https://github.com/thangchung/awesome-dotnet-core) - 翻译版:[https://github.com/jasonhua95/awesome-dotnet-core](https://github.com/jasonhua95/awesome-dotnet-core) 目前文件夹分类不太明确。需要做如下调整,计划如下目录,但太夸张了。所以先执行一小部分,看情况。调整目录。 如果类库在awesome中出现,按如下方式创建文件夹,如果实在找不到,而且也不属于下面文件夹分类,可放置在999-Others目录中。 dotnetcore-examples目录 ├─999-Others...

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies
javascript

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies
javascript

Bumps [Swashbuckle.AspNetCore.SwaggerUI](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 5.3.3 to 6.4.0. Release notes Sourced from Swashbuckle.AspNetCore.SwaggerUI's releases. v6.4.0 Changes since v6.3.0 v6.3.1 Changes since v6.3.0 v6.3.0 Changes since v6.2.3 v6.2.3 Changes since v6.1.3 v6.1.3 No...

dependencies
.NET