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
Post a Comment