OneLine 6.4.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package OneLine --version 6.4.4
NuGet\Install-Package OneLine -Version 6.4.4
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="OneLine" Version="6.4.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OneLine --version 6.4.4
#r "nuget: OneLine, 6.4.4"
#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 OneLine as a Cake Addin
#addin nuget:?package=OneLine&version=6.4.4

// Install OneLine as a Cake Tool
#tool nuget:?package=OneLine&version=6.4.4

OneLine

<p> <a href="https://www.nuget.org/packages/OneLine" target="_blank"> <img src="https://buildstats.info/nuget/OneLine?v=3.0.108" /> </a> </p>

OneLine is a multiplatform, standardized, redefined framework.

Botoneline is a bot that analyzes databases design and setups a generic multiplatform solution for you.

<a href="https://www.youtube.com/watch?v=7CZL-Jo6TAE" target="_blank">See Botoneline in Action!</a>

<a href="https://github.com/arivera12/OneLineGuideLine" target="_blank">See OneLine and Botoneline GuideLine!</a>

How it's possible a robot that develops?

Yes, it's possible!

I have been developing this robot since 2013.

This robot resolve common patterns and some general patterns as well.

Botoneline is being teached more everyday.

I have developed 35+ applications with it.

General technical features

  • Service Arquitecture (Dependency Injection & Inversion of Control)
    • HttpClient's
    • DbContext
    • Smtp
    • BlobStorage
    • Repositories
    • Authorization
    • Authentication
    • SignalR client and server hub context
    • Resource manager localizer client and server
    • Localized label, text and messages
    • AuditTrails
    • System exception logs
  • Componentization
  • Single Page Application Arquitecture
  • RESTful API
  • Standardized
  • Eventable
  • Listenable

Botoneline features (Commercially available)

  • RAD (Rapid Application Development) and Prototyping
  • WORE (Write once, run everywhere)
  • Multi platform deployment support (Thanks to MobileBlazorBindings)
    • Web Api
    • Blazor WAsm
    • Blazor Server
    • Android 4.4 onwards
    • iOS 12.0 onwards
    • Windows Desktop and WPF (Under Development)
    • MacOS Desktop (Under Development)
    • Linux (Planning TBA)
  • Database Providers Supported Over Entity Framework Core
    • SQL Server 2012 onwards
    • SQLite 3.7 onwards
    • PostgreSQL
    • MySQL
    • MariaDB
    • Oracle DB 11.2 onwards

Any other database engines can be supported as requested per need.

Managements and Pre-implementations

  • User account management
  • Localized Emails Management
  • Authorization and authentication management using JWT
  • Default security pre implemented (Admin only)
  • Fully claims based security pre implemented
  • Interfaces, models, view models and search criteria model implementations
  • Localized validations implementation
  • Resource files with translations
    • Resource.resx (Default English)
    • Resource.en-US.resx
    • Resource.es-PR.resx
  • Translations and localization management server and client side withing the app and the user account
  • Http Services with user token management and api integration
  • Message and Notifications management using SignalR (In-App only at the moment)
  • User and Application State Management
  • User Info Storage Management (Encrypted by default)
    • Session
    • Persistent
  • Session Token Lifetime Management
    • Auto Renew Session Token when Session is Expired in a User Action after Server Response
    • Ask for More Session Time
    • Redirect on Session Expired Client time out
  • Configuration file management
  • Configuration file chooser per enviroment management (Debug (Development), Staging (Test) or Release (Production))
  • Pre-implemented localized core base classes for forms and data views per every table
    • *CardViewComponent.razor
    • *DetailsComponent.razor
    • *FormViewComponent.razor
    • *IndexViewComponent.razor
    • *ListViewComponent.razor
    • *ModalOptionsComponent.razor
    • *TableViewComponent.razor
    • *TypeaheadComponent.razor
  • Every UI component withing the same table context shares the same base UI class
  • Every UI component is editable and extendable as needed
  • Device Oriented UI/UX
    • Desktop
    • Tablet
    • Mobile
  • Bootstrap 4 Template
  • Pre-Implemented Controllers with authorization and authentication
  • Pre-Implemented Repositories as services and pre registered service container
    • Repository and Service patterns have been redefined and reimplemented as Repository Service using Base Api Context Service
  • RESTful API Arquitecture (JSON, XML and CSV)
  • .csv and .xlsx document templates for posting to the API per controller
  • Services are pre-registered per enviroment or platform
  • Response has a base api response format
  • Search results are always paged by default
  • CRUD methods are pre implemented supports single and multiple, also with performance multiple method.
  • Multiple Blob Storage Provider Support (Thanks to Storage.Net)
  • Microsoft Azure
    • Blob Storage
    • File Storage
    • Data Lake Gen 1
    • Data Lake Gen 2
    • Storage Queue
    • Event Hubs
    • Service Bus
  • Amazon Web Services
    • Simple Storage Service (S3)
    • Simple Queue Service (SQS)
  • Google Cloud Platform
    • Cloud Storage
  • Misc
    • Azure Databricks DBFS
    • Service Fabric Reliable Collections
    • Azure Key Vault
    • Local Disk (Blobs, Messaging)
    • Zip Archive (Blobs)
    • In-Memory (Blobs, Messaging)
    • FTP (Blobs)
  • Blobs Management is centralized and auto managed
  • Blobs doesn't never need a child table to support multiple file upload references
    • Define a binary column field on your table and the tool will manage it for you saving the file reference in the binary column and the file in the physical storage.
  • Server exceptions are pre-handled and recorded
  • Every operation is auto audited with option of rolling back any operation at any time
  • SDK export available to share from base project for .net

