<< Back to part 2 We are done with the project setup and the back end implementation, now let’s focus the front end solution. What does it look like ? We have : A folder that contains the…
Tag: SqlTable dependency
.NET Core Angular 5 Entity Framework Core Google Charts HTML 5 SignalR Core SQL SERVER SqlTable dependency
Building real time charts with Angular 5, Google Charts, SignalR Core, .NET Core 2, Entity Framework Core 2 and SqlTable dependency, part 2
<< Back to part 1 Let’s take a look on what does the project look like : To make it work this project contains : A DbContext (GaugesContext.cs) for EntityFramework Core A Hub (GaugeHub.cs) for SignalR that broadcast…