Using the new LengthAttribute in .NET 8 with EFCore and Swashbuckle
Using the new LengthAttribute in .NET 8 with Entity Framework Core and Swashbuckle.AspNetCore which is a short-hand for using both MinLengthAttribute and MaxLengthAttribute.
I’m Maxwell, a software designer and entrepreneur currently based in Nairobi, Kenya. I’m the founder and CEO of Falu.
Using the new LengthAttribute in .NET 8 with Entity Framework Core and Swashbuckle.AspNetCore which is a short-hand for using both MinLengthAttribute and MaxLengthAttribute.
You already may be using Azure Blob Storage to store some files in your application. Are you serving those files to the user efficiently? …
There are times you want ot make updates to a resource on the server without replacing the whole of it. JSON Patch works a great deal in this, lighter and very powerful. To learn more on JSON Patch…
With the introduction of Swift Package Manager (SPM), a number of projects are migrating fully but the majority are keeping SPM alongside Carthage and/or CocoaPods. Migrating a package from CocoaPods…