Default framework views implementation

  • Login
  • Register
  • Forgot password
  • Reset password
  • Translate Component
  • Confirm Email/Account
  • Users account management
  • Audit trails
  • Exception logs
  • Supported cultures
  • Notification messages
  • User blobs
  • Smtp pre implementation and integration with localized basic email templates
  • File component
  • Navigation sidebar menu component with icons
  • Empty layout
  • Log out

Multi Platform Services

  • Application configuration
  • Application configuration source
  • Application State
  • Device
  • Device Storage
  • In App Notifications (Push notification integration is on the way)
  • Resource manager localizer
  • Save file
  • Supported cultures

Blazor Core Features

  • Pre implemented base class for forms and data views
    • Load (with before and after actions)
    • Validate (using fluentvalidation)
    • Save (create & update) (with before and after actions)
    • Reset (with before and after actions)
    • Cancel (with before and after actions)
    • Delete (with before and after actions)
    • Form State Management (create, update, details, copy, delete & deleted)
    • Blob Management
    • Request and Response Management
    • Single and Multiple State Management
    • Search (with before and after actions)
    • Select Record/s (with before and after actions)
    • Records Selection Mode (single or multiple)
    • Minimum and Maximun Selection Range Management
    • Minimun and Maximun Selection Reach Listenable
    • Filtering (client and server)
    • Sorting (client and server)
    • Paged Data Management
    • Go Previous Page (client and server)
    • Go Next Page (client and server)
    • Go to Page Index (client and server)
    • Page Size (client and server)
    • Page Sort By (client and server)
    • Collection Mode Management (append or replace)

Blazor Extended Core Features

  • Chained components behavior (behavior like stepper) with a few source modifications
    • Forms (Back or Save/Next)
    • CRUD (Create, Read, Update, Delete operations) (back and/or next)
    • Data Views (Select single or multiple, back and/or next)

Let's talk about the benefits of Botoneline

  • Reduces and cuts development time and deliverables.
  • Reduces and cuts the numbers of developers or team.
  • Reduces and cuts development bugs or errors margin to or almost 0% (I have done myself a few dozen of projects without any bugs or errors of any class).
  • Increase developers productivity starting from 500% to 1200% (This is my estimates based on how slow or fast I have delivered a project).
  • The development from scratch application real estimated time will be cut from 62% to 84% (You will only need to develop for 38% to 26% of the project).
  • Extreme fast, optimized and high level development.
  • Less coding to resolve general or specific software patterns.
  • Less code means easier to maintain.
  • What are the things I need to do or should take care starting from this advantage point?
    • Adjust labels text and translations on forms and data views (This will be improved in the near future but what you will get out of the box is still great).
    • Apply business and security rules to the web api and the web user interface.
    • Third party api/service integrations.
    • Dashboards and/or reports.

