Other Flashcards

1
Q

What is a template in the Blazor ecosystem?

A

Is a piece of HTML that is often used and then therefore it is stripped into a template. e.g:
calendar
myTemplate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Will Blazor automatically identify updates to the dom when components update “shared” resources?

A

No. It is necessary to create events and the “interested” components needs to subscribe.

public static event Action OnEventAdded = () => {};

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to test the graph apis on microsoft?

A

graph explorer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly