WPF
๐

WPF
5 Essential Features of Windows Presentation Foundation (WPF)
WPF stands for Windows Presentation Foundation, introduced with .Net 3.0 frameworks by Microsoft. Window presentation foundation provides us rich user interface and graphics which is not available with window application....
๐

WPF
How to Send an Email Using Csharp in a WPF Application
Microsoft provides us functionality to send email using C# code. We can use System.Net and System.Net.Sockets namespace to send email. Basically these namespace is responsible for sending the data and...