MsIot 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MsIot --version 1.0.0
                    
NuGet\Install-Package MsIot -Version 1.0.0
                    
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="MsIot" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MsIot" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="MsIot" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MsIot --version 1.0.0
                    
#r "nuget: MsIot, 1.0.0"
                    
#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.
#:package MsIot@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MsIot&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=MsIot&version=1.0.0
                    
Install as a Cake Tool

MsIotPermission MsIotPermission is a shared library designed specifically for internal use by our company. It provides a centralized collection of classes and enums related to user management, permissions, email operations, S3 image handling, and more. This package helps maintain consistency and reusability across our projects.

Features User Management:

Shared models for User, Role, and Password management. Enums for roles and permissions to simplify user access control. Permission Handling:

Predefined permission enums for managing user and role-level permissions. Email Utilities:

Classes for managing email templates and operations. Geographical Data:

Support for country and region-based data. S3 Image Handling:

Models for uploading and managing images in AWS S3. Installation Install the package via NuGet Package Manager or .NET CLI:

bash Copy code dotnet add package MsIotPermission Usage

  1. User Management csharp Copy code var user = new User { Username = "example", Email = "user@example.com", Role = Role.Admin };
  2. Permission Handling csharp Copy code if (user.Role == Role.Admin && permission == Permissions.UserCreate) { // Allow access }
  3. Image Handling with S3 csharp Copy code var image = new S3ImageInp { FileName = "example.jpg", FileStream = fileStream };
  4. Email Utilities csharp Copy code var emailTemplate = new EmailTemplate { Subject = "Welcome!", Body = "Hello, welcome to our service." }; Compatibility This package is designed for use with .NET 6.0 and above.

License This package is proprietary and intended for internal use by [Your Company Name] only. Unauthorized distribution or use is prohibited.

Contributing Since this is a company-specific package, contributions are limited to internal teams. If you encounter issues or need enhancements, please contact the development team.

Product Compatible and additional computed target framework versions.
.NET 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.3.21 129 9/3/2025
1.3.20 129 8/21/2025
1.3.19 120 7/29/2025
1.3.18 398 7/25/2025
1.3.17 491 7/23/2025
1.3.16 498 7/23/2025
1.3.15 124 7/17/2025
1.3.14 145 7/10/2025
1.3.13 152 7/10/2025
1.3.12 145 7/9/2025
1.3.11 168 7/4/2025
1.3.10 141 7/3/2025
1.3.9 159 6/29/2025
1.3.8 147 6/18/2025
1.3.7 261 6/13/2025
1.3.6 288 6/12/2025
1.3.5 145 6/5/2025
1.3.4 316 6/4/2025
1.3.3 145 6/4/2025
1.3.2 142 6/3/2025
1.3.1 146 6/3/2025
1.2.14 123 5/30/2025
1.2.13 188 5/24/2025
1.2.12 151 5/19/2025
1.2.11 190 5/19/2025
1.2.10 153 5/17/2025
1.2.9 238 5/13/2025
1.2.8 152 5/5/2025
1.2.7 148 5/5/2025
1.2.6 299 5/2/2025
1.2.5 152 5/1/2025
1.2.4 169 4/24/2025
1.2.3 163 4/24/2025
1.2.2 299 4/18/2025
1.2.1 258 4/11/2025
1.2.0 123 3/29/2025
1.1.9 488 3/25/2025
1.1.8 411 3/19/2025
1.1.7 172 3/18/2025
1.1.6 160 3/16/2025
1.1.5 157 3/14/2025
1.1.4 180 3/9/2025
1.1.3 325 3/4/2025
1.1.2 156 2/26/2025
1.1.1 156 2/24/2025
1.0.9 120 2/20/2025
1.0.8 250 2/11/2025
1.0.7 124 2/10/2025
1.0.6 117 2/10/2025
1.0.5 126 2/9/2025
1.0.4 120 2/8/2025
1.0.3 165 1/29/2025
1.0.2 112 1/28/2025
1.0.0 208 1/9/2025