DON'T REPEAT YOURSELF.

DON'T WRITE CODE WITH STRESS OR WORKLOAD ANYMORE.

WRITE CODE WITH PEACE OF MIND, SPEED AND CONFIDENCE.

WORK SMART NOT HARD.

For questions, quote or <a href="https://www.youtube.com/watch?v=7CZL-Jo6TAE" target="_blank">demo</a> of the service you can contact me via email at onelinetool@gmail.com

Quotes are based on a Botoneline which reverse engineering your database and estimates based on the tables, fields and table relationship design.

Roadmap Botoneline

  • Push notifications and notifications history Management (Cross Platform, firebase/azure)
    • In-App notification and messages is available for now
    • Improve messaging form
  • Confirm action by password
  • In-Component user defined (persistent or by expiration date) notification alerts
  • Add a batch search procedure on the api search methods
  • Add option for refreshing lists for certain options (add, edit, delete)
  • Add mechanism to load dropdowns only once
    • Add filtering mechanisms so that dropdowns filter client side only when doing a single load.
  • Add upload .csv via file on Http Service Method
  • Change Actions to EventCallback
  • Cross Platform Device API's Implementations for Browser and Xamarin.
    • Accelerometer
    • App Information
    • App Theme
    • Barometer
    • Battery
    • Clipboard
    • Color Converters
    • Compass
    • Connectivity
    • Detect Shake
    • Device Display Information
    • Device Information
    • Email
    • File System
    • Flashlight
    • Geocoding
    • Geolocation
    • Gyroscope
    • Launcher
    • Magnetometer
    • MainThread
    • Maps
    • Open Browser
    • Orientation Sensor
    • Permissions
    • Phone Dialer
    • Platform Extensions
    • Preferences
    • Secure Storage
    • Share
    • SMS
    • Text-to-Speech
    • Unit Converters
    • Version Tracking
    • Vibrate
    • Web Authenticator
  • Chat (Cross Platform)
    • From clients to app/service representative
    • Between users
    • Groups
  • App/service representative chat with connected clients
  • User invites other users to manage profile including access permissions management

Known Random Issues on Visual Studio

When web client and web api applications starts the first time crashes and closes unexpectedly without throwing any error.

This error sometimes happens randomly the first time only, just run it again and it should start after that.

Swagger Api documentation not working and throws an error on the web page.

This error sometimes happens randomly, to fix it delete the .vs folder on the solution path and run again it should work after that.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-android31.0 is compatible.  net6.0-ios was computed.  net6.0-ios16.0 is compatible.  net6.0-maccatalyst was computed.  net6.0-maccatalyst15.4 is compatible.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net6.0-windows10.0.19041 is compatible.  net7.0 was computed.  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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on OneLine:

Package Downloads
OneLine.Server

