Hi,
I have to say that I like this Project to start with.
I plan to create a webpage where I want to have two datepicker Controls and automatically query a Database to list the results between the two dates.
If one mark a row in a datagrid Control, I want to load an image (filename taken from the db object) with overlayed svl Graphics in a separate image Control. I got stuck on accessing /setting up a DB.
I have realized that a very common way to solve this is to use entityframework in the backend and some jquery/angularjs as frontend.
What would be the recommended way to solve this using cshtml5? If I could get the db results into a list or better an observable Collection I believe it would be all solved.
Also I will have to listen to results over Telnet in backend and add the results to the DB. Also I will need a tab on the webpage that continously shows the latest image and results. I assume that is kind of handled automagically for me if I could push the latest results into an observable collection?
Any hints are welcome and if you beleive this is not to solve with cshtml5 then I am very pleased for any recommendations.
(I am newbie when it comes to web programming in general but has experience of WPF)