practical-aspnetcore
practical-aspnetcore copied to clipboard
Add RSS reading example
I implemented a simple RSS reader example
It seems to me that it is just a string reading example from a web client. Nothing related to RRS is present
What do you suggest for make it more like RSS?
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
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 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.
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?
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 check the new commit please