Angular & SQL Server connections

When I create an Angular app in Radzen and try to set the data source to SQL Server I get a message that it is not possible. I must enable server side function in the app. When I do that I lose the ability to create an Angular app and must create a .net Core app in either C# or VB..

How do I connect an Angular app to SQL Server using Radzen?

Thanks

John W

Hi John,

Enabling server-side support doesn't make the application non-Angular. The .NET Core part is used to connect to your database and expose it as an OData service. You still have an Angular application. You can find more info in the Architecture help topic.

Thank you. I have gone back and looked at the architecture info again. Its slowly making more sense. Coming from a .net web forms background it taking me a bit. Code behind was/is so easy...