Skip to content

This Class Library (.NET Core) project was created with SnapDevelop. It uses SqlModelMapper for creating services, and performs CRUD operations and transaction management.

License

Appeon/SnapObjects-Example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

SnapObjects-Example

This Class Library (.NET Core) project uses SqlModelMapper from SnapObjects.Data for creating services. It shows how CRUD operations and transaction management works in SqlModelMapper.

Sample Project Structure

The sample contains a Class Library (.NET Core) project. This project uses SqlModelMapper from SnapObjects.Data, and is structured as follows.

|——Appeon.SnapObjectsDemo.Service.SqlServer Project implemented with SqlModelMapper
    |——Datacontext      	Includes the class that manages database connection to SQL Server
    |——Models          		Includes the model classes
    |——Services             Includes the service interfaces and implementations
Running the Project

Note that the Class Library project cannot run alone. You shall define a web project to call the classes and methods defined in the project, or download and run the SnapObjects-Asp.NetCore-Example project that references to this Class Library project.

Currently, this project can only work with the SQL Server database.

About

This Class Library (.NET Core) project was created with SnapDevelop. It uses SqlModelMapper for creating services, and performs CRUD operations and transaction management.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages