Hi all;
I am creating a somewhat simple CRUD ASP.NET Core 6 app using Blazor. I'm experienced with ASP.NET MVC (6 years ago) but am new to Blazor. And this app needs to auto-layout based on screen size so it looks good on a phone as well as the desktop. It'll be server side Blazor.
I have a couple of questions:
- What is a good tool to use for the wire framing as we specify the app? I want one that's easy to use (I have non programmers specifying the app) and I'm not concerned about it looking perfect.
- What is a good tool to use for creating the pages? Preferably one that is helpful for seeing the auto-layout effect.
- What is a good library that will do the auto-layout well? Is DevExpress' Blazor components a good selection? (I used their Forms components and was always happy with the library and the support.) Or if some other library instead/also, what do you suggest?
- And by any chance are there good cheat sheets or quick references for:
- ASP.NET MVC/razor sample app
- ASP.NET API app, including Swagger
- ASP.NET Blazor app
- Package Manager Console
- Moq
- Scaffold (the useful items)
thanks - dave