From 31d9cb8e2ed0e68900f481075aaf2b68e0237aa6 Mon Sep 17 00:00:00 2001 From: AthiswaranVeerasekaran Date: Tue, 23 Sep 2025 00:29:12 +0530 Subject: [PATCH 1/2] v31.1.17 --- README.md | 61 ++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 49 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7441b39..20a462d 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,62 @@ [![.NET](https://github.com/syncfusion/ej2-showcase-aspnetcore-loan-calculator/actions/workflows/dotnet.yml/badge.svg)](https://github.com/syncfusion/ej2-showcase-aspnetcore-loan-calculator/actions/workflows/dotnet.yml) -# ej2-showcase-aspnetcore-loan-calculator +# Essential JS 2® for ASP.NET Core - Loan Calculator Demo application that Calculates your loan payment based on your loan amount, interest and term. -## Deployment +## Requirements to run the demo -### Requirements to run the demo +* [System requirements](https://ej2.syncfusion.com/aspnetcore/documentation/system-requirements/) -The sample requires the below requirements to run. - -* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) -* [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) - -### Run +### Run the demo using .NET CLI * Clone this repository. * Open the command prompt from Application root directory. * Run the demo using `dotnet run` command. -## Demo +### Run the demo using Visual Studio + +* Open the solution file using Visual Studio. +* Press `Ctrl + F5` to run the demo. + +### Run the demo using Visual Studio code + +* Open the Visual Studio code from the demos directory where project file present. + + > Ensure the [C# for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) extension is installed in your Visual Studio code before running the ASP.NET Core demos. + +* Press `Ctrl + F5` to run the demo. + +### Live Demo + +#### Loan Calculator Live Demo + +Check all the showcase samples from here. + +## License + +Syncfusion® ASP.NET Core Components is available under the Syncfusion® Essential Studio program, and can be licensed either under the Syncfusion® Community License Program or the Syncfusion® commercial license. + +To be qualified for the Syncfusion® Community License Program, you must have gross revenue of less than one (1) million U.S. dollars (USD 1,000,000.00) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions. + +Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options. + +You may not use this product without first purchasing a Community License or a Commercial License, as well as agreeing to and complying with Syncfusion's license terms and conditions. + +The Syncfusion® license that contains the terms and conditions can be found at +[https://www.syncfusion.com/content/downloads/syncfusion_license.pdf](https://www.syncfusion.com/content/downloads/syncfusion_license.pdf) + +## Support and feedback + +* For any other queries, reach our [Syncfusion support team](https://support.syncfusion.com/) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing). + +* To renew the subscription, click [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing) or contact our sales team at . + +* Don't see what you need? Please request it in our [feedback portal](https://www.syncfusion.com/feedback/aspnet-core). + +## See also -#### https://ej2.syncfusion.com/showcase/aspnetcore/loan-calculator/ +* [ASP.NET Core Documentation](https://ej2.syncfusion.com/aspnetcore/documentation/introduction) +* [ASP.NET Core Components](https://www.syncfusion.com/aspnet-core-ui-controls/) +* [ASP.NET Core Live Demos](https://ej2.syncfusion.com/aspnetcore/) -Check all the showcase samples from here. +

Copyright © 2001-2025 Syncfusion®, Inc. Updated on 2025-09-22 at precisely 07:59:36 EST.

From 29709e746e875f5e5df393c3dc1fb10de1da0f52 Mon Sep 17 00:00:00 2001 From: Athiswaran-SF3980 <121281113+Athiswaran-SF3980@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:34:19 +0530 Subject: [PATCH 2/2] v31.1.17 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 20a462d..743971d 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,13 @@ Check all the showcase samples from