M# Framework NuGet Package

M# components, data access tools and extension methods.
For migrating earlier web apps, update your web.config file:

1- DataProviderModelConfigurationSection is moved to the Core package so change the dataProviderModel session as below.
<section name="dataProviderModel" type="MSharp.Framework.Data.DataProviderModelConfigurationSection, MSharp.Framework.Core" />

2- Add netstandard assembly.
<compilation debug="true" targetFramework="4.7.2">
<assemblies>
<add assembly="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
</assemblies>
</compilation>.




Got any M# Framework Question?





Info

Version: 4.0.201
Author(s): Geeks ltd
Last Update: Thursday, September 8, 2022
.NET Fiddle: Create the first Fiddle
Project Url: http://www.msharp.co.uk/
NuGet Url: https://www.nuget.org/packages/MSharp.Framework


Install
Install-Package MSharp.Framework
dotnet add package MSharp.Framework
paket add MSharp.Framework
MSharp.Framework Download (Unzip the "nupkg" after downloading)

2 packages depend on this package.




STATS

must-have-score

5

avg-downloads-per-day

278

days-since-last-release

589