C# Visual Studio Tutorial - Sending Messages for Beginners
Just for context, my reason for creating these stream are because I noticed how most the coding i learned in school wasn't actually useful to me on a day to day basis. Working in the industry the game of life has never come up once and encoding pixels to hold hidden message, while entertaining, is still pretty useless. College education was all about fun projects that taught you the basics, but didn't provide any real world use. The useful coding series is my attempt to not just provide people with some coding knowledge, but also to provide them with tools that they can easily find a use for in their day to day lives.
This video is part one of a my first useful coding stream where I make three different types of notification services. The first project is a basic .net standard library with just one class performing all the functionality. Following that, i program another .NET standard library using separation of concerns, entity framework, dependency injection, factories, services, and the response request pattern. The last project I take the logic from that .net standard library and use it to implement a service fabric stateless .net core api. A notification service is used to send emails/sms messages out to a desired account. The program was written in Visual Studio using C#. Music for the video was from Streambeats by Harris Heller, and songs are credited while playing in the video.
Part one starts by giving basic information on what a notification utility/service is. After that, the video covers basic set up of the different software's that were involved in the overall project process. The it takes you through creating a .net standard library, implementing code to send a notification using gmail, set up a local nuget repository, configure the program to create a nuget, and test the application using a console app.
Time Codes
00:00 Intro Video
00:28 Introduction
03:13 Visual Studio Setup
03:52 SQL Setup
05:27 SQL Server Manager Setup
05:43 Service Fabric Setup
06:26 Google Setup
08:47 Create Intro Project
10:12 Programming Intro Notification Application class/method
16:39 Programming Intro Notification Application switch case
22:48 Programming Intro Notification Application smtp/mail
29:11 Programming Intro Notification Application nuget
31:39 Programming Intro Test App
35:58 Testing application
38:23 Extro
Links
SQL Server Express
https://www.microsoft.com/en-us/sql-server/sql-server-downloads
SQL Server Management
https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?redirectedfrom=MSDN&view=sql-server-ver15
Visual Studio Community
https://visualstudio.microsoft.com/downloads/
Service Fabric Sdk
https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-get-started
Google Key
https://myaccount.google.com/security
Knowledge Resource
https://support.teamunify.com/en/articles/227-email-to-sms-gateway-list
https://autofaccn.readthedocs.io/en/latest/integration/netcore.html
This video is like C# Ui Academy, VetrivelD, and Programming with Mosh.
If you have ideas for future projects please let me know in the comments.
Other Videos By CouchCmd
2021-06-21 | 7 Days to Die Glitch/Trick: Spear Gun |
2021-06-18 | Five Amazing Valheim Mods in Less than 10 Minutes |
2021-06-09 | How to Mod Valheim in Less Than Five Minutes |
2021-06-04 | Five Amazing Stardew Valley Mods in Less than 10 Minutes |
2021-06-02 | How to Mod Stardew Valley in Less Than Five Minutes |
2021-05-28 | How to Mod 7 Days to Die in Less Than Five Minutes |
2021-05-26 | How to Mod Among Us in Less Than Five Minutes |
2020-12-19 | C# Visual Studio Tutorial - Sending Messages Service Fabric Api Wrapper |
2020-12-12 | C# Tutorial - Advanced Messaging Library with Entity Framework, Response/Request, and D.I. Part-2 |
2020-12-06 | C# Tutorial - Advanced Messaging Library with Entity Framework, Response/Request, and D.I. Part-1 |
2020-11-28 | C# Visual Studio Tutorial - Sending Messages for Beginners |