You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Extension/WPF-Extension/Template-Studio.md
+28-6Lines changed: 28 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ In the **Project Details** section, you can modify configurations and project ty
92
92
93
93
94
94
*I. Application Host:*
95
-
- Registers **ApplicationHostService** to manage the app's lifecycle.
95
+
- Registers **ApplicationHostService** to manage the app's life cycle.
96
96
97
97
*II. Specific Services:*
98
98
- Registers **PageService** and **NavigationService** for handling page navigation.
@@ -124,11 +124,33 @@ In the **Project Details** section, you can modify configurations and project ty
124
124
125
125
126
126
> The .NET 6.0, .NET 7.0, and .NET 8.0 options will be available in the Select a framework version dropdown only if the respective .NET SDKs are installed on your system. The table below outlines the .NET versions, the specific product versions from which they are available, and the Visual Studio versions that support them:
127
-
> | .NET Version | Available From Version | Supported from Visual Studio |
13. Then, Syncfusion licensing registration required message box will be shown if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://www.syncfusion.com/blogs/post/whats-new-in-2018-volume-2.aspx) post for understanding the licensing changes introduced in Essential Studio.
133
155
134
156

Copy file name to clipboardExpand all lines: Extension/WindowsForms-Extension/Template-Studio.md
+29-7Lines changed: 29 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Create the Syncfusion WinForms project using the Visual Studio Project Template
93
93
10. When you create a WinForms project, the following Dependency Injection (DI) setup is added to the **Program.cs** file. This setup registers services, view models, and views with the DI container, ensuring proper functionality and service management within your application. Below **ConfigureServices** method in program.cs file establishes the DI setup in a WinForms project. It manages the application's services, view models, and views. Here's a detailed breakdown:
94
94
95
95
*I. Application Host:*
96
-
- Registers **ApplicationHostService** to manage the app's lifecycle.
96
+
- Registers **ApplicationHostService** to manage the app's life cycle.
97
97
98
98
*II. Specific Services:*
99
99
- Registers **PageService** and **NavigationService** for handling page navigation.
@@ -125,12 +125,34 @@ Here's a simple explanation:
> The .NET 6.0, .NET 7.0, and .NET 8.0 options will be available in the Select a framework version dropdown only if the respective .NET SDKs are installed on your system. The table below outlines the .NET versions, the specific product versions from which they are available, and the Visual Studio versions that support them:
129
-
> | .NET Version | Available From Version | Supported from Visual Studio |
>The .NET 6.0, .NET 7.0, and .NET 8.0 options will be available in the Select a framework version dropdown only if the respective .NET SDKs are installed on your system. The table below outlines the .NET versions, the specific product versions from which they are available, and the Visual Studio versions that support them:
129
+
> <table>
130
+
> <thead>
131
+
> <tr>
132
+
> <th>.NET Version</th>
133
+
> <th>Available From Version</th>
134
+
> <th>Supported from Visual Studio</th>
135
+
> </tr>
136
+
> </thead>
137
+
> <tbody>
138
+
> <tr>
139
+
> <td>.NET 6.0</td>
140
+
> <td>v19.4.0.38</td>
141
+
> <td>Visual Studio 2022</td>
142
+
> </tr>
143
+
> <tr>
144
+
> <td>.NET 7.0</td>
145
+
> <td>v20.4.0.38</td>
146
+
> <td>Visual Studio 2022</td>
147
+
> </tr>
148
+
> <tr>
149
+
> <td>.NET 8.0</td>
150
+
> <td>v23.2.4</td>
151
+
> <td>Visual Studio 2022</td>
152
+
> </tr>
153
+
> </tbody>
154
+
> </table>
155
+
134
156
135
157
13. If you install the trial setup or NuGet packages from nuget.org, you must register the Syncfusion license key to your application since Syncfusion introduced the licensing system from the 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key) to generate and register the Syncfusion license key to your application. Refer to this [blog](https://www.syncfusion.com/blogs/post/whats-new-in-2018-volume-2.aspx) post for understanding the licensing changes introduced in Essential Studio.
0 commit comments