Pinned Repositories
BlogPosts
this repository contains code samples used in blog posts on my blog
Countries.Net
Get access to an in-memory database of countries with no dependencies and no API calls.
DirectoriesManager
Directories manager is a simple app for performing multiple actions on your directories, with bulk move, rename, and search functionalities.
DirectoryManager
Directory Manager is a simple Plugin for adding more functionality to the DirectoryInfo Object under the System.IO namespace, our plugin lives under the System.IO.Expand namespace.
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
IdentityServer4.MongoDB
IdentityServer4.MongoDB is a package that provides the Storage implementation on top of the MongoDB database driver to add data persistence for IdentityServer.
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.
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 RavenSMS, Twilio, MessageBird, Avochato, etc
YoussefSell's Repositories
YoussefSell/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.
YoussefSell/RavenSMS
RavenSMS is a .NET SMS channel that utilizes WebSockets to send SMS messages from custom devices like our phones.
YoussefSell/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
YoussefSell/Countries.Net
Get access to an in-memory database of countries with no dependencies and no API calls.
YoussefSell/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 RavenSMS, Twilio, MessageBird, Avochato, etc
YoussefSell/BlogPosts
this repository contains code samples used in blog posts on my blog
YoussefSell/IdentityServer4.MongoDB
IdentityServer4.MongoDB is a package that provides the Storage implementation on top of the MongoDB database driver to add data persistence for IdentityServer.
YoussefSell/DirectoriesManager
Directories manager is a simple app for performing multiple actions on your directories, with bulk move, rename, and search functionalities.
YoussefSell/DirectoryManager
Directory Manager is a simple Plugin for adding more functionality to the DirectoryInfo Object under the System.IO namespace, our plugin lives under the System.IO.Expand namespace.