PreviousNext

How to Send Emails in ASP.NET Core 1.0

by bill-s, 2016-02-27T03:08:25.000Z

ASP.NET Core 1.0 is a reboot of the ASP.NET framework which can target the traditional full .NET framework or the new .NET Core framework. Together ASP.NET Core and .NET Core have been designed to work cross platform and have a lighter, faster footprint compared to the current full .NET framework.

Read More