by newadmin | Mar 28, 2020 | .Net, Business News, database, freebies, Recent Post
Download Cassandra Early Release...
by newadmin | Jul 15, 2019 | .Net
How to replace/update code for System.Net.Mail SmtpClient Class with Mailkit SmtpClient Class As most of us have seen this warning. SmtpClient Class Definition Namespace: System.Net.Mail Assemblies: System.dll, netstandard.dll, System.Net.Mail.dll Warning This API is...
by newadmin | Oct 9, 2016 | .Net, Uncategorized
Lets discuss color capabilities in .net Github link For most people Color is RGB or ARGB In.net Color is a struct. This type provides a standard way to specify and mutate colors in the C# language. By adding a reference to the System.Drawing assembly, you can access...