Ddevmonkey917indevmonkey.hashnode.dev·Jul 8, 2022 · 2 min readEasyExcelPlusA .NET Standard library which help you easily work with excel. Extension of Epplus and IExcelDataReader Installation https://www.nuget.org/packages/EasyExcelPlus Install-Package EasyExcelPlus API using EasyExcel; Method ExcelData<T> ImportToList<T...00
Ddevmonkey917indevmonkey.hashnode.dev·Jun 12, 2022 · 2 min readEasyLogFileA .NET Standard library which help you easily work with log Installation https://www.nuget.org/packages/EasyPassword Install-Package EasyLogFile API using EasyLogFile; LoggerProvider void LogInfo(string content); Parameters Example string pathRoo...00
Ddevmonkey917indevmonkey.hashnode.dev·Jun 11, 2022 · 2 min readEasySmtpEmailA .NET Standard library which help you easily work with smtp email Note: If you are using gmail for smtp server and can't send mail because google block it. Follow these steps: #Goto #Then enable Installation https://www.nuget.org/packages/EasySmtp...00