ijw.Grid by: ijw.Grid
  • 1 total downloads
  • Latest version: 1.0.0
Package Description
ijw.IO by: ijw.IO
  • 2 total downloads
  • Latest version: 1.0.0
Package Description
ijw.LinqExpression by: ijw.LinqExpression
  • 0 total downloads
  • Latest version: 1.0.0
Package Description
ijw.Log by: ijw.Log
  • 1 total downloads
  • Latest version: 1.0.0
Package Description
ijw.Log.File by: ijw.Log.File
  • 2 total downloads
  • Latest version: 1.0.0
Package Description
ijw.Maths by: ijw.Maths
  • 2 total downloads
  • Latest version: 1.0.0
Package Description
ijw.MessageModel by: Jaren
  • 4 total downloads
  • Latest version: 1.0.0
Package Description
ijw.Net by: ijw.Net
  • 2 total downloads
  • Latest version: 1.0.0
Package Description
ijw.Net.Html by: ijw.Net.Html
  • 5 total downloads
  • Latest version: 1.0.0
Package Description
ijw.Net.Sockets by: ijw.Net.Sockets
  • 4 total downloads
  • Latest version: 1.0.0
Package Description
ijw.Next by: Jaren Duan
  • 8 total downloads
  • Latest version: 0.7.8
What's New: 0.7.8(2024.12.23): *fix: delegateHelper.TryRunUntilNotNull func return null possibly. 0.7.7(2024.12.23): +net80 90 support *fix: ConsoleHelper.readKeyInSeconds throws when console window adjusts width. 0.7.6(2023.4.16): +net70 support 0.7.5(2023.1.11): *Add enum value extension classes. 0.7.4(2021.11.6): *Fix warning for net6.0 and net5.0 0.7.3(2021.8.26): *fix bug: ijwHelper.ToAllEnumStrings when collection is empty. *fix bug: stringBuilder.RemoveLast when there are no enough length to remove. 0.7.2(2021.2.9): *fix bug: throws CollectionEmptyException in IEnumerableContractShouldExt.ShouldNotBeEmpty(); 0.7.1(2021.2.7): +CollectionEmptyException *throws CollectionEmptyException in IEnumerableContractShouldExt.ShouldNotBeEmpty(); 0.7.0(2020.11.16): +net50. 0.6.12(2020.10.27): +ProcessHelper. 0.6.8(2020.10.19): *ToAllEnumString() +ProcessHelper. 0.6.5(2020.9.11): +Obj.HasProperty() extension. 0.6.4(2020.9.11): 0.6.3(2020.9.9): +enum extensions 0.6.1(2020.9.8): *should contract, add Exception message. +enumitems classes 0.5.8(2020.6.12): +interface IDebugString. +Object.ToDebugString extension method. +DataIndexAttribute and DebugStringDisplayNameAttribute 0.5.7(2020.6.4): +String.SubstringAfter and SubstringBefore extension methods. +String.SubstringBetween extension method. 0.5.4(2020.3.8): +Long.ToChineseNumberString extension method. +String.ParseChineseNumberToInt extension method. +String.FindAllChineseNumberStrings extension method. 0.5.3(2020.3.2): +Object in { } extension methods 0.5.2(2020.1.6): +obj.toBoolean toBooleanAnyway toBooleanNullable methods 0.5.1(2019.12.20): *obj.toOtherType, obj could be null 0.4.9(2019.12.17): -object.ToStringAnyway()/ToStringNullable() methods. 0.4.8(2019.11.25): -object.ToOtherType() methods. 0.4.7(2019.11.25): +ObjectToBasicType extension methods. 0.4.2(2019.11.7): +byte[].ToHexString. 0.4.1(2019.11.7): *string.shouldExistSuchFile() and string.ShouldBeValidAbsoluteName() return fileinfo now. Introduction: This package includes a few classes for processing welllog realtime data.
ijw.Next.Collection by: Jaren Duan
  • 17 total downloads
  • Latest version: 0.3.4
