Skip to content

DOCINFRA-2341_merged_using_automation #3214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 20, 2024
19 changes: 19 additions & 0 deletions ej2-asp-core-mvc/common/EJ2_ASP.MVC/showcase-samples.md
Original file line number Diff line number Diff line change
@@ -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) |
20 changes: 20 additions & 0 deletions ej2-asp-core-mvc/common/EJ2_ASP.NETCORE/showcase-samples.md
Original file line number Diff line number Diff line change
@@ -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) |
5 changes: 5 additions & 0 deletions ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/appointments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
1 change: 1 addition & 0 deletions ej2-asp-core-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
<li><a href="/ej2-asp-core/common/input-validation">Input Form Validation</a></li>
<li><a href="/ej2-asp-core/common/html-attributes">HTML Attributes</a></li>
<li><a href="/ej2-asp-core/common/cdn-fallback">CDN Fallback</a></li>
<li><a href="/ej2-asp-core/common/showcase-samples">Showcase samples</a></li>
<li>How To
<ul>
<li><a href="/ej2-asp-core/common/how-to/extend-and-customize-controls">Extend and Customize the Syncfusion Controls</a></li>
Expand Down
1 change: 1 addition & 0 deletions ej2-asp-mvc-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
<li><a href="/ej2-asp-mvc/common/template-engine">Template Engine</a></li>
<li><a href="/ej2-asp-mvc/common/deployment">Deployment</a></li>
<li><a href="/ej2-asp-mvc/common/input-validation">Input Form Validation</a></li>
<li><a href="/ej2-asp-mvc/common/showcase-samples">Showcase samples</a></li>
<li>How To
<ul>
<li><a href="/ej2-asp-mvc/common/how-to/troubleshoot">Troubleshoot</a></li>
Expand Down