From 74be7b7a3e52a382f0138efbbe1b181616ead094 Mon Sep 17 00:00:00 2001
From: Venkateshmuruganandam
<103480396+Venkateshmuruganandam@users.noreply.github.com>
Date: Tue, 24 Oct 2023 11:51:39 +0530
Subject: [PATCH 1/2] Update Getting-Started.md
---
File-Formats/Presentation/Getting-Started.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/File-Formats/Presentation/Getting-Started.md b/File-Formats/Presentation/Getting-Started.md
index f1c5e81f5..fcec7d564 100644
--- a/File-Formats/Presentation/Getting-Started.md
+++ b/File-Formats/Presentation/Getting-Started.md
@@ -11,6 +11,9 @@ documentation: UG
In this page, you can learn how to create a simple [.NET PowerPoint Presentation](https://www.syncfusion.com/document-processing/powerpoint-framework/net) by using Essential Presentation API.
+To quickly get started on creating a PowerPoint presentation, please check out this video:
+{% youtube "https://www.youtube.com/watch?v=OSGwosNnN0o" %}
+
For creating and manipulating a PowerPoint Presentation, include the following assemblies in the application.
From 3c94a56081958f52ea2585231b240aa60b8aa2a0 Mon Sep 17 00:00:00 2001
From: KurmithaSF4004
Date: Tue, 24 Oct 2023 12:11:46 +0530
Subject: [PATCH 2/2] 850177-ConsoleApps-Change the ASP.Net core to .Net core
---
.../XlsIO/create-excel-files-in-console-apps-c-sharp.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/File-Formats/XlsIO/create-excel-files-in-console-apps-c-sharp.md b/File-Formats/XlsIO/create-excel-files-in-console-apps-c-sharp.md
index c1588c169..a344ab0aa 100644
--- a/File-Formats/XlsIO/create-excel-files-in-console-apps-c-sharp.md
+++ b/File-Formats/XlsIO/create-excel-files-in-console-apps-c-sharp.md
@@ -7,7 +7,7 @@ documentation: UG
---
# Create an Excel file in a Console application
-[Syncfusion Excel library for ASP.NET Core platform](https://www.syncfusion.com/document-processing/excel-framework/net-core/excel-library) can be used to create, read, edit Excel files. This also convert Excel files to PDF.
+[Syncfusion Excel library for .NET Core platform](https://www.syncfusion.com/document-processing/excel-framework/net-core/excel-library) can be used to create, read, edit Excel files. This also convert Excel files to PDF.
## Create a simple Excel report using .NET Core