- What is Blazor?
- What language do you typically use to author Blazor components?
- Can we use existing JavaScript libraries with Blazor?
- How to implement session in BLAZOR?
- Difference between BLAZOR SERVER and WASM?
- BLAZOR life cycle?
- Blazor components are typically authored using what coding language? C# or Razor?
- Blazor components are interactive (can handle UI events) by default?
- How to show table data in Blazor?
- What is use of StreamRendering?
- What is RenderModerInteractiveAuto?
- Blazor project folder structure?
- How do we maintain Web Socket connection?
- How to import QuickGrid?
- Routes in Blazor?
- How to pass URL parms?
- What is namespace in page?
- When we use @inject, @attribute?
- Difference between render mode InteractiveWebAssembly, InteractiveServer, Auto?
- How do we add service to DI?
- What is the use of AddInteractiveServerComponents, AddInteractiveWebAssemblyComponents?
- Default start execution in Blazor?
- What is the use of main layout?
- What are components in Blazor?
- What is the use of Routes.razor?
- Where we can add HeadOutlet, HeadOutlet in Blazor?
- What is PaginationState?
- How to implement pagination?
- When to use SupplyParameterFromForm?
- What is [Parameter]?
- Use of EditForm?
- Explain the NavigationManager?
- What does MapBlazorHub do?
- What are Razor Components?
- How Blazor renders Razor Components?
- Can we call Blazor razor page in MVC?
- What are Route parameters?
- How do you allow Null values in Route parameters?
- Route Constraints?
- What is RenderFragment?
- What is the use of CascadingParameter?
- How to Handle Errors in Blazor?
- What is the use of IDisposable?
- How do we call JavaScript function from Blazor Components?
- What are the Form Validations?
-Thank you, happy coding !!