What's New: 0.3.4(2023.5.26): *fix bug: ToSimpleEnumStrings output wrongly when only 1 item in collection. 0.3.3(2023.4.16): +net60 net70 support 0.3.1(2022.9.19): *system.valuetuple dep to ValueTupleBridge 0.3.0(2021.11.6): +2 dimension array extension method. 0.2.22(2021.8.26): *fix bug: IEnumerable{string}.Concat when collection is empty. 0.2.21(2021.5.21): *update pkgs; 0.2.20(2020.10.19): *IEnumerable.tosimpleEnumStrings non-generic verison. fix bugs. 0.2.17(2020.10.14): +IEnumerable.tosimpleEnumStrings non-generic verison. 0.2.16(2020.9.4): +IEnumerableExt.SkipNull
ijw.Next.Collection.Async by: Jaren Duan
  • 5 total downloads
  • Latest version: 0.1.5
Package Description
ijw.Next.Data by: Jaren Duan
  • 4 total downloads
  • Latest version: 0.1.0
Package Description
ijw.Next.DDD by: Jaren Duan
  • 5 total downloads
  • Latest version: 0.1.2
Package Description
ijw.Next.DependencyInjection by: Jaren Duan
  • 0 total downloads
  • Latest version: 0.1.2
Package Description
ijw.Next.Grid by: Jaren Duan
  • 1 total downloads
  • Latest version: 0.1.0
Package Description
ijw.Next.Html by: Jaren Duan
  • 3 total downloads
  • Latest version: 0.1.5
Package Description
ijw.Next.IndexRange by: Bradley Grainger
  • 2 total downloads
  • Latest version: 1.0.2
  • Index System.Index Range System.Range C#8
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
ijw.Next.IO by: Jaren Duan
  • 7 total downloads
  • Latest version: 0.7.0
What's New: 0.7.0(2024.12.10): +net80 net90 support. *FileInfo.ReadLines => FileInfo.ReadLinesWithLineNumber +new FileInfo.ReadLines 0.6.17(2023.4.16): +net60 net70 support. 0.6.16(2022.9.19): *use ValueTupleBridge as dep for old net runtime 0.6.14(2021.11.26): *upgrade ijw.next dep, in case winform designer crash:( 0.6.13(2021.9.4): *change default encoding for StreamWriterHelper.NewStreamWriterToStream +IEnumerableStringExt class with WriteToFile method 0.6.12(2021.8.3): *FileHelper.CopyFiles, add tryHarderWhenOverwrite. 0.6.11(2021.7.26): *BatchCopyNotFinishedException inherited from IOException. 0.6.10(2021.7.21): *FileHelper.CopyFiles Fix bugs. 0.6.9(2021.7.14): *CreateReadonlyStream bug fixed: add fileAccess. 0.6.8(2021.6.24): *GetFilesIncludeSubFolders for all TargetFrameworks 0.6.7(2021.6.14): *Fileinfo.Extension: when no extension bug 0.6.6(2020.3.23): +GetMD5 and GetSha1 +CheckMD5 and CheckSha1 0.6.3(2020.2.8): *update ijw.next dep 0.6.2(2020.11.20): +GetFilesIncludeSubFolders 0.6.1(2020.11.16): +net50 0.5.0(2020.6.33): +CompressionHelper 0.4.9(2020.6.9): *FileAccess. 0.4.8(2020.3.9): +FileInfo.Rename method. -clean directoryinfo.forAllfile methods. 0.4.6(2020.3.3): +FileExistException. 0.4.4(2020.3.2): +FileInfo.IsVideo and FileInfo.ExtensionName extensions. 0.4.3(2020.3.1): +DirectoryInfo extension. 0.4.2(2019.11.7): *encoding may not applied when create a streamreader. Introduction: This package includes a few classes for processing welllog realtime data.