This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
nebolintegration_basic_integration [2021/11/03 17:15] – nebol | nebolintegration_basic_integration [2021/11/03 17:24] (current) – nebol | ||
---|---|---|---|
Line 38: | Line 38: | ||
< | < | ||
"Data Source=(LocalDb)\MSSQLLocalDB; | "Data Source=(LocalDb)\MSSQLLocalDB; | ||
+ | </ | ||
+ | or something like this for MS SQL Server: | ||
+ | < | ||
+ | " | ||
</ | </ | ||
Line 103: | Line 107: | ||
Now let's set everything up. | Now let's set everything up. | ||
+ | |||
+ | A couple of static variables in the Program class: | ||
+ | <code csharp> | ||
+ | static Engine engine; | ||
+ | static ServiceCollection services; | ||
+ | </ | ||
<code csharp> | <code csharp> |