Looking for tutorials for C# / asp.net that show how to create a CRUD app with RIDER IDE
Looking for tutorials for C# / asp.net that show how to create a CRUD app with RIDER IDE, I'm trying to learn asp.net but looking for rider specific tutorials since I have a mac. My goal is to learn how to create web apps. I have a comp sci degree so I am not starting from scratch.
9 Replies
the code doesn't change between IDEs
i don't know if you'll find anything that specific, but besides UI differences any tutorial should work
The code doesn't change between IDEs but the structure and tools inside each ide do differ it's simpler to follow a tutorial when your using the same tools
Only if the tutorial is incredibly handholdy, and you'll probably not learn much from following such a tutorial anyways.
Why's that?..
I love how I'm getting opinions on stuff I'm not asking for..
The question is are there any good crud tutorials for asp.net which use rider as an IDE
If you need the tutorial to use your specific IDE (Rider vs VS won't change much if anything), it sounds like you are using a tutorial to literally just repeat their steps, which is proven to be a very inefficient way of learning. Thats why I commented.
There are written guides for visual studio that easily apply to Rider for exactly what you ask for on the official ASP docs
Look for tutorials for VSCode. They'll use the CLI tooling, which works regardless of the editor you're using.
If you actually type out the given code rather than copy/pasting, and make an effort to understand it, I find they can be quite effective.
Software is pretty opinionated tbh
Do you have a link to any good ones you would recommend ?
The Microsoft ones have VSC versions https://learn.microsoft.com/en-us/aspnet/core/introduction-to-aspnet-core?view=aspnetcore-8.0#recommended-learning-path.
Overview of ASP.NET Core
Get an overview of ASP.NET Core, a cross-platform, high-performance, open-source framework for building modern, cloud-enabled, Internet-connected apps.