This course was created with the
course builder. Create your online course today.
Start now
Create your course
with
Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Stock Market Data Visualisation App with ASP.NET Core 5 MVC
Introduction
2. Demo - Complete App (16:00)
3. Tools and Installations intros (8:23)
4. Download Stock Market Dataset (10:07)
Application Structure
5. Create New Solution and Projects (4:30)
6. Project referencing and dependencies (3:40)
7. Change Default Bootstrap Theme (5:24)
Domain Models, Database Context & Azure SQL Database
8. Sector Model (2:18)
9. Symbol Model (2:32)
10. StockPrice Model (2:21)
11. ApplicationDbContext Class (4:27)
12. Create Azure SQL Server Database (10:50)
13. Register AddDbContextService for DI And Migrations (5:30)
CSV Helper Class & Data Seeding
14. Helper Class - Reading From CSV file (9:31)
15. Data Seeding Sector.csv file (12:43)
16. Data Seeding Symbols.csv file (11:32)
17. Data Seeding StockPrices.csv file (7:25)
Azure Repos
18. Version Control System with Azure Repos (5:11)
Sector Service
19. ISectorService - Interface (2:49)
20. SectorService - Implementation (4:44)
Symbol Service
21. ISymbolService - Interface (3:34)
22. SymbolService - Implementation (7:34)
Stock Price Service
23. IStockPriceService - Interface (4:30)
24. StockPriceService - Implementation (7:57)
Sector Controller & View
25. Sector Controller - Index Action Method (5:52)
26. Index.cshtml - Sector View (9:06)
27. Index Action Method - Symbol Controller (6:13)
28. Index.cshtml Symbol View (9:19)
Symbol Controller & View
29. Symbol Controller - Detail Action Method (10:16)
30. Detail.cshtml - Symbol Detail View (13:31)
31. FilterByTicker() Action Method - Symbol Controller (6:01)
32. FilterByTicker.cshtml - Symbol View (7:50)
Google Chart Visualisation Api
33. Google Visualisation API Intro (6:40)
34. JsonColumn Object (1:35)
35. JsonRow and JsonCell Objects (3:24)
36. JsonSerializer Class - Convert Object to Json String (10:11)
Stock Price Controller, Action Methods & View
37. StockPrice Chart ViewModel (2:36)
38. StockPriceChart() Action Method - StockCharts Controller (12:04)
39. StockPriceChart() Post Action Method -StockCharts Controller (1:30)
40. StockPriceChart.cshtml - StockCharts View (8:45)
Stock Market Data Charts
41. Stock Market Data Charts - Line Chart (13:23)
42. Stock Market Data Charts - Area Chart (5:15)
43. Stock Market Data Charts - Candlestick Chart (8:57)
44. Stock Market Data Charts - Column Chart (4:05)
45. Stock Market Data Charts - Customising Chart Features (6:16)
46. Stock Market Data Charts - ChartRangeFilter 1 (28:47)
47. Stock Market Data Charts - ChartRangeFilter 2 (12:33)
Bonus lessons
48. Addressing Performance issue with Application (8:58)
Source Code
Complete project Source Code
Azure Repos Url (Source Code link)
43. Stock Market Data Charts - Candlestick Chart
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock