Posts by Wander • 31 points
2 posts
-
2
votes6
answers20421
viewsA: How to get weather and weather information?
If it is via programming with c# recommend using the Html Agility Pack, with it Voce can tell the origin of the information (Site) and inform the code in which divide this information you want being…
-
1
votes4
answers1684
viewsA: Dynamically check which attributes of a Model have been changed?
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace CrashMemory { public…