Templates in Visual Studio 2022 #13345
Replies: 1 comment 3 replies
-
I'll say what I know but I'm not 100% sure about some things:
I guess that's the folder that contains the backend for Web applications like Blazor server app, but it might be autogenerated code
That
They should be on the shared project, there you can create your own folder tree of your files, but if you're using the default navigation, you have to register them on your |
Beta Was this translation helpful? Give feedback.
-
Yesterday I downloaded all the latest parts to use Uno for the first time and have basically got quite confused.
I haven't found any examples/tutorials that use the solution template from withing Visual Studio, and it seems the solution generates by the CLI is different to that from withing VS.
The first difference I notice is the folder called Backend - no idea what this is meant for?
Then there is the .DataContracts section - again no idea what this is meant for, but I do note that it has the WeatherForecast example in there - is this a documented and explained example somewhere?
The rest of the solution looks pretty similar to the more recent example I can find online. Other than Shared seems to replaced with a tree node that is the name of your project?
However because of the 2 difference above I don't know where models and view models should be for a MVVM solution - there is a Models folder under Business folder.
Is the VS solution template up to date and correct or the CLI more up to date? Is there a guide for the VS template?
Beta Was this translation helpful? Give feedback.
All reactions