practical-aspnetcore icon indicating copy to clipboard operation
practical-aspnetcore copied to clipboard

Add RSS reading example

Open GlassesPi opened this issue 11 months ago • 8 comments

I implemented a simple RSS reader example

GlassesPi avatar Mar 18 '24 06:03 GlassesPi

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

askrinnik avatar Mar 18 '24 07:03 askrinnik

What do you suggest for make it more like RSS?

GlassesPi avatar Mar 18 '24 07:03 GlassesPi

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

askrinnik avatar Mar 18 '24 07:03 askrinnik

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

GlassesPi avatar Mar 18 '24 07:03 GlassesPi

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.NET nor RSS. It's just reading a string value from the web client.

askrinnik avatar Mar 18 '24 09:03 askrinnik

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?

GlassesPi avatar Mar 18 '24 09:03 GlassesPi

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

askrinnik avatar Mar 18 '24 10:03 askrinnik

@askrinnik check the new commit please

GlassesPi avatar Mar 18 '24 10:03 GlassesPi