Open-source
here you can find a list of some of my open-source projects, you can also check my Github (don’t forget to follow me 😉) for more details.
Email.NET
Email.Net is an email sender abstraction for .NET to decouple your email sending from the underlying provider, with access to different types of providers such as MailKit, SendGrid, MailGun, etc
here are some blog posts about Email.NET:
SMS.NET
SMS.Net is an SMS sender abstraction for .NET to decouple your SMS sending from the underlying provider, with access to different types of providers such as Twilio, MessageBird, Avochato, etc
RavenSMS
RavenSMS is a .NET SMS channel that utilizes WebSockets to send SMS messages from custom devices like our phones.
Result.NET
Result.Net provides a result object to be used as a wrapper over operations execution results to indicate success or failure, instead of throwing exceptions or returning false without explanation.
here are some blog posts about Result.NET:
Countries.NET
Get access to an in-memory database of countries with no dependencies and no API calls. with Dependency injection support.