Skip to content

intersystems/quickstarts-dotnet

Repository files navigation

quickstarts-dotnet

This code shows how to connect a .NET application to an InterSystems server using your choice of ADO.NET, XEP, Native, Entity Framework, and multi-model access.. It is required for the .NET QuickStart.

Contents

  • adoNETplaystocks.cs to see how to store and retrieve data relationally
  • xepplaystocks.cs to see how to quickly store objects
  • nativeplaystocks.cs to see how to run methods within InterSystems IRIS
  • multiplay.cs to see multi-model access using ADO.NET, XEP, and Native API
  • Program.cs to see how to use Entity Framework, a third-party tool to work with objects

Configuration files

  • config.txt: contains connection details for ADO.NET, XEP, Native API and multi-model.
  • App.config: located in EFPlay folder, contains connections details, parameters and initial settings for Entity Framework.

How to Run

  1. Verify you have an instance of InterSystems IRIS, and an IDE that supports .NET (such as Microsoft Visual Studio).

  2. Load the sample stock data into InterSystems IRIS:
    $ iris load https://github.com/intersystems/Samples-Stock-Data

  3. Clone this repo and open it in your IDE.

  4. Get the required drivers from the installation directory of your InterSystems instance and put them in the packages folder of this cloned repo, following the instructions in documentation.

  1. With Microsoft Visual Studio:

    • Select FileOpenProject/Solution. Choose the quickstarts-dotnet.sln.
    • Select ViewSolution Explorer to view project structure.
    • Right click on Solution. Select AddExisting item. Choose config.txt.
    • Open config.txt file and modify the IP and password to be the correct values for your InterSystems IRIS instance. Port and username are most likely the defaults but you can verify those as well.
  2. Due to its complexity, Entity Framework requires a few more steps to set up the IDE and configuration file. If you want to try using Entity Framework, please follow our instructions in section 6 - "Use Entity Framework, an example of a third-party API, to store objects to InterSystems IRIS", of .NET QuickStart.

You should now have several classes for ADO.NET, XEP, Native API, multi-model and Entity Framework.

Detailed instructions are included on the .NET QuickStart page.

About

Repo for sample files for .NET QuickStart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •