From f9b065adeb4a4c49823644c3e1b2c8f8e7ee3ebf Mon Sep 17 00:00:00 2001 From: SyncfusionBuild <89958145+SyncfusionBuild@users.noreply.github.com> Date: Tue, 27 Feb 2024 18:11:55 +0530 Subject: [PATCH 1/2] Updated Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0b1db29b..8919642d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ String platform='ASP.NET'; { checkout scm - def branchCommit = '"' + 'https://api.github.com/repos/syncfusion-content/asp.netwebforms-docs/pulls/' + env.pullRequestId + '/files' + def branchCommit = 'https://api.github.com/repos/syncfusion-content/'+env.githubSourceRepoHttpUrl.split('/')[env.githubSourceRepoHttpUrl.split('/').size() - 1]+'/pulls/' + env.pullRequestId + '/files' String branchCommitDetails = bat returnStdout: true, script: 'curl -H "Accept: application/vnd.github.v3+json" -u SyncfusionBuild:' + env.GithubBuildAutomation_PrivateToken + " " + branchCommit def ChangeFiles= branchCommitDetails.split('"filename": '); From 4e44068c0c538e93ac9b5b64f6193a03036afc5d Mon Sep 17 00:00:00 2001 From: Backiaraj Date: Mon, 4 Mar 2024 16:08:43 +0530 Subject: [PATCH 2/2] Update ASP.NET Web Forms Overview page --- aspnet/Overview.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/aspnet/Overview.md b/aspnet/Overview.md index 70bbc2dd..9a04be31 100644 --- a/aspnet/Overview.md +++ b/aspnet/Overview.md @@ -8,10 +8,13 @@ documentation: ug --- -> The Syncfusion ASP.NET Web Forms components will no longer be actively developed and will be marked as the end of support after the 2023 Volume 2 release. However, ASP.NET Web Forms related to NuGet will be updated until then. If you want to use the Syncfusion ASP.NET Web Forms components in the future, you may continue to use them till the version 2023 Volume 2 release, and bug fixes are provided as patches as long as Microsoft supports it, even after the 2023 Volume 2 release. It is recommended to use the latest Blazor or ASP.NET Core for new web application development. - -For more details, [please refer to this link](https://learn.microsoft.com/en-us/dotnet/architecture/blazor-for-web-forms-developers/introduction). You can also visit the Blazor documentation and demo links provided for more information. such as Blazor [documentation](https://blazor.syncfusion.com/documentation/introduction) and Blazor [demo](https://blazor.syncfusion.com/demos/). - +>The Syncfusion [ASP.NET Web Forms](https://learn.microsoft.com/en-us/dotnet/architecture/blazor-for-web-forms-developers/introduction) components are no longer actively developed and are marked as the end of support by the 2023 Volume 2 release. These components are built using .NET Framework 4.6, which has already ended its support as of April 26, 2022. +

+>https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-framework +

+>Using the latest Blazor or ASP.NET Core is recommended for new web application development. If you plan to use the Syncfusion ASP.NET Web Forms components, you can continue with the version released before the 2023 Volume 2 release. +

+>You can also visit the Blazor documentation and demo links for additional information, such as Blazor [documentation](https://blazor.syncfusion.com/documentation/introduction) and Blazor [demos](https://blazor.syncfusion.com/demos/). # Welcome to Syncfusion ASP.NET Web Forms