Тёмный
No video :(

ASP.NET Community Standup - Taking a look at the TodoApi Sample App 

dotnet
Подписаться 297 тыс.
Просмотров 16 тыс.
50% 1

Опубликовано:

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 16   
@Meligy
@Meligy Год назад
I love how there are so many things I could just "borrow" from this app into my own apps based on my needs for each app. Thanks a million for building this and showing how it works and what pieces I can look for ❤️
@3bodyproblems
@3bodyproblems Год назад
Also super interesting to see how Auth domain it's not just a part of the application it fully drives part of the architecture, also the fact that the full show was mainly about Auth concepts proves how hard Auth can be
@fieryscorpion
@fieryscorpion Год назад
These kind of example apps on standups is awesome! Please do more so we can use best practices at work!
@melody4mind
@melody4mind Год назад
This is an absolutely outstanding watch. Saving it to watch again later :)
@markusn4614
@markusn4614 Год назад
BFF pattern is especially good with Blazor WASM because it allows using rendering mode 'WebAssemblyPrerendered' with authentication, which is a must IMO since Blazor WASM as a SPA takes noticeable longer to load than JS frameworks. This requires jumping through some hoops but is totally worth it for that instant html content.
@danielloth7601
@danielloth7601 Год назад
Lots of good conversation regarding AuthN/AuthZ. I think the other elephant in the room - besides the reality that not everybody can, or even should, use OIDC - is that some software companies allow their web application software to sprawl across two or more subdomains, instead of using a reverse proxy from the outset and diligently operating on a single domain (or single subdomain). Suddenly using cookies for authentication becomes untenable because of the CORS requirements. But cookies have come a long way now, with various security controls around their transmission, and being able to set a cookie in a modern browser that is implicitly transmitted as part of each request is very powerful. A bit of a shame I think.
@fieryscorpion
@fieryscorpion Год назад
Pretty amazing session. Thanks guys!
@fieryscorpion
@fieryscorpion Год назад
Would love a part 2 of this!
@3bodyproblems
@3bodyproblems Год назад
Glad to see a second video on the TodoApi ( first one was by Raw Coding I think ) , Context it's a big part of Software design so it's important to know the context that drove the creator of the api to code it that way
@3bodyproblems
@3bodyproblems Год назад
I would like to see a walk through the unit testing testing part :
@caseyspaulding
@caseyspaulding Год назад
Thanks guys
@mfsbo
@mfsbo Год назад
Rehash the hash password. I think he just means move the old hash and then once they login then have new hash.
@7th_CAV_Trooper
@7th_CAV_Trooper 2 месяца назад
You can't just move the old hash. You will never be able to generate it from the PW on a new system.
@natureloverph
@natureloverph Год назад
please make a real world app not hello world. blazor is no longer experimental.
Далее
СМАЗАЛ ДВЕРЬ
00:31
Просмотров 125 тыс.
Keynote: Why web tech is like this - Steve Sanderson
1:00:35
.NET 7  💥  - ASP.NET Core Web API Filters
49:45
Просмотров 18 тыс.
Live Coding OAuth using OpenIddict and .NET
2:40:11
Просмотров 10 тыс.