dodyg / practical-aspnetcore

Practical samples of ASP.NET Core 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create samples for Razor Component Tag Helper library

dodyg opened this issue · comments

https://razor-components.techgems.net/

This library looks genuinely useful.

Hello, @dodyg I am interested in working on this.

You can create probably around 10 samples out of this library. Start from a very single step then make it a sample. The smaller the sample, the better. You just need to highlight one technique or one feature of the library at a time.

You can create probably around 10 samples out of this library. Start from a very single step then make it a sample. The smaller the sample, the better. You just need to highlight one technique or one feature of the library at a time.

Hello, @dodyg I have been digging into the library and can't find 10 different functionalities to make 10 different samples. do you really need 10?

Let's start with one first and we go from there.

@Joose1992

  • Add bin/ and obj/ to your .gitignore file so they are not added to the commit
  • Remove extra items from the sample such as ErrorView and _ValidationScriptsPartial.cshtml. Strip as many extra files and codes as possible. This way your sample can become smaller. The smaller the better.