SimpleAccess.SqlServer 3.1.0-rc-2

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

// Install SimpleAccess.SqlServer as a Cake Tool
#tool nuget:?package=SimpleAccess.SqlServer&version=3.1.0-rc-2&prerelease

Simple Access ORM

SimpleAccess provides a simple and easy database access as well as a repository for CRUD and other helper methods.

SimpleAccess supports multiple databases. All implement the same interface for each database.

SimpleAccess also provides excpetion logging.

SimpleAccess returns data in Entity and dynamic data type but also allow developers to work on direct DataReader or DataSet

Documentation

simpleaccessorm.com

Nuget package

Sql Server
PM > Install-Package SimpleAccess.SqlServer
Oralce
PM > Install-Package SimpleAccess.Oracle
MySql
PM > Install-Package SimpleAccess.MySql
SQLite
PM > Install-Package SimpleAccess.SQLite

Support

  • SimpleAccess is written in C# and support .net Managed Code languages (C# and VB.net etc)
  • Sql Server 2005 and later
  • Oracle 10g and later (in default SimpleAccess uses Oracle Managed Data Provider for .NET)
  • SQLite
  • MySql
  • PostgreSQL (coming)

Roadmap

  • Separate SimpleCommand and Repositoy
  • vitual properties must behave like NotASpParameter marked perperty in Entities drived from StoredProcedureParameters
  • Remove StoredProcedureParameters inheritance from Enity Class to make entity more lighter
  • Add InsertAll<TEntity>, UpdateAll<TEntity>, DeleteAll<TEntity> with support of internal trasaction in Repository
  • Add Find<TEntity> and FindAll<TEntity> in Repository
  • Add ExecuteValues<T> for getting result of a single column query in IEnumerable<T>
  • NetStandard 2.0 support
  • Write unit test
  • NetStandard 2.1 support with Microsoft.Data.SqlClient
  • Configure StoredProcedure naming convention mapping to repository method (Insert, Update, Delete, Get, GetAll, Find, FindAll) methods in repository settings
  • Add Sql Generation for Non StoredProcedures command types (Insert, Update, Delete, Get, GetAll, Find, FindAll) (90%)

SqlEntityRepository Without SP implementation (version 3.1)

  • SqlEntityRepository implementation (90%)
  • Add DefaultView property in EntityAttribute
  • Add PrimaryAttribute for decorating primary key of an entity
  • Add database sequence support using with PrimaryKeyAttribute
  • DefaultView property in EntityAttribute support for default select
  • Replace ISimpleLogger with ILogger
  • Column selection with Find, FindAll, Get, GetAll
  • Fixing comments, documention and adding examples
  • SimpleAccess Factory, Allow SimpleAccess to create SimpleAccess object the base of configuration(xml/json)
ISimpleAccess sqlSimpleAccess = SimpleAccessFactory.Create("SqlServer")
ISimpleAccess oralceSimpleAccess = SimpleAccessFactory.Create("OracleServer")
  • Allow developer to add database column custom/special value mapper and parameter builder using IDbDataMapper.
SimpleAccess.DataMappers.Add(new GeomaryDataMapper());
  • Allow developer to force SimpleAccess to use specific custom DataMapper to map and build parameter using DbMapperAttribute DbMapper(typeof(GeomaryDataMapper))
  • ExecuteJson and ExecuteBson
  • Rewrite code generation application
  • Allow developer to add more T4 Templates
  • Allow developer to edit T4 Templates directly inside the application
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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  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.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on SimpleAccess.SqlServer:

Package Downloads
SimpleAccess.SqlServer.Repository

Simple Access ORM provides database access in Ado.net methods naming pattern. Documentation of using SimpleAccess is available at https://simpleaccessorm.com

SimpleApp.Web.Localization

Aspnet Core 6 Localization component

SimpleApp.Web.Localization.Abstract

