#dotnet7
Explore tagged Tumblr posts
Text
youtube
Build images (picaso paintings even!) in C# based on a string of text - using AI, learn how in about 6 minutes:
#dotnet#csharp#dotnetcore#programming#youtube#dotnetdevelopment#visualstudio#visual studio#dotnet7#ai#ai art#Youtube
2 notes
·
View notes
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…
View On WordPress
0 notes
Text
youtube
Nuke your repo after too. (recreate repo without secrets in it!)
1 note
·
View note
Text
Learn how to easily return multiple values from a function in c#
#dotnet#csharp#dotnetcore#programming#dotnetdevelopment#visualstudio#youtube#dotnet7#visualstudio2022#programming demo
1 note
·
View note
Text
Event logs is another helpful place to report your errors
#dotnet#csharp#dotnetcore#programming#dotnetdevelopment#dotnet7#visualstudio#visualstudio2022#programming demo
0 notes
Text
youtube
#dotnet#csharp#dotnetcore#programming#dotnetdevelopment#visualstudio#dotnet7#visualstudio2022#Youtube
1 note
·
View note
Text
youtube
Extension methods are easy to make. Dotnet dev's should check out this short tutorial
5 notes
·
View notes
Text
Bookmarks is a great toolbar item in visual studio. Here is how to use them (in 60 seconds):
1 note
·
View note
Text
AsList<T> vs ToList<T>
0 notes
Link
Using statements! (dotnet csharp devs)
0 notes
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