From dd778cf9d471d38178b124148043bbd1a28f4889 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Mon, 12 Jun 2023 14:10:13 +0530 Subject: [PATCH 1/2] SEO-172685-asp-net-core-redirection-tool-fixes-1 --- aspnet-core/Gantt/Columns.md | 4 ++-- aspnet-core/Gantt/Editing.md | 2 +- .../GettingStarted/Getting-Started-1-1-0.md | 8 ++++---- .../GettingStarted/Getting-Started-2-0.md | 8 ++++---- .../GettingStarted/Getting-Started-2-x.md | 16 ++++++++-------- .../Getting-Started-Linux-1-0-1.md | 6 +++--- .../Getting-Started-Linux-1-1-0.md | 8 ++++---- .../Getting-Started-Linux-2-0-0.md | 10 +++++----- .../GettingStarted/Getting-Started-Mac-1-0-1.md | 8 ++++---- .../GettingStarted/Getting-Started-Mac-1-1-0.md | 8 ++++---- .../GettingStarted/Getting-Started-VS2017.md | 2 +- .../aspnet-core-in-bash-on-windows.md | 4 ++-- .../GettingStarted/getting-started-with-razor.md | 4 ++-- aspnet-core/Grid/Cell.md | 2 +- aspnet-core/Grid/Columns.md | 4 ++-- aspnet-core/Grid/Data-Adaptors.md | 2 +- aspnet-core/Grid/Data-Binding.md | 4 ++-- aspnet-core/Grid/Editing.md | 6 +++--- aspnet-core/Grid/Enable-Persistence.md | 4 ++-- aspnet-core/Grid/Exporting.md | 4 ++-- aspnet-core/Grid/Filtering.md | 4 ++-- aspnet-core/Grid/Getting-Started.md | 2 +- aspnet-core/Grid/Grouping.md | 2 +- aspnet-core/Grid/Localization.md | 2 +- aspnet-core/Grid/Print-Grid.md | 4 ++-- aspnet-core/Grid/Summary.md | 2 +- aspnet-core/Kanban/Overview.md | 2 +- aspnet-core/Kanban/Styling.md | 2 +- aspnet-core/Licensing/how-to-generate.md | 4 ++-- aspnet-core/Licensing/licensing-errors.md | 2 +- ...ring-syncfusion-account-for-nuget-org-user.md | 4 ++-- .../where-can-i-get-a-license-key.md | 6 +++--- aspnet-core/Licensing/overview.md | 2 +- aspnet-core/installation/Installation-Errors.md | 4 ++-- .../mac-installer/how-to-download.md | 2 +- .../offline-installer/how-to-download.md | 4 ++-- .../offline-installer/how-to-install.md | 2 +- .../web-installer/how-to-download.md | 4 ++-- .../installation/web-installer/how-to-install.md | 2 +- 39 files changed, 85 insertions(+), 85 deletions(-) diff --git a/aspnet-core/Gantt/Columns.md b/aspnet-core/Gantt/Columns.md index 6e9d6da9..fa777453 100644 --- a/aspnet-core/Gantt/Columns.md +++ b/aspnet-core/Gantt/Columns.md @@ -40,9 +40,9 @@ It is possible to format a column using `load` event. The following code example } {% endhighlight %} -Note: For more numeric format strings, please refer this [link](https://msdn.microsoft.com/library/dwhawy9k(v=vs.100).aspx). +Note: For more numeric format strings, please refer this [link](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/dwhawy9k(v=vs.100)?redirectedfrom=MSDN). -For more date format strings, please refer this [link](https://msdn.microsoft.com/library/az4se3k1(v=vs.100).aspx). +For more date format strings, please refer this [link](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/az4se3k1(v=vs.100)?redirectedfrom=MSDN). ## Column Resizing diff --git a/aspnet-core/Gantt/Editing.md b/aspnet-core/Gantt/Editing.md index 15b9b16c..f440847d 100644 --- a/aspnet-core/Gantt/Editing.md +++ b/aspnet-core/Gantt/Editing.md @@ -359,7 +359,7 @@ $("#updateRecordByRowIndex").click(function () { {% endhighlight %} -You can find the JS playground sample for this [here](http://jsplayground.syncfusion.com/Sync_w5suulh5). +You can find the JS playground sample for this [here](https://jsplayground.syncfusion.com/Sync_w5suulh5). N> Using these methods we can't update the task id value. diff --git a/aspnet-core/GettingStarted/Getting-Started-1-1-0.md b/aspnet-core/GettingStarted/Getting-Started-1-1-0.md index 92d3814a..9672231c 100644 --- a/aspnet-core/GettingStarted/Getting-Started-1-1-0.md +++ b/aspnet-core/GettingStarted/Getting-Started-1-1-0.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started with ASP.NET Core Application -> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. +> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. ## ASP.NET Core 1.1.0 Application Using Visual Studio 2015 @@ -142,7 +142,7 @@ The following steps helps to create a ASP.NET Core web application to configure -* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. If you want to create any other specific type project, need to specify the **-****t** (template) key in command before the project type name. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link. +* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. If you want to create any other specific type project, need to specify the **-****t** (template) key in command before the project type name. To know more about the project options and its syntax declarations refer the [.NET](https://learn.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link. {% highlight text %} @@ -284,11 +284,11 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw * Visual Studio [Code](https://code.visualstudio.com/#) * DotNetCore [1.1.0 (Preview 2)](https://go.microsoft.com/fwlink/?LinkID=835014). -To create an ASP.NET Core 1.1.0 application, we will use the [**yeoman**](http://yeoman.io/#) tool. This is a scaffolding tool for Modern web apps and helps us to quick start a new web project. +To create an ASP.NET Core 1.1.0 application, we will use the [**yeoman**](https://yeoman.io/) tool. This is a scaffolding tool for Modern web apps and helps us to quick start a new web project. Since **Visual Studio Code** uses folder structure for storing files of application, we will create a folder of the name **ASP.NET** -* Install Node from [https://nodejs.org/](https://nodejs.org/#) +* Install Node from [https://nodejs.org/](https://nodejs.org/en) * Open the Command prompt window in Administrator mode and execute the below mentioned command to install the **Yeoman** tool in your local machine by using **npm**. {% highlight text %} diff --git a/aspnet-core/GettingStarted/Getting-Started-2-0.md b/aspnet-core/GettingStarted/Getting-Started-2-0.md index f4f66f5c..5fd6f952 100644 --- a/aspnet-core/GettingStarted/Getting-Started-2-0.md +++ b/aspnet-core/GettingStarted/Getting-Started-2-0.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started -> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. +> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. ## ASP.NET Core 2.0 Application Using Visual Studio 2017 version 15.3 @@ -130,7 +130,7 @@ The following steps helps to create a ASP.NET Core web application to configure -* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link. +* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://learn.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link. * Run the below command to know about project creation templates. @@ -280,11 +280,11 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw * DotNetCore 2.0 [x86 Installer](https://download.microsoft.com/download/0/F/D/0FD852A4-7EA1-4E2A-983A-0484AC19B92C/dotnet-sdk-2.0.0-win-x86.exe). -To create an ASP.NET Core 2.0 application, we will use the [**yeoman**](http://yeoman.io/#) tool. This is a scaffolding tool for Modern web apps and helps us to quick start a new web project. +To create an ASP.NET Core 2.0 application, we will use the [**yeoman**](https://yeoman.io/#) tool. This is a scaffolding tool for Modern web apps and helps us to quick start a new web project. Since **Visual Studio Code** uses folder structure for storing files of application, we will create a folder of the name **ASP.NET** -* Install Node from [https://nodejs.org/](https://nodejs.org/#) +* Install Node from [https://nodejs.org/](https://nodejs.org/en) * Open the Command prompt window in Administrator mode and execute the below mentioned command to install the **Yeoman** tool in your local machine by using **npm**. {% highlight text %} diff --git a/aspnet-core/GettingStarted/Getting-Started-2-x.md b/aspnet-core/GettingStarted/Getting-Started-2-x.md index a085d14e..cc0394f9 100644 --- a/aspnet-core/GettingStarted/Getting-Started-2-x.md +++ b/aspnet-core/GettingStarted/Getting-Started-2-x.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started with ASP.NET Core Common -> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. +> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. ## ASP.NET Core 2.x Application Using Visual Studio 2017 version 15.3+ @@ -18,9 +18,9 @@ documentation: ug To work with ASP.NET Core 2.x, you need to make sure, whether you have installed the following software on your machine -* Visual Studio 2017 [version 15.5](https://www.visualstudio.com/downloads/). +* Visual Studio 2017 [version 15.5](https://visualstudio.microsoft.com/downloads/). -* DotNetCore [2.x](https://www.microsoft.com/net/download/dotnet-core). +* DotNetCore [2.x](https://dotnet.microsoft.com/download/dotnet-core). ### Configure Syncfusion UI Components in ASP.NET Core Application using NuGet packages: @@ -137,13 +137,13 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw * Visual Studio [Code](https://code.visualstudio.com/#). -* DotNetCore [2.x](https://www.microsoft.com/net/download/dotnet-core). +* DotNetCore [2.x](https://dotnet.microsoft.com/download/dotnet-core). The following steps helps to create a ASP.NET Core web application to configure our components. -* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link. +* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://learn.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link. * Run the below command to know about project creation templates. @@ -351,12 +351,12 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw ### System Requirements: -* Visual Studio 2017 [version 15.x](https://www.visualstudio.com/downloads/). +* Visual Studio 2017 [version 15.x](https://visualstudio.microsoft.com/downloads/). -* DotNetCore [2.x](https://www.microsoft.com/net/download/dotnet-core). +* DotNetCore [2.x](https://dotnet.microsoft.com/download/dotnet-core). -To create an ASP.NET Core 2.x application, we will use the [**yeoman**](http://yeoman.io/#) tool. This is a scaffolding tool for Modern web apps and helps us to quick start a new web project. +To create an ASP.NET Core 2.x application, we will use the [**yeoman**](https://yeoman.io/#) tool. This is a scaffolding tool for Modern web apps and helps us to quick start a new web project. Since **Visual Studio Code** uses folder structure for storing files of application, we will create a folder of the name **ASP.NET** diff --git a/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md b/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md index 17998cd0..c0345cac 100644 --- a/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md +++ b/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started on Linux -> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. +> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. The below guidelines demonstrate how to create an ASP.NET Core application and configure with our components. @@ -53,7 +53,7 @@ sudo apt-get update ### Mono Installation -The [Mono Project](http://www.mono-project.com/) (powered by Xamarin) is a project that tends to make the .NET Framework available to Microsoft's foreign platforms. To run our ASP.NET Core 1.0 web application on Linux, install the Mono by executing the below commands. +The [Mono Project](https://www.mono-project.com/) (powered by Xamarin) is a project that tends to make the .NET Framework available to Microsoft's foreign platforms. To run our ASP.NET Core 1.0 web application on Linux, install the Mono by executing the below commands. * Execute this command to add the Mono's GPG key to the packages manager. @@ -152,7 +152,7 @@ dotnet new -t web {% endhighlight %} #### Building Projects with Yeoman -Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](http://yeoman.io/) tool. +Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](https://yeoman.io/) tool. Since **Visual Studio Code** uses folder structure for storing files of application, create a folder of the name **ASP.NET**. * Open the Terminal window and execute the below mentioned command to install the Node.js. diff --git a/aspnet-core/GettingStarted/Getting-Started-Linux-1-1-0.md b/aspnet-core/GettingStarted/Getting-Started-Linux-1-1-0.md index a9c918bd..47dd4839 100644 --- a/aspnet-core/GettingStarted/Getting-Started-Linux-1-1-0.md +++ b/aspnet-core/GettingStarted/Getting-Started-Linux-1-1-0.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started on Linux -> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. +> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. The below guidelines demonstrate how to create an ASP.NET Core application and configure with our components. @@ -20,7 +20,7 @@ The below guidelines demonstrate how to create an ASP.NET Core application and c * Mono -* Install .NET Core [SDK](https://www.microsoft.com/net/download/linux) based on your OS version. +* Install .NET Core [SDK](https://dotnet.microsoft.com/download/linux) based on your OS version. Set up the apt-get feeds, then install .NET Core on Ubuntu or Linux Mint. Execute the below commands in terminal window to set up the apt-get feeds for Ubuntu 14.04 and 16.04. @@ -67,7 +67,7 @@ sudo apt-get update ### Mono Installation -The [Mono Project](http://www.mono-project.com/) (powered by Xamarin) is a project that tends to make the .NET Framework available to Microsoft's foreign platforms. To run our ASP.NET Core 1.1.0 web application on Linux, install the Mono by executing the below commands. +The [Mono Project](https://www.mono-project.com/) (powered by Xamarin) is a project that tends to make the .NET Framework available to Microsoft's foreign platforms. To run our ASP.NET Core 1.1.0 web application on Linux, install the Mono by executing the below commands. * Execute this command to add the Mono's GPG key to the packages manager. @@ -167,7 +167,7 @@ dotnet new -t web {% endhighlight %} #### Building Projects with Yeoman -Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](http://yeoman.io/) tool. +Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](https://yeoman.io/) tool. Since **Visual Studio Code** uses folder structure for storing files of application, create a folder of the name **ASP.NET**. * Open the Terminal window and execute the below mentioned command to install the Node.js. diff --git a/aspnet-core/GettingStarted/Getting-Started-Linux-2-0-0.md b/aspnet-core/GettingStarted/Getting-Started-Linux-2-0-0.md index c5b6f877..3b279c13 100644 --- a/aspnet-core/GettingStarted/Getting-Started-Linux-2-0-0.md +++ b/aspnet-core/GettingStarted/Getting-Started-Linux-2-0-0.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started on Linux with ASP.NET Core Application -> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. +> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. The below guidelines demonstrate how to create an ASP.NET Core application and configure with our components. @@ -20,7 +20,7 @@ The below guidelines demonstrate how to create an ASP.NET Core application and c * Mono -* Install .NET Core [SDK](https://www.microsoft.com/net/download/linux) based on your OS version. +* Install .NET Core [SDK](https://dotnet.microsoft.com/download/linux) based on your OS version. Set up the apt-get feeds, then install .NET Core on Ubuntu or Linux Mint. Execute the below commands in terminal window to set up the apt-get feeds for Ubuntu 17.10 and 17.04. @@ -64,7 +64,7 @@ sudo apt-get update ### Mono Installation -The [Mono Project](http://www.mono-project.com/) (powered by Xamarin) is a project that tends to make the .NET Framework available to Microsoft's foreign platforms. To run our ASP.NET Core 2.1.4 web application on Linux, install the Mono by executing the below commands. +The [Mono Project](https://www.mono-project.com/) (powered by Xamarin) is a project that tends to make the .NET Framework available to Microsoft's foreign platforms. To run our ASP.NET Core 2.1.4 web application on Linux, install the Mono by executing the below commands. * Execute this command to add the Mono's GPG key to the packages manager. @@ -153,7 +153,7 @@ mkdir Sample * In terminal window, the following steps helps to create a ASP.NET Core web application to configure our components. -* In the terminal window, we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link. +* In the terminal window, we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://learn.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link. * Run the below command to know about project creation templates. @@ -178,7 +178,7 @@ mkdir Sample #### Building Projects with Yeoman -Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](http://yeoman.io/) tool. +Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](https://yeoman.io/) tool. Since **Visual Studio Code** uses folder structure for storing files of application, create a folder of the name **ASP.NET**. * Open the Terminal window and execute the below mentioned command to install the Node.js. diff --git a/aspnet-core/GettingStarted/Getting-Started-Mac-1-0-1.md b/aspnet-core/GettingStarted/Getting-Started-Mac-1-0-1.md index f58c875f..d8d8cf1e 100644 --- a/aspnet-core/GettingStarted/Getting-Started-Mac-1-0-1.md +++ b/aspnet-core/GettingStarted/Getting-Started-Mac-1-0-1.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started on Mac -> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. +> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. The below guidelines demonstrate how to create an ASP.NET Core application and configure with our components. @@ -20,7 +20,7 @@ The below guidelines demonstrate how to create an ASP.NET Core application and c * ASP.NET Core 1.0.1 [Preview2](https://go.microsoft.com/fwlink/?LinkID=827517). -* [Homebrew](http://brew.sh/) +* [Homebrew](https://brew.sh/) * OpenSSL (Latest Version) @@ -60,7 +60,7 @@ mkdir Sample -* In terminal window, you have an option to develop a below listed types of ASP.NET Core projects. The default project type as console application. If you want to create any other specific type project, then need to specify the **-t** (**template**) key in command before the project type name. To know more about the project options and its syntax declarations refer the [dotnet](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link. +* In terminal window, you have an option to develop a below listed types of ASP.NET Core projects. The default project type as console application. If you want to create any other specific type project, then need to specify the **-t** (**template**) key in command before the project type name. To know more about the project options and its syntax declarations refer the [dotnet](https://learn.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link. {% highlight text %} @@ -83,7 +83,7 @@ dotnet new -t web #### Building Projects with Yeoman -Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](http://yeoman.io/) tool. +Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](https://yeoman.io/) tool. Since **Visual Studio Code** uses folder structure for storing files of application, create a folder of the name **ASP.NET**. * Open the Command line terminal and execute the below mentioned command to install the Node.js. diff --git a/aspnet-core/GettingStarted/Getting-Started-Mac-1-1-0.md b/aspnet-core/GettingStarted/Getting-Started-Mac-1-1-0.md index e634f13a..89c5ecd1 100644 --- a/aspnet-core/GettingStarted/Getting-Started-Mac-1-1-0.md +++ b/aspnet-core/GettingStarted/Getting-Started-Mac-1-1-0.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started on Mac -> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. +> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. The below guidelines demonstrate how to create an ASP.NET Core application and configure with our components. @@ -20,7 +20,7 @@ The below guidelines demonstrate how to create an ASP.NET Core application and c * ASP.NET Core 1.1.0 [Preview2](https://go.microsoft.com/fwlink/?LinkID=835011). -* [Homebrew](http://brew.sh/) +* [Homebrew](https://brew.sh/) * OpenSSL (Latest Version) @@ -67,7 +67,7 @@ mkdir Sample -* In terminal window, you have an option to develop a below listed types of ASP.NET Core projects. The default project type as console application. If you want to create any other specific type project, then need to specify the **-t** (**template**) key in command before the project type name. To know more about the project options and its syntax declarations refer the [dotnet](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link. +* In terminal window, you have an option to develop a below listed types of ASP.NET Core projects. The default project type as console application. If you want to create any other specific type project, then need to specify the **-t** (**template**) key in command before the project type name. To know more about the project options and its syntax declarations refer the [dotnet](https://learn.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link. {% highlight text %} @@ -90,7 +90,7 @@ dotnet new -t web #### Building Projects with Yeoman -Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.1.0 application using [yeoman](http://yeoman.io/) tool. +Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.1.0 application using [yeoman](https://yeoman.io/) tool. Since **Visual Studio Code** uses folder structure for storing files of application, create a folder of the name **ASP.NET**. * Open the Command line terminal and execute the below mentioned command to install the Node.js. diff --git a/aspnet-core/GettingStarted/Getting-Started-VS2017.md b/aspnet-core/GettingStarted/Getting-Started-VS2017.md index 5f6833c1..10e93f7d 100644 --- a/aspnet-core/GettingStarted/Getting-Started-VS2017.md +++ b/aspnet-core/GettingStarted/Getting-Started-VS2017.md @@ -77,7 +77,7 @@ The following steps help you to create the **Syncfusion** **ASP****.****NET** **  -6. Then, Syncfusion licensing registration required message box will be shown as follow, if you are installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Please navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key) which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio. +6. Then, Syncfusion licensing registration required message box will be shown as follow, if you are installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Please navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key) which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://www.syncfusion.com/blogs/post/whats-new-in-2018-volume-2.aspx) post for understanding the licensing changes introduced in Essential Studio.  diff --git a/aspnet-core/GettingStarted/aspnet-core-in-bash-on-windows.md b/aspnet-core/GettingStarted/aspnet-core-in-bash-on-windows.md index 1b60456a..d9de1999 100644 --- a/aspnet-core/GettingStarted/aspnet-core-in-bash-on-windows.md +++ b/aspnet-core/GettingStarted/aspnet-core-in-bash-on-windows.md @@ -176,7 +176,7 @@ $ sudo apt-get upgrade * Once the project creation is successful, you need to have one common text editor for configuration. Here we have mentioned Visual Studio code editor throughout the documentation. -* Now configure a Bower execution environment in your local machine based on this [link](https://help.syncfusion.com/js/installation-and-deployment) +* Now configure a Bower execution environment in your local machine based on this [link](https://help.syncfusion.com/js/overview) * Click the Extension icon in the Visual Studio Code left side pane, in the search window type the command bower. The Bower related extensions are listed out. Now select the Bower extension and click the install button. @@ -200,7 +200,7 @@ $ sudo apt-get upgrade -* Open a **project.json** file and refer our Syncfusion assembly **Syncfusion.EJ.AspNet.Core** into your application for our components deployment. To know more about packages configuration and installation refer this [link](https://help.syncfusion.com/extension/syncfusion-nuget-packages/nuget-install-and-configuration). +* Open a **project.json** file and refer our Syncfusion assembly **Syncfusion.EJ.AspNet.Core** into your application for our components deployment. To know more about packages configuration and installation refer this [link](https://help.syncfusion.com/extension/syncfusion-nuget-packages/nuget-packages). * Once the NuGet packages installation gets completed, in **project.json** file to include our **Syncfusion.EJ.AspNet.Core** package reference. diff --git a/aspnet-core/GettingStarted/getting-started-with-razor.md b/aspnet-core/GettingStarted/getting-started-with-razor.md index e32bf242..bce23444 100644 --- a/aspnet-core/GettingStarted/getting-started-with-razor.md +++ b/aspnet-core/GettingStarted/getting-started-with-razor.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started > Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed,you also have to include a license key in your projects. -Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in +Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. ## Create ASP.NET Core application with Razor pages @@ -21,7 +21,7 @@ To create an razor application in ASP.NET Core, you need to make sure, whether y * Visual Studio 2017. -* DotNetCore [2.x](https://www.microsoft.com/net/download/dotnet-core). +* DotNetCore [2.x](https://dotnet.microsoft.com/download/dotnet-core). ### Configure Syncfusion UI Components in ASP.NET Core Application using NuGet packages: diff --git a/aspnet-core/Grid/Cell.md b/aspnet-core/Grid/Cell.md index cdbc485f..0c0bf046 100644 --- a/aspnet-core/Grid/Cell.md +++ b/aspnet-core/Grid/Cell.md @@ -267,7 +267,7 @@ When you move the cursor over the particular cell it provides an information abo **Template** -HTML templates can be specified in the `tooltip` property of the particular column cell as a string (HTML element) or ID of the template's HTML element.You can use JsRender syntax in the template. For more information about JsRender syntax, please refer [this link](http://www.jsviews.com/#jsrapi "this link"). +HTML templates can be specified in the `tooltip` property of the particular column cell as a string (HTML element) or ID of the template's HTML element.You can use JsRender syntax in the template. For more information about JsRender syntax, please refer [this link](https://www.jsviews.com/#jsrapi "this link"). N> It is a standard way to enclose the template within the `script` tag with `type` as "text/x-jsrender". N> The `tooltip` template must contain `value` property to bind the corresponding cell text in tooltip diff --git a/aspnet-core/Grid/Columns.md b/aspnet-core/Grid/Columns.md index 6a9d6436..a1912818 100644 --- a/aspnet-core/Grid/Columns.md +++ b/aspnet-core/Grid/Columns.md @@ -222,7 +222,7 @@ The following output is displayed as a result of the previous code example. The template design that applies on for the column header. To render template, `header-template-id` property of `e-columns`. -The JsRender syntax can be used in the template. For more information about JsRender syntax, please refer [the link](http://www.jsviews.com/#jsrapi "the link"). +The JsRender syntax can be used in the template. For more information about JsRender syntax, please refer [the link](https://www.jsviews.com/#jsrapi "the link"). N> It's a standard way to enclose the `template` within the `script` tag with `type` as `text/x-jsrender`. @@ -320,7 +320,7 @@ The following output is displayed as a result of the previous code example. Format is the process of customizing the particular column data with specified jQuery recognized globalize formats, such as currency, numeric, decimal, percentage or dates. To specify the globalize format, by using Format property of `e-columns`. -The `format` value should be wrapped within "{0:" and "}". (For ex: "{0:C3}"). The [data format](https://github.com/jquery/globalize/tree/v0.1.1#format "data format") strings available for the `Date` and `Number` types. +The `format` value should be wrapped within "{0:" and "}". (For ex: "{0:C3}"). The [data format](https://github.com/globalizejs/globalize/tree/v0.1.1#format "data format") strings available for the `Date` and `Number` types. The following code example describes the previous behavior. diff --git a/aspnet-core/Grid/Data-Adaptors.md b/aspnet-core/Grid/Data-Adaptors.md index c876c853..54ee379e 100644 --- a/aspnet-core/Grid/Data-Adaptors.md +++ b/aspnet-core/Grid/Data-Adaptors.md @@ -60,7 +60,7 @@ The following output is displayed as a result of the above code example. The Url Adaptor is the base Adaptor that would interact with remote services. It can be enabled in Grid using `adaptor` property of `e-datamanager` as `UrlAdaptor`. For every operations, an AJAX post will be send to the specified data service. -N> When using `UrlAdaptor`, grid actions such as `Paging, Filtering` and `Sorting` should be handled at the server side itself. We have `DataOperation` class to do these server side operations. Please refer to the Knowledge Base [link](https://www.syncfusion.com/kb/4300). These operations can also be done using the `QueryableDataOperations` class which accepts the IQueryable Data. Please refer the Kb [link](https://www.syncfusion.com/kb/8434). +N> When using `UrlAdaptor`, grid actions such as `Paging, Filtering` and `Sorting` should be handled at the server side itself. We have `DataOperation` class to do these server side operations. Please refer to the Knowledge Base [link](https://support.syncfusion.com/kb/article/4411/server-side-api-for-datamanager-operations). These operations can also be done using the `QueryableDataOperations` class which accepts the IQueryable Data. Please refer the Kb [link](https://support.syncfusion.com/kb/article/7406/server-side-api-for-datamanager-operations-with-iqueryable-data). The following code example describes the above behavior. diff --git a/aspnet-core/Grid/Data-Binding.md b/aspnet-core/Grid/Data-Binding.md index 82c826fa..017263be 100644 --- a/aspnet-core/Grid/Data-Binding.md +++ b/aspnet-core/Grid/Data-Binding.md @@ -16,11 +16,11 @@ The Grid `datasource` property or `e-datamanager` child tag allows to bind datas * ORM components such as Entity Framework/Linq to SQL. N> 1. To update the dataSource after Grid rendered, use `dataSource` method of grid. -N> 2. DateTime values, retrieved from server-end or database, will be converted based on the local time zone. To avoid the local time zone conversion, refer this knowledge base [link](https://www.syncfusion.com/kb/8613/how-to-convert-dates-to-utc-format). +N> 2. DateTime values, retrieved from server-end or database, will be converted based on the local time zone. To avoid the local time zone conversion, refer this knowledge base [link](https://support.syncfusion.com/kb/article/7605/how-to-convert-dates-to-utc-format). ## IEnumerable -The grid can be bound with either non-generic collection or generic collection that implements [IEnumerable](https://msdn.microsoft.com/en-us/library/system.collections.ienumerable.aspx) interface. It can be assigned to the grid’s `datasource` property. +The grid can be bound with either non-generic collection or generic collection that implements [IEnumerable](https://learn.microsoft.com/en-us/dotnet/api/system.collections.ienumerable?redirectedfrom=MSDN) interface. It can be assigned to the grid’s `datasource` property. N> The IEnumerable datasource can be passed as either directly to the datasource property or to the json property of the child tag. diff --git a/aspnet-core/Grid/Editing.md b/aspnet-core/Grid/Editing.md index 8ac71020..a66e88ae 100644 --- a/aspnet-core/Grid/Editing.md +++ b/aspnet-core/Grid/Editing.md @@ -12,7 +12,7 @@ The Grid control has support for dynamic insertion, updating and deletion of rec Deletion of the record is possible by selecting the required row and clicking on Delete icon in toolbar. -The primary key for the data source should be defined in `e-columns` definition, for editing to work properly. In `e-columns` definition, particular primary column's `is-primary-key` property should be set to `true`. Refer to the Knowledge base [link](http://www.syncfusion.com/kb/2675/cant-edit-any-row-except-the-first-row-in-grid# "link") for more information. +The primary key for the data source should be defined in `e-columns` definition, for editing to work properly. In `e-columns` definition, particular primary column's `is-primary-key` property should be set to `true`. Refer to the Knowledge base [link](https://support.syncfusion.com/kb/article/2934/cant-edit-any-row-except-the-first-row-in-grid "link") for more information. N> 1. In grid, the primary key column will be automatically set to read only while editing the row, but you can specify primary key column value while adding a new record. N> 2. The column which is specified as `is-identity` will be in readonly mode both while editing and adding a record. Also, auto incremented value is assigned to that `is-identity` column. @@ -757,7 +757,7 @@ After the template elements are converted to JS controls using actionComplete ev Users can start editing by clicking a cell and typing data into it. Edited cell will be marked while navigating to next cell or any other row, so that you know which fields or cells has been edited. Set the `edit-mode` as `Batch` to enable batch editing. N> `getBatchChanges` method of grid holds the unsaved record changes. -N> Refer to the KB [link](http://www.syncfusion.com/kb/3016/how-to-suppress-grid-confirmation-messages# "link") for "How to suppress grid confirmation messages" in batch mode. +N> Refer to the KB [link](https://support.syncfusion.com/kb/article/3065/how-to-suppress-grid-confirmation-messages "link") for "How to suppress grid confirmation messages" in batch mode. The following code example describes the previous behavior. @@ -978,7 +978,7 @@ equalTo
| Enum | Equivalent string input |
|---|