Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mocanet/mocacore
Moca.NET Core Library
https://github.com/mocanet/mocacore
dotnet moca nuget
Last synced: about 2 months ago
JSON representation
Moca.NET Core Library
- Host: GitHub
- URL: https://github.com/mocanet/mocacore
- Owner: mocanet
- License: ms-pl
- Created: 2015-11-29T05:03:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-09T14:27:58.000Z (about 3 years ago)
- Last Synced: 2024-10-11T19:32:31.162Z (4 months ago)
- Topics: dotnet, moca, nuget
- Language: Visual Basic .NET
- Homepage:
- Size: 6.29 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Moca.NET Core
[![Build status](https://ci.appveyor.com/api/projects/status/kq6o4o1jcia74so0?svg=true)](https://ci.appveyor.com/project/miyabis/mocacore)
[![NuGet](https://img.shields.io/nuget/v/Moca.NETCore.svg)](https://www.nuget.org/packages/Moca.NETCore/)
[![NuGet Pre Release](https://img.shields.io/nuget/vpre/Moca.NETCore.svg)](https://www.nuget.org/packages/Moca.NETCore/)
[![NuGet](https://img.shields.io/nuget/dt/Moca.NETCore.svg)](https://www.nuget.org/packages/Moca.NETCore/)
[![license](https://img.shields.io/badge/License-MS--PL-blue.svg)](https://opensource.org/licenses/MS-PL)## Overview
### Core Features* Support for multiple frameworks
* Easy database access (using custom attribute)
* Easy object mapping (using custom attribute)
* Easy transaction (using custom attribute)
* AOP & DI (using custom attribute)
* Other Utility functions## Support for multiple frameworks
### Microsoft .NET Framework
* 2.0
* 3.5
* 4.0
* 4.5
* 4.5.2
* 4.6
* 4.6.2
* 4.7## How to get
URL:https://www.nuget.org/packages/Moca.NETCore/
```
PM> Install-Package Moca.NETCore
```## Other Libraries
[Moca.NET Organization](https://github.com/mocanet)
## Visual Studio Extensions
* [Moca.NET Template Extension](https://marketplace.visualstudio.com/items?itemName=MiYABiS.MocaNETTemplate30)
* [Moca.NET Snippets Extension](https://marketplace.visualstudio.com/items?itemName=MiYABiS.MocaNETCodeSnippet)## Sample
* Web Form Application
* http://miyabis.github.io/Moca.NET-WebAppDemo/
* https://code.msdn.microsoft.com/vstudio/MocaNET-Framework-Web-0e8d6dd7* Windows Form Application
* http://miyabis.github.io/Moca.NET-WinAppDemo/
* https://code.msdn.microsoft.com/vstudio/MocaNET-Framework-Windows-7174d250## For Development
* Visual Studio 2017
## License
Microsoft Public License (MS-PL)
http://opensource.org/licenses/MS-PL