Building Weather Forecast Application Using ASP.NET Core MVC | بناء تطبيق حالة الطقس المتوقعة



في هذا الفيديو ، سننشئ تطبيقًا للحصول على حالة الطقس بناءً على المدينة
سنستخدم OpenWeatherMap للحصول على معلومات الطقس

https://openweathermap.org/
https://openweathermap.org/price#weather
https://openweathermap.org/current

ASCII Code
https://support.microsoft.com/en-us/topic/insert-ascii-or-unicode-latin-based-symbols-and-characters-d13f58d3-7bcb-44a7-a4d5-972ee12e50e0
https://theasciicode.com.ar/extended-ascii-code/degree-symbol-ascii-code-248.html

▬▬▬▬▬▬ T I M E S T A M P S ▬▬▬▬▬▬
00:00:00 – What We Are Going to Build
00:00:52 – Exploring OpenWeatherMap
00:02:25 – Pricing Plan of OpenWeatherMap
00:03:38 – OpenWeatherMap API Key
00:04:06 – Request URL
00:05:56 – JSON Parser
00:07:20 – Creating ASP.NET Core MVC Project
00:08:06 – Creating Models (City, SearchByCity)
00:12:18 – Creating WeatherForecast Controller
00:15:52 – Creating Views
00:28:45 – Building OpenWeatherMap Models in Our Project
00:34:32 – RestSharp and Newtonsoft.JSON
00:36:18 – Adding APP_ID in Project
00:37:36 – Creating Repositories
00:45:45 – Dependency Injection (Constructor)
00:47:25 – City IActionResult
00:50:03 – Change Default Route
00:50:17 – Run and Test Application
00:52:30 – Debugging Application
00:54:52 – Epilogue

للاشتراك
https://cutt.ly/5jib8Fd

Docker سلسلة تعلم
https://www.youtube.com/playlist?list=PLX1bW_GeBRhDkTf_jbdvBbkHs2LCWVeXZ

ASP.NET Core مقدمة في تعلم
https://www.youtube.com/playlist?list=PLX1bW_GeBRhAjpkPCTpKXJoFGe2ZpYGUC

▬▬▬▬▬▬ Our Social Media Platforms ▬▬▬▬▬▬
Facebook ► https://www.facebook.com/codographia/
Facebook Group ► https://www.facebook.com/groups/codographia
Instagram ► https://www.instagram.com/codographia/

Comments are closed.