I am brand new to Telerik. I am beginning a new Blazor application in Visual Studio and would like to know what best practices I should follow regarding the structure of my application. For example:
- Should I start with a Telerik project and then add SQL Server and authentication (Identity - Individual Accounts) later? Or is it best to scaffold these first and then add Telerik after they are setup?
- If I start with a Microsoft Blazor Web App, are there best practices for replacing the standard Microsoft themes with Telerik themes?
- Are there best practices for connecting Telerik to SQL Server data?
Thanks in advance for your help.