I’m working with the below MSSQL data structure which is handled by LINQ to SQL.
A ASP.NET WebService is using this LINQ to SQL to publish WebMethods like GetTanks() which returns a list of Tank objects.
My purpose is to create a web page which display the current SensorValues for all Tanks. Since I’m developing a client [...]