Every time i see someone talk about view components I feel like the concept should be merged with taghelpers to some extent. They both can have services register in the DI container injected into them, they bot do some processing and output markup to the page.
The way things are today, what are the advantages of using TagHelpers in one instance or ViewComponents in another
I agree with Rob. So how can we bring awareness to the general community on these standards. Can we have some more of the web standards content on Ch9?
Comments
ASP.NET Monsters #24: View Components in ASP.NET MVC Core
Every time i see someone talk about view components I feel like the concept should be merged with taghelpers to some extent. They both can have services register in the DI container injected into them, they bot do some processing and output markup to the page.
The way things are today, what are the advantages of using TagHelpers in one instance or ViewComponents in another
Advanced ASP.NET Core Authorization with Barry Dorrans
@blowdart fair enough. How would you demonstrate leveraging security tokens (JWT, etc) for web based APIs w/ aspnet-core ?
Advanced ASP.NET Core Authorization with Barry Dorrans
These videos on security have been very insightful.
it would be great if you could do another one on setting up token based security or federated identity with IdentityServer :)
CodeChat 055 - Stealing Some Time with David Crook
You mean Agent Smith!
What's New and Coming For Glimpse
Is Diagnostic Source available in 4.6/ 4.6.1?
I would love to seem some examples of how to consume these diagnostic events in my own apps with and without the attributes.
Azure API Management Overview
So is the code in those policies pretty much copy and past ? Are there any intellisense in the online editor ?
Rob Eisenberg on Aurelia
Aurelia is great, been using it for months. Very easy to get started
CodeChat 047 - RethinkDB Real-Time Database
Shout out to the Thinker!!
It would be great to have a rethinkdb service in azure
ASP.NET + SPA
Hey Steve... so whats happening with KnockoutJS. That's that was used in the Azure portal no ?
Welcome and Acquisition Demo
Isn't it confusing to have two different installations of the aliased as default? I can image that would screw up the tooling
CodeChat 036 - Colin Megill Brings Up Strong Reasons to Use React.js
I agree with Rob. So how can we bring awareness to the general community on these standards. Can we have some more of the web standards content on Ch9?
Update on TagHelpers with Taylor Mullen
Wouldn't it make sense to merge _ViewStart and _GlobalImports?