Aspnet Core 6 Localization Component Abstraction classes

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0-beta-6.0.0.4 273 9/11/2022
6.0.0-beta-6.0.0.3 117 8/15/2022
6.0.0-beta-6.0.0.2 194 8/13/2022
6.0.0-beta-6.0.0.1 126 8/2/2022
5.0.0-beta-5.0.0.1 187 10/19/2021
3.1.1 1,070 7/31/2022
3.1.0 1,002 10/12/2021
3.1.0-rc-9 706 7/23/2021
3.1.0-rc-8.8 171 4/24/2021
3.1.0-rc-8.7 181 3/28/2021
3.1.0-rc-8.6 295 2/10/2021
3.1.0-rc-8.5 202 1/13/2021
3.1.0-rc-8.4 329 12/19/2020
3.1.0-rc-8.2 302 11/9/2020
3.1.0-rc-8.1 300 11/8/2020
3.1.0-rc-8 923 11/7/2020
3.1.0-rc-7.9 350 7/8/2020
3.1.0-rc-7.8 258 7/8/2020
3.1.0-rc-7.7 339 7/5/2020
3.1.0-rc-7.6 335 7/5/2020
3.1.0-rc-7.5 267 7/3/2020
3.1.0-rc-7.4 286 7/2/2020
3.1.0-rc-7.3 299 7/1/2020
3.1.0-rc-7.2 242 6/7/2020
3.1.0-rc-7.1 286 5/19/2020
3.1.0-rc-5 887 5/8/2020
3.1.0-rc-3.1.0.15 178 8/22/2021
3.1.0-rc-3.1.0.13 149 8/15/2021
3.1.0-rc-3 909 5/6/2020
3.1.0-rc-2 941 4/4/2020
3.1.0-rc-12 763 7/31/2021
3.1.0-rc-11 718 7/30/2021
3.1.0-rc-10 726 7/30/2021
3.1.0-beta-5 982 3/28/2020
3.1.0-beta-4 929 3/1/2020
3.1.0-beta-3 893 1/26/2020
3.1.0-beta-2 1,014 1/22/2020
3.1.0-beta 1,004 1/4/2020
3.0.2 1,409 11/22/2019
3.0.1 1,107 11/22/2019
3.0.0 1,236 5/22/2019
2.1.1 2,132 12/4/2017
2.1.0 1,500 8/5/2017
2.0.6 1,692 7/7/2017
2.0.5.8 1,486 6/8/2017
2.0.5.7 1,493 6/8/2017
2.0.5.6 1,485 6/8/2017
2.0.5.5 1,482 6/8/2017
2.0.5.4 1,504 6/8/2017
2.0.5.3 1,469 6/6/2017
2.0.5.2 1,483 6/6/2017
2.0.5.1 1,504 6/4/2017
2.0.5 1,504 6/4/2017
2.0.4 1,654 3/17/2017
2.0.3 1,634 2/16/2017
2.0.2.2 1,619 2/12/2017
2.0.2 1,748 1/9/2017
2.0.1 2,446 11/4/2016
2.0.0 1,678 10/19/2016
2.0.0-beta-74 1,564 8/31/2016
2.0.0-beta-73 1,564 8/31/2016
2.0.0-beta-72 1,624 8/24/2016
2.0.0-beta-70 1,592 8/24/2016
2.0.0-beta-63 1,803 7/11/2016
2.0.0-beta-62 1,791 7/11/2016
2.0.0-beta-60 1,668 7/10/2016
2.0.0-beta-55 1,911 1/18/2016
2.0.0-beta-53 1,748 12/13/2015
2.0.0-beta-100 1,553 8/24/2016

Changes:
     - SqlEntityRepository Implemented
     - .Net Standard 2.0 and .Net Standard 2.1 with Microsoft.Data.SqlClient support added
     - Aysnc support for Dotnet full framework 4.5 and .Net Standard 2.0 and later
     - Repository Performance improvement
     - GetPagedList extensions methods added
     - SqlRepository is renamed to SqlSpRepository and SqlRepository is marked as Obsolete
     - PrimaryKey attribute added to support Sequence object

     Bug fixes
     - SqlEntityRepository Get, Find, FindAll methods fixed