Info
Version: | 0.0.1.36 |
Author(s): | Sinx He |
Last Update: | Wednesday, November 16, 2016 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Sinx.Utility |
Install
Install-Package Sinx.Utility
dotnet add package Sinx.Utility
paket add Sinx.Utility
Sinx.Utility Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Tags: Utility, Sinx, SinxUtility, Sinx.Utility, Tool, bclExtension
2. Version 0.0.1.16:
a. Get all files of a dir
i. Method System.IO.File.DirectoryEx.GetFiles
b.
[net451] Convert office(word only this version) FileStream to html file
i. Extension of System.IO.FileStream.SaveAsync
ii. System.IO.FileStreamEx.SaveAsync
3. Version 0.0.1.26
a.
Add System.Net.Http.HttpRequestMessageEx.CreateFromRaw method for create a request from raw from fiddler etc.
b. Add System.Text.RegularExpressions.RegexEx.[set] for emil and url validate
4. Version 0.0.1.29
a. Add System.Net.Http.HttpRequestMessageEx.Clone method for clone a httpRequestMessage instance without connection processing limit
b.
[net451] System.Net.Mail.SmtpClient.Create method for create a client use Tecent QQ email or 163 email
5. Version 0.0.1.30
a. Add System.Reflection.TypeInfoEx.GetAssignedProperties method for get a complex class instance's initialized by user
6. Version 0.0.1.35
a.
Add System.Data.IDbConnectionEx, witch makes your data operate easier.