我想构建一个单一的累积 web 应用程序,我的组织的用户只能使用一个站点而不是十多个站点用于不同的目的。我的组织有不同的站点用于考勤、帐户、人力资源等等。我想抓取所有这些站点,读取他们的数据并使用 c# 将其保存在我的 sqlserver 中,然后用户可以直接从我的系统中使用/搜索该数据。
How would that work?
What tools/libraries can/should I use?
Are there good tutorials on that?
How do I best deal with binary data (e.g. images)?
Are there already good solutions for that?