#dotnet7
Explore tagged Tumblr posts
datavids · 2 years ago
Text
youtube
Build images (picaso paintings even!) in C# based on a string of text - using AI, learn how in about 6 minutes:
2 notes · View notes
mycoolcoderblog · 2 years ago
Text
CQRS Command Validation with MediatR in Asp.net Core
Hello world, I just published a new article about performing validation properly before handeling CQRS Commands in ASP.net core with MediatR #cqrs #validation #dotnet7
Validation is an important part of APIs. When using a clean architecture, or another modern application design pattern, most often we leverage CQRS’ commands for actions like POST, PUT, etc. These commands have side effects. While those without side effects like GET requests are implemented in queries. Commands most often need some sort of asynchronous validation, for example, detecting if an…
Tumblr media
View On WordPress
0 notes
datavids · 2 years ago
Text
youtube
Nuke your repo after too. (recreate repo without secrets in it!)
1 note · View note
datavids · 2 years ago
Text
Learn how to easily return multiple values from a function in c#
1 note · View note
datavids · 2 years ago
Text
Event logs is another helpful place to report your errors
0 notes
datavids · 2 years ago
Text
youtube
1 note · View note
datavids · 2 years ago
Text
youtube
Extension methods are easy to make. Dotnet dev's should check out this short tutorial
5 notes · View notes
datavids · 2 years ago
Text
Bookmarks is a great toolbar item in visual studio. Here is how to use them (in 60 seconds):
1 note · View note
datavids · 2 years ago
Text
AsList<T> vs ToList<T>
0 notes
datavids · 2 years ago
Link
Using statements! (dotnet csharp devs)
0 notes
datavids · 2 years ago
Video
youtube
Here is one that really helps with MVC when it comes to making lists from models and then sorting or comparing those lists afterword.
0 notes