Structural Question

Hey,

I downloaded Radzen Studio and used it to create a Blazor Server App. It was fast, and as promised it created a fairly generic but functional website with no code input required from me.

Of course I want to see what's under that hood so I openned the project in Visual Studio 2022. I have one question. Why is the "code behind C#" written on the "..razor.designer.cs" files and not "..razor.cs" files?

Thanks,
Vince

You have probable used Radzen Studio which creates those *.razor.designer.cs files. Our newer product Radzen Blazor Studio doesn't do that - it creates only .razor.cs files.

1 Like