SFERA.Helpers.VisualBasic 1.2024.116.1

dotnet add package SFERA.Helpers.VisualBasic --version 1.2024.116.1
NuGet\Install-Package SFERA.Helpers.VisualBasic -Version 1.2024.116.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SFERA.Helpers.VisualBasic" Version="1.2024.116.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SFERA.Helpers.VisualBasic --version 1.2024.116.1
#r "nuget: SFERA.Helpers.VisualBasic, 1.2024.116.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SFERA.Helpers.VisualBasic as a Cake Addin
#addin nuget:?package=SFERA.Helpers.VisualBasic&version=1.2024.116.1

// Install SFERA.Helpers.VisualBasic as a Cake Tool
#tool nuget:?package=SFERA.Helpers.VisualBasic&version=1.2024.116.1

Subset of Microsoft.VisualBasic.DLL useful for porting Visual Basic code from VB6 or VB.net to .NetCore

Using this library you no longer need to import Microsoft.VisualBasic.DLL

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net48 is compatible.  net481 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • .NETFramework 4.8.1

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on SFERA.Helpers.VisualBasic:

Package Downloads
SFERA.Helpers.Strings

Several and easy utils for strings manipulation. ConvertNumberToLetters, ImageFromText, LevenshteinDistance, RemovesInvalidFileNameChars,ToTitleCase, Sql minifier and much more

SFERA.Database.Wrapper.Microsoft.SQLServer.Native

A simple helper for access to Sql Server databases. This is part of a suite useful for accessing several databases using same syntax.

SFERA.Database.Wrapper.Helper

A lot of useful functions for easy access to databases. This is part of a suite useful for accessing several databases using same syntax.

SFERA.Helpers.Encryption

Several and easy encryption utils in one hand. HEX, MD5, Password generator, deep copy, querystring, serialization and much more

SFERA.Helpers.WEB.JsonLogger

Very simple logger usable for logging any requests and responses inside your controller. It creates easy to access logs grouped by controller name. just add this row at beginning of your controller: SFERA.Helpers.WEB.JsonLogger.Log.LogRequest(ControllerContext: this.ControllerContext, SessionID: Request.Credentials.SessionID, BaseLogFolder: new System.IO.DirectoryInfo(new System.Uri([yourlogdirefctory] + @"\").LocalPath).FullName, Request: [yourIncomingRequestClass]; and this row at end of your controller: SFERA.Helpers.WEB.JsonLogger.Log.LogResponse(ControllerContext: this.ControllerContext, SessionID: Request.Credentials.SessionID, BaseLogFolder: new System.IO.DirectoryInfo(new System.Uri([yourlogdirefctory] + @"\").LocalPath).FullName, Response: [yourOutgoingRequestClass]);

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2024.116.1 657 1/16/2024
1.2022.1209.1 3,156 12/9/2022
1.2022.12.6 600 12/6/2022
1.2021.3 3,543 12/6/2021
1.2021.2 1,002 11/12/2021
1.2021.1 1,026 6/21/2021
1.2020.24.117 8,004 1/24/2020
1.2019.162.100 4,256 6/11/2019
1.2019.116.89 2,733 4/26/2019
1.2019.116.84 885 4/26/2019
1.2019.116.75 557 4/26/2019
1.2019.113.73 759 4/25/2019
1.2019.113.66 607 4/25/2019
1.2019.113.59 571 4/25/2019
1.2019.113.58 915 4/25/2019
1.2019.113.57 606 4/23/2019
1.2019.113.55 621 4/23/2019

Added compatibility with Net8