Skip to content

Commit e630f8f

Browse files
Added sample for Database connection
1 parent 75fec03 commit e630f8f

27 files changed

+1379
-0
lines changed
Binary file not shown.

ImageEditorDBSample/.vs/ImageEditorDBSample/config/applicationhost.config

Lines changed: 1021 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"Version": 1,
3+
"WorkspaceRootPath": "D:\\Samples\\CoreIEDBSample\\ImageEditorDBSample\\",
4+
"Documents": [
5+
{
6+
"AbsoluteMoniker": "D:0:0:{C7D571E7-6F9D-4935-A095-B76E2DF1E523}|ImageEditorDBSample\\ImageEditorDBSample.csproj|d:\\samples\\coreiedbsample\\imageeditordbsample\\imageeditordbsample\\controllers\\imagescontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
7+
"RelativeMoniker": "D:0:0:{C7D571E7-6F9D-4935-A095-B76E2DF1E523}|ImageEditorDBSample\\ImageEditorDBSample.csproj|solutionrelative:imageeditordbsample\\controllers\\imagescontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
8+
}
9+
],
10+
"DocumentGroupContainers": [
11+
{
12+
"Orientation": 0,
13+
"VerticalTabListWidth": 256,
14+
"DocumentGroups": [
15+
{
16+
"DockedWidth": 42,
17+
"SelectedChildIndex": 0,
18+
"Children": [
19+
{
20+
"$type": "Document",
21+
"DocumentIndex": 0,
22+
"Title": "ImagesController.cs",
23+
"DocumentMoniker": "D:\\Samples\\CoreIEDBSample\\ImageEditorDBSample\\ImageEditorDBSample\\Controllers\\ImagesController.cs",
24+
"RelativeDocumentMoniker": "ImageEditorDBSample\\Controllers\\ImagesController.cs",
25+
"ToolTip": "D:\\Samples\\CoreIEDBSample\\ImageEditorDBSample\\ImageEditorDBSample\\Controllers\\ImagesController.cs \u2B24",
26+
"RelativeToolTip": "ImageEditorDBSample\\Controllers\\ImagesController.cs \u2B24",
27+
"ViewState": "AgIAAB4AAAAAAAAAAADwvyIAAAAgAAAAAAAAAA==",
28+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
29+
"WhenOpened": "2024-08-05T12:48:06.439Z",
30+
"EditorCaption": ""
31+
}
32+
]
33+
},
34+
{
35+
"DockedWidth": 6,
36+
"SelectedChildIndex": -1,
37+
"Children": [
38+
{
39+
"$type": "Bookmark",
40+
"Name": "ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}"
41+
}
42+
]
43+
}
44+
]
45+
}
46+
]
47+
}

0 commit comments

Comments
 (0)