To make it easier for developers to use the Rafy domain Entity Framework, we have released the latest version of the RAFY framework assembly to nuget.org this month, while also publishing the latest version of RAFYSDK to the VisualStudio plugin repository.
The following instructions describe how to download and update the latest SDK and assemblies.
Download and update the latest RAFYSDK
Open the Extension Manager (Tools-Extensions and Updates) in VisualStudio, select the online project, and search for "Rafy" installation. Such as:
Similarly, you can easily update the SDK with the extension manager.
Install and update the latest RAFY framework assembly using NuGet
Before using NuGet, you must install the NuGet Package Manager for VS. The tool can also be installed in the plugins manager of VS:
After the NuGet Package Manager installation is complete. You can add a NuGet assembly reference to this project by right-clicking on the reference node of a project in Solution Manager, such as:
In the Open Manager interface, search for Rafy, as follows:
After the search is complete, you will see the following NuGet packages:
Rafy.domain: The core assembly of the Rafy domain framework. Referencing the item completes the reference to the Rafy framework.
rafy_user_guide: User manual, Help documentation for the RAFY framework. After referencing the project, in the Package folder under the solution root, you can see the corresponding user manuals, tools, update instructions and demos. Such as:
In addition, Rafy.ComopnentModel.UnityAdapter: no reference is required. This is a plug-in that Rafy the IOC to Unity and is a NuGet package that is exposed for a particular project.
In general, reference Rafy.domain can be used. However, it is recommended to download the user manual before the official use of the necessary learning.
Later, we will update the Nuget package and the SDK on an occasional basis. Developers just need to update directly on the line.
Download the latest Rafy framework and documentation with NUGET