Skip to content

Commit 9a87acf

Browse files
Merge pull request #182 from syncfusion-content/EXT-185909
WinForms and WPF Template Studio UG Improvements
2 parents e4da61f + 0146b00 commit 9a87acf

File tree

2 files changed

+57
-13
lines changed

2 files changed

+57
-13
lines changed

Extension/WPF-Extension/Template-Studio.md

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ In the **Project Details** section, you can modify configurations and project ty
9292

9393

9494
*I. Application Host:*
95-
- Registers **ApplicationHostService** to manage the app's lifecycle.
95+
- Registers **ApplicationHostService** to manage the app's life cycle.
9696

9797
*II. Specific Services:*
9898
- Registers **PageService** and **NavigationService** for handling page navigation.
@@ -124,11 +124,33 @@ In the **Project Details** section, you can modify configurations and project ty
124124

125125

126126
> 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 |
128-
> |--------------|------------------------|-----------------------------|
129-
> | .NET 6.0 | v19.4.0.38 | Visual Studio 2022 |
130-
> | .NET 7.0 | v20.4.0.38 | Visual Studio 2022 |
131-
> | .NET 8.0 | v23.2.4 | Visual Studio 2022 |
127+
> <table>
128+
> <thead>
129+
> <tr>
130+
> <th>.NET Version</th>
131+
> <th>Available From Version</th>
132+
> <th>Supported from Visual Studio</th>
133+
> </tr>
134+
> </thead>
135+
> <tbody>
136+
> <tr>
137+
> <td>.NET 6.0</td>
138+
> <td>v19.4.0.38</td>
139+
> <td>Visual Studio 2022</td>
140+
> </tr>
141+
> <tr>
142+
> <td>.NET 7.0</td>
143+
> <td>v20.4.0.38</td>
144+
> <td>Visual Studio 2022</td>
145+
> </tr>
146+
> <tr>
147+
> <td>.NET 8.0</td>
148+
> <td>v23.2.4</td>
149+
> <td>Visual Studio 2022</td>
150+
> </tr>
151+
> </tbody>
152+
> </table>
153+
132154
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.
133155

134156
![Syncfusion license registration required information dialog in Syncfusion WPF project](Template-Studio-Images/Syncfusion-Project-Template-Gallery-9.png)

Extension/WindowsForms-Extension/Template-Studio.md

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Create the Syncfusion WinForms project using the Visual Studio Project Template
9393
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:
9494

9595
*I. Application Host:*
96-
- Registers **ApplicationHostService** to manage the app's lifecycle.
96+
- Registers **ApplicationHostService** to manage the app's life cycle.
9797

9898
*II. Specific Services:*
9999
- Registers **PageService** and **NavigationService** for handling page navigation.
@@ -125,12 +125,34 @@ Here's a simple explanation:
125125
![Resources](Template-Studio-Images/Resources.png)
126126

127127

128-
> 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 |
130-
> |--------------|------------------------|-----------------------------|
131-
> | .NET 6.0 | v19.4.0.38 | Visual Studio 2022 |
132-
> | .NET 7.0 | v20.4.0.38 | Visual Studio 2022 |
133-
> | .NET 8.0 | v23.2.4 | Visual Studio 2022 |
128+
>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+
134156

135157
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.
136158

0 commit comments

Comments
 (0)