Hi! I'm pretty new in ASP.NET and have some general question about my applications design. I want to develop application of Smart house. The main ide is to make platform for web and mobile clients. I want to acumulate data from sensors (wireless sensor network)
and I want to control physical devices through sensors. Thes things I want to do from web and mobile interface.
My idea is to build ASP.NET MVC application with some UI technologies (i.e., AngularJS) on top and use ASP.NET Web API to build REST services for controlling devices and for data accumulation.
My questions re simple - are mentioned technologies the best choice for building my application? May be You can suggest some improvements or changes?
Thank You in advance!
Go to the complete details ...