From d34c1179d53729ff29a67dc83f7519bc7878a936 Mon Sep 17 00:00:00 2001
From: Subathra K <111425380+SubathraKaliamoorthy@users.noreply.github.com>
Date: Thu, 18 Jul 2024 11:44:45 +0530
Subject: [PATCH 1/4] 885233: Added showcase samples list
---
.../common/EJ2_ASP.MVC/showcase-samples.md | 19 ++++++++++++++++++
.../EJ2_ASP.NETCORE/showcase-samples.md | 20 +++++++++++++++++++
ej2-asp-core-toc.html | 1 +
ej2-asp-mvc-toc.html | 1 +
4 files changed, 41 insertions(+)
create mode 100644 ej2-asp-core-mvc/common/EJ2_ASP.MVC/showcase-samples.md
create mode 100644 ej2-asp-core-mvc/common/EJ2_ASP.NETCORE/showcase-samples.md
diff --git a/ej2-asp-core-mvc/common/EJ2_ASP.MVC/showcase-samples.md b/ej2-asp-core-mvc/common/EJ2_ASP.MVC/showcase-samples.md
new file mode 100644
index 0000000000..653c2db3b1
--- /dev/null
+++ b/ej2-asp-core-mvc/common/EJ2_ASP.MVC/showcase-samples.md
@@ -0,0 +1,19 @@
+---
+layout: post
+title: Showcase samples in Syncfusion ##Platform_Name## control
+description: Learn here all about list of showcase samples in Syncfusion ##Platform_Name## Common control of Syncfusion Essential JS 2 and more.
+platform: ej2-asp-core-mvc
+control: Common
+publishingplatform: ##Platform_Name##
+documentation: ug
+---
+
+# Syncfusion ASP.NET MVC Components showcase samples
+
+Syncfusion has a collection of sample applications that demonstrate the use of Syncfusion ASP.NET MVC UI components.
+
+| Sample Application | Description | GitHub |
+| ------------- | ------------- | ------------- |
+| [Expense Tracker](https://ej2.syncfusion.com/showcase/aspnetmvc/expense-tracker/) | Track and visualize your daily expenses with a great UI. | [GitHub code](https://github.com/syncfusion/ej2-showcase-aspnetmvc-expensetracker) |
+| [Loan Calculator](https://ej2.syncfusion.com/showcase/aspnetmvc/loancalculator/) | Calculate loan payments, interest rates, and amortization schedules. When you are planning for a personal loan or analyzing business financing options, this provides accurate results and helps you make informed financial decisions. | [GitHub code](https://github.com/syncfusion/ej2-showcase-aspnetmvc-loan-calculator) |
+| [Web Mail](https://ej2.syncfusion.com/showcase/aspnetmvc/webmail/) | Outlook like user interface to manage your mailbox. | [GitHub code](https://github.com/syncfusion/ej2-showcase-aspnetmvc-outlook) |
\ No newline at end of file
diff --git a/ej2-asp-core-mvc/common/EJ2_ASP.NETCORE/showcase-samples.md b/ej2-asp-core-mvc/common/EJ2_ASP.NETCORE/showcase-samples.md
new file mode 100644
index 0000000000..42be50dd55
--- /dev/null
+++ b/ej2-asp-core-mvc/common/EJ2_ASP.NETCORE/showcase-samples.md
@@ -0,0 +1,20 @@
+---
+layout: post
+title: Showcase samples in ##Platform_Name## control | Syncfusion
+description: Learn here all about list of showcase samples in Syncfusion ##Platform_Name## Common control of Syncfusion Essential JS 2 and more.
+platform: ej2-asp-core-mvc
+control: Common
+publishingplatform: ##Platform_Name##
+documentation: ug
+---
+
+# Syncfusion ASP.NET Core Components showcase samples
+
+Syncfusion has a collection of sample applications that demonstrate the use of Syncfusion ASP.NET Core UI components.
+
+| Sample Application | Description | GitHub |
+| ------------- | ------------- | ------------- |
+| [Diagram Builder](https://ej2.syncfusion.com/showcase/aspnetcore/diagrambuilder/) | Diagram Builder is a web application which is used to create the diagrams like Flow Chart, process diagrams and more. | [GitHub code](https://github.com/syncfusion/ej2-showcase-aspnetcore-diagram-builder) |
+| [Expense Tracker](https://ej2.syncfusion.com/showcase/aspnetcore/expense-tracker/) | Track and visualize your daily expenses with a great UI. | [GitHub code](https://github.com/syncfusion/ej2-showcase-aspnetcore-expensetracker) |
+| [Loan Calculator](https://ej2.syncfusion.com/showcase/aspnetcore/loan-calculator/) | Calculate loan payments, interest rates, and amortization schedules. When you are planning for a personal loan or analyzing business financing options, this provides accurate results and helps you make informed financial decisions. | [GitHub code](https://github.com/syncfusion/ej2-showcase-aspnetcore-loan-calculator) |
+| [Web Mail](https://ej2.syncfusion.com/showcase/aspnetcore/webmail/) | Outlook like user interface to manage your mailbox. | [GitHub code](https://github.com/syncfusion/ej2-showcase-aspnetcore-outlook) |
\ No newline at end of file
diff --git a/ej2-asp-core-toc.html b/ej2-asp-core-toc.html
index b7cd28fc50..555525ca42 100644
--- a/ej2-asp-core-toc.html
+++ b/ej2-asp-core-toc.html
@@ -113,6 +113,7 @@
Input Form Validation
HTML Attributes
CDN Fallback
+ Showcase samples
How To
- Extend and Customize the Syncfusion Controls
diff --git a/ej2-asp-mvc-toc.html b/ej2-asp-mvc-toc.html
index 26e4e18f5a..cc5ba9f3c9 100644
--- a/ej2-asp-mvc-toc.html
+++ b/ej2-asp-mvc-toc.html
@@ -79,6 +79,7 @@
- Template Engine
- Deployment
- Input Form Validation
+ - Showcase samples
- How To
- Troubleshoot
From 62377674b6abb3f164d5d586a3182706c0a1b77e Mon Sep 17 00:00:00 2001
From: ravikumar-venkatesan-m
Date: Fri, 19 Jul 2024 12:08:28 +0530
Subject: [PATCH 2/4] 898267: Added ASP.NET Core Scheduler event template you
tube video in UG.
---
ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/appointments.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/appointments.md b/ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/appointments.md
index c6dbecf304..222076f1ec 100644
--- a/ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/appointments.md
+++ b/ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/appointments.md
@@ -930,6 +930,11 @@ The look and feel of the Scheduler events can be customized using any one of the
Any kind of text, images and links can be added to customize the look of the events. The user can format and change the default appearance of the events by making use of the `template` option available within the `e-schedule-eventsettings` tag helper. The following code example customizes the appointment's default color and time format.
+Learn how easily you can customize the basic look and feel of ASP.NET Core Scheduler appointments using template from this video:
+
+{% youtube
+"youtube:https://www.youtube.com/watch?v=Op8cW9-8GIc"%}
+
{% if page.publishingplatform == "aspnet-core" %}
{% tabs %}
From 9f7777d591e3cf81ab93cdbaafdd81c4d73f474c Mon Sep 17 00:00:00 2001
From: ravikumar-venkatesan-m
Date: Fri, 19 Jul 2024 12:29:10 +0530
Subject: [PATCH 3/4] 898267: Added ASP.NET Core Scheduler event template you
tube video in UG.
---
ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/appointments.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/appointments.md b/ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/appointments.md
index 222076f1ec..3622c51d83 100644
--- a/ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/appointments.md
+++ b/ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/appointments.md
@@ -319,7 +319,7 @@ The built-in validation support has been added by default for recurring appointm
## Event fields
-The Scheduler dataSource usually holds the event instances, where each of the instance includes a collection of appropriate [fields](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.Schedule.ScheduleField_properties.html). It is mandatory to map these fields with the equivalent fields of database, when remote data is bound to it. When the local JSON data is bound, then the field names defined within the instances needs to be mapped with the scheduler event fields correctly.
+The Scheduler dataSource usually holds the event instances, where each of the instance includes a collection of appropriate [`fields`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.Schedule.ScheduleField_properties.html). It is mandatory to map these fields with the equivalent fields of database, when remote data is bound to it. When the local JSON data is bound, then the field names defined within the instances needs to be mapped with the scheduler event fields correctly.
N> To create an event on Scheduler, it is enough to define the [`startTime`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Schedule.ScheduleField.html#Syncfusion_EJ2_Schedule_ScheduleField_StartTime) and [`endTime`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Schedule.ScheduleField.html#Syncfusion_EJ2_Schedule_ScheduleField_EndTime). Also [`Id`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Schedule.ScheduleField.html#Syncfusion_EJ2_Schedule_ScheduleField_Id) field becomes mandatory to process CRUD actions on appropriate events.
@@ -1436,4 +1436,4 @@ If your requirement is to simply refresh the appointments instead of refreshing
scheduleObj.refreshEvents();
```
-N> You can refer to our [ASP.NET Core Scheduler](https://www.syncfusion.com/aspnet-core-ui-controls/scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [ASP.NET Core Scheduler example](https://ej2.syncfusion.com/aspnetcore/Schedule/Overview#/material) to knows how to present and manipulate data.
+N> You can refer to our [`ASP.NET Core Scheduler`](https://www.syncfusion.com/aspnet-core-ui-controls/scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [`ASP.NET Core Scheduler example`](https://ej2.syncfusion.com/aspnetcore/Schedule/Overview#/material) to knows how to present and manipulate data.
From c3737321fa1d25a2e92af8432c641f7e8d1ec684 Mon Sep 17 00:00:00 2001
From: ravikumar-venkatesan-m
Date: Fri, 19 Jul 2024 12:37:08 +0530
Subject: [PATCH 4/4] 898267: Added ASP.NET Core Scheduler event template you
tube video in UG.
---
ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/appointments.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/appointments.md b/ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/appointments.md
index 3622c51d83..222076f1ec 100644
--- a/ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/appointments.md
+++ b/ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/appointments.md
@@ -319,7 +319,7 @@ The built-in validation support has been added by default for recurring appointm
## Event fields
-The Scheduler dataSource usually holds the event instances, where each of the instance includes a collection of appropriate [`fields`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.Schedule.ScheduleField_properties.html). It is mandatory to map these fields with the equivalent fields of database, when remote data is bound to it. When the local JSON data is bound, then the field names defined within the instances needs to be mapped with the scheduler event fields correctly.
+The Scheduler dataSource usually holds the event instances, where each of the instance includes a collection of appropriate [fields](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.Schedule.ScheduleField_properties.html). It is mandatory to map these fields with the equivalent fields of database, when remote data is bound to it. When the local JSON data is bound, then the field names defined within the instances needs to be mapped with the scheduler event fields correctly.
N> To create an event on Scheduler, it is enough to define the [`startTime`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Schedule.ScheduleField.html#Syncfusion_EJ2_Schedule_ScheduleField_StartTime) and [`endTime`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Schedule.ScheduleField.html#Syncfusion_EJ2_Schedule_ScheduleField_EndTime). Also [`Id`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Schedule.ScheduleField.html#Syncfusion_EJ2_Schedule_ScheduleField_Id) field becomes mandatory to process CRUD actions on appropriate events.
@@ -1436,4 +1436,4 @@ If your requirement is to simply refresh the appointments instead of refreshing
scheduleObj.refreshEvents();
```
-N> You can refer to our [`ASP.NET Core Scheduler`](https://www.syncfusion.com/aspnet-core-ui-controls/scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [`ASP.NET Core Scheduler example`](https://ej2.syncfusion.com/aspnetcore/Schedule/Overview#/material) to knows how to present and manipulate data.
+N> You can refer to our [ASP.NET Core Scheduler](https://www.syncfusion.com/aspnet-core-ui-controls/scheduler) feature tour page for its groundbreaking feature representations. You can also explore our [ASP.NET Core Scheduler example](https://ej2.syncfusion.com/aspnetcore/Schedule/Overview#/material) to knows how to present and manipulate data.