OneLine.Server is a project that can be used on a server backend. This package already includes OneLine.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.3.0 151 10/3/2023
7.2.0 154 8/29/2023
7.1.0 150 8/23/2023
7.0.0 165 5/28/2023
6.4.4 437 10/28/2022
6.4.3 482 10/28/2022
6.4.2 507 10/25/2022
6.4.1 479 10/25/2022
6.4.0 469 10/24/2022
6.3.0 549 10/9/2022
6.2.0 505 10/9/2022
6.1.0 516 10/8/2022
6.0.0 510 10/4/2022
3.97.0 744 9/10/2022
3.96.0 729 9/10/2022
3.95.0 785 9/10/2022
3.94.0 766 9/8/2022
3.93.0 724 9/2/2022
3.92.0 719 8/30/2022
3.91.0 721 8/30/2022
3.9.0 733 8/30/2022
3.8.0 720 8/30/2022
3.7.0 789 8/30/2022
3.6.0 744 8/24/2022
3.5.0 739 8/24/2022
3.4.0 713 8/22/2022
3.3.0 769 8/21/2022
3.2.0 721 8/21/2022
3.1.0 831 5/22/2022
3.0.108 1,031 12/6/2021
3.0.107 974 12/5/2021
3.0.106 955 12/4/2021
3.0.105 1,780 12/1/2021
3.0.104 1,740 12/1/2021
3.0.103 1,238 10/12/2021
3.0.102 1,137 9/13/2021
3.0.101 1,175 9/8/2021
3.0.100 1,082 7/19/2021
3.0.99 1,059 6/27/2021
3.0.98 1,167 6/27/2021
3.0.97 1,112 6/21/2021
3.0.96 1,189 6/21/2021
3.0.95 1,215 6/18/2021
3.0.94 1,094 6/18/2021
3.0.93 1,060 6/18/2021
3.0.92 1,106 6/18/2021
3.0.91 1,169 6/18/2021
3.0.90 1,168 6/16/2021
3.0.89 1,064 6/10/2021
3.0.88 1,222 6/10/2021
3.0.87 1,287 6/6/2021
3.0.86 1,135 5/29/2021
3.0.85 1,166 5/28/2021
3.0.84 1,180 5/27/2021
3.0.83 1,107 5/19/2021
3.0.82 1,097 5/19/2021
3.0.81 1,193 5/17/2021
3.0.80 1,141 5/17/2021
3.0.79 1,133 5/9/2021
3.0.78 1,088 5/4/2021
3.0.77 1,051 5/4/2021
3.0.76 1,076 5/1/2021
3.0.75 1,071 5/1/2021
3.0.74 1,117 4/27/2021
3.0.73 1,163 4/21/2021
3.0.72 1,152 4/18/2021
3.0.71 1,141 4/17/2021
3.0.70 1,099 4/5/2021
3.0.69 1,061 4/1/2021
3.0.68 1,037 3/31/2021
3.0.67 1,145 3/31/2021
3.0.66 1,007 3/28/2021
3.0.65 1,043 3/25/2021
3.0.64 1,159 3/18/2021
3.0.63 1,099 3/15/2021
3.0.62 1,171 3/14/2021
3.0.61 1,112 3/14/2021
3.0.60 1,166 3/14/2021
3.0.59 1,241 3/14/2021
3.0.58 1,257 3/13/2021
3.0.57 1,151 3/4/2021
3.0.56 1,158 3/4/2021
3.0.55 1,097 3/3/2021
3.0.54 1,150 2/26/2021
3.0.53 1,102 2/26/2021
3.0.52 1,147 2/25/2021
3.0.51 1,167 2/25/2021
3.0.50 1,128 2/25/2021
3.0.49 1,131 2/23/2021
3.0.48 1,171 2/23/2021
3.0.47 1,147 2/23/2021
3.0.46 1,200 2/23/2021
3.0.45 1,143 2/23/2021
3.0.44 1,156 2/23/2021
3.0.43 1,133 2/22/2021
3.0.42 1,155 2/22/2021
3.0.41 1,131 2/22/2021
3.0.40 1,141 2/22/2021
3.0.39 1,063 2/22/2021
3.0.38 1,222 2/21/2021
3.0.37 1,210 2/21/2021
3.0.36 1,094 2/21/2021
3.0.35 1,187 2/21/2021
3.0.32 2,631 2/19/2021
3.0.31 376 2/18/2021
3.0.30 406 2/5/2021
3.0.29 370 2/5/2021
3.0.28 392 2/4/2021
3.0.27 381 2/4/2021
3.0.25 382 2/4/2021
3.0.24 381 2/4/2021
3.0.23 408 2/4/2021
3.0.22 386 1/23/2021
3.0.21 408 1/22/2021
3.0.20 422 1/22/2021
3.0.19 416 1/22/2021
3.0.18 399 1/22/2021
3.0.17 429 1/22/2021
3.0.16 433 1/22/2021
3.0.15 409 1/21/2021
3.0.14 458 1/21/2021
3.0.13 412 1/21/2021
3.0.12 461 1/20/2021
3.0.11 511 12/5/2020
3.0.10 467 12/5/2020
3.0.9 466 12/5/2020
3.0.8 456 12/5/2020
3.0.7 475 12/4/2020
3.0.6 553 11/29/2020
3.0.5 590 11/29/2020
3.0.4 396 11/27/2020
3.0.3 1,186 11/25/2020
3.0.2 411 11/25/2020
3.0.1 468 11/25/2020
3.0.0 409 11/24/2020
2.1.15 620 9/8/2020
2.1.14 556 9/7/2020
2.1.13 560 9/7/2020
2.1.12 594 9/7/2020
2.1.11 654 9/5/2020
2.1.10 634 9/5/2020
2.1.9 698 9/5/2020
2.1.8 593 9/3/2020
2.1.7 588 9/3/2020
2.1.6 708 9/2/2020
2.1.5 588 8/27/2020
2.1.4 531 8/27/2020
2.1.3 583 8/25/2020
2.1.2 542 8/25/2020
2.1.1 557 8/24/2020
2.1.0 555 8/24/2020
2.0.99 522 8/24/2020
2.0.98 583 8/24/2020
2.0.97 641 8/23/2020
2.0.96 602 8/22/2020
2.0.95 628 8/22/2020
2.0.94 707 8/16/2020
2.0.93 727 8/16/2020
2.0.92 631 8/15/2020
2.0.91 662 8/6/2020
2.0.90 589 8/3/2020
2.0.89 583 7/31/2020
2.0.88 683 7/23/2020
2.0.87 598 7/17/2020
2.0.86 664 6/15/2020
2.0.85 711 6/14/2020
2.0.84 594 6/14/2020
2.0.82 609 6/13/2020
2.0.81 553 6/13/2020
2.0.80 593 6/13/2020
2.0.79 571 6/13/2020
2.0.78 664 6/12/2020
2.0.77 696 6/12/2020
2.0.76 610 6/12/2020
2.0.75 664 6/12/2020
2.0.74 614 6/8/2020
2.0.73 564 6/8/2020
2.0.72 715 6/7/2020
2.0.71 617 6/6/2020
2.0.70 663 6/6/2020
2.0.69 571 6/5/2020
2.0.68 560 6/5/2020
2.0.67 619 6/4/2020
2.0.66 632 6/3/2020
2.0.65 593 6/2/2020
2.0.64 595 6/2/2020
2.0.63 622 5/28/2020
2.0.62 703 5/23/2020
2.0.61 697 5/23/2020
2.0.60 631 5/22/2020
2.0.58 597 5/21/2020
2.0.57 639 5/21/2020
2.0.56 649 5/21/2020
2.0.55 591 5/20/2020
2.0.54 633 5/18/2020
2.0.53 679 5/17/2020
2.0.52 636 5/16/2020
2.0.51 653 5/16/2020
2.0.50 678 5/15/2020
2.0.49 624 5/15/2020
2.0.48 639 5/15/2020
2.0.46 586 5/15/2020
2.0.45 632 5/14/2020
2.0.44 602 5/14/2020
2.0.43 601 5/14/2020
2.0.42 557 5/13/2020
2.0.41 582 5/13/2020
2.0.40 593 5/13/2020
2.0.39 560 5/13/2020
2.0.38 607 5/13/2020
2.0.37 615 5/12/2020
2.0.36 633 5/11/2020
2.0.35 667 5/11/2020
2.0.34 650 5/10/2020
2.0.33 641 5/10/2020
2.0.32 774 5/10/2020
2.0.31 628 5/10/2020
2.0.30 643 5/10/2020
2.0.29 591 5/6/2020
2.0.28 605 5/5/2020
2.0.27 588 5/5/2020
2.0.26 631 5/4/2020
2.0.25 657 5/3/2020
2.0.24 669 5/3/2020
2.0.23 657 5/3/2020
2.0.22 645 5/2/2020
2.0.21 608 5/1/2020
2.0.20 575 5/1/2020
2.0.19 624 5/1/2020
2.0.18 632 5/1/2020
2.0.17 643 4/30/2020
2.0.16 662 4/29/2020
2.0.15 675 4/26/2020
2.0.14 664 4/25/2020
2.0.13 769 4/25/2020
2.0.12 656 4/25/2020
2.0.11 773 4/24/2020
2.0.10 794 4/24/2020
2.0.9 576 4/24/2020
2.0.8 559 4/22/2020
2.0.7 626 4/22/2020
2.0.6 708 4/22/2020
2.0.5 826 4/22/2020
2.0.4 670 4/20/2020
2.0.3 630 4/20/2020
2.0.2 1,087 4/20/2020

Fixed physical and virtual precompiler condition that was forcing loading an assembly on a unusuported platform.