dodyg / practical-aspnetcore

Practical samples of ASP.NET Core 9 preview-5, 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.
MIT License
9.03k stars 1.16k forks source link

Add RSS reading example #383

Open GlassesPi opened 3 months ago

GlassesPi commented 3 months ago

I implemented a simple RSS reader example

askrinnik commented 3 months ago

It seems to me that it is just a string reading example from a web client. Nothing related to RRS is present

GlassesPi commented 3 months ago

What do you suggest for make it more like RSS?

askrinnik commented 3 months ago

What do you suggest for make it more like RSS?

I have a feeling that this example is not related to general idea of this repository. I don't see ASP.NET using in the example

GlassesPi commented 3 months ago

I thought there are tons of ASP.NET websites that show RSS feed on their main page and I added this PR to the repo

askrinnik commented 3 months ago

I thought there are tons of ASP.NET websites that show RSS feed on their main page and I added this PR to the repo

I agree. But I'm afraid your example doesn't contain ASP.NETnor RSS. It's just reading a string value from the web client.

GlassesPi commented 3 months ago

What if I develop it in a way that contain either ASP.NET or RSS? I mean a small ASP.NET WebApplication that shows a RSS list?

askrinnik commented 3 months ago

What if I develop it in a way that contain either ASP.NET or RSS? I mean a small ASP.NET WebApplication that shows a RSS list?

I think it would be great

GlassesPi commented 3 months ago

@askrinnik check the new commit please