c# - Display content from various sources -


what best way display content multiple sources(websites)? example, display news various news sites site. not links actual content. want automate process , avoid manual intervention.

for have macro in excel gets data these websites , insert sql server.

so currently: excel --> sql server --> dbviews --> html

i want rid of excel step , automate if possible.

is there way can write model class handle data? get/manipulate data , display on page without inserting in sql server db?

any appreciated


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -