How to limit the number of interface requests in. NET Core
I have introduced wheels like AspNetCoreRateLimit to you before, but I won't talk about it today. Let's talk about the principles behind it.
I have introduced wheels like AspNetCoreRateLimit to you before, but I won't talk about it today. Let's talk about the principles behind it.
Microsoft's default method is that one class corresponds to multiple resource files, which is quite troublesome to use. This article introduces the use of single resource files, that is, all classes of the entire project correspond to a set of multi-language resource files.
This article shares the basics of Web APIs through. NET Core 3.1, and other updated versions are similar
I sometimes think that in the JAVA field, Spring basically dominates the world. Whether it is novices or masters, everyone is learning, researching and practicing projects.
There are many authorization methods in ASP.NET Core. Let's take a look at three of the more common methods
When WebApi unifies the return of results, I also thought further. First, how to better limit the return of unified formats, and secondly, the packaging of results must be simpler and more powerful. Through constant thinking and improvement, I finally had preliminary results, so I shared them. There was no end to learning and there was no end to thinking. I hope that I can share encouragement with you in this way.
The. NET Core video that I have been updating has finally finished recording. The 203 sections cover. NET Core basic classes, Entity Framework Core, ASP.NET Core WebAPI, DDD (Domain-Driven Design), and practical projects.
Some feature highlights we plan to add to the server in the. NET 7 release
This video collection consists of 58 episodes, including the basic parts of WPF (layout, style, resources, animation, template, MVVM), the concept of Prism (Region, Navigation, DialogService, Module..), MaterialDesign integration, ASP.NET Core WebApi part (Entityframework, release deployment), client release, deployment and other complete development process.
Yesterday, we talked about unit testing, but sometimes it may not be possible to fully test due to time constraints.