AspnetCoreExtensions 0.0.1

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

// Install AspnetCoreExtensions as a Cake Tool
#tool nuget:?package=AspnetCoreExtensions&version=0.0.1

AspnetCoreExtensions

Extensions for AspNetCore classes that is practically proven userfull for Enterprise Applications

Feature Based Asp.net MVC

This is one of the basic features that I loved, because it is fixing the most prominant structure of MVC as there are differents folders for Models, Views, and Controllers you have to navigate all the times up and down between these folder if you only need to modify simple things

in this Additions you Can Create root foler Named Features and create Supfolder for each feature HomeFeature, AccountFeature etc. Inside these SubFolder Features you can add Folder for Models and off course folder for Views then locate all needed files with this sub-Folder "FeautreFolder"

Off course structuing you code this way support the Clean Code architecutre which make our unkle bob happy

Zero ORM

Yet another Micro ORM (Object Relational Mapper) for .NET platform with vision of Zero

  1. Zero learning Curve to start with you need no experiance that ADO.NET
  2. Zero complexy it is just an extentions overy SqlConnection and SqlDataReader
  3. Zero latency it is the fastest ORM among others

Zero ORM features:

  • Strongly typed versions of ExecuteSclaerAsync, ExecuteNonQueryAsync, and ExecuteReaderAsync.
  • Strongly typed mapping ToEntity, and ToList
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 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. 
.NET Core netcoreapp3.1 is compatible. 
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
0.0.3 573 3/29/2021
0.0.2 352 3/28/2021
0.0.1 444 1/10/2021