Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aspnet-core/Gantt/Columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/Gantt/Editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/GettingStarted/Getting-Started-1-0-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/core/tools/dotnet-new) link.

{% highlight text %}

Expand Down
8 changes: 4 additions & 4 deletions aspnet-core/GettingStarted/Getting-Started-1-1-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 %}

Expand Down Expand Up @@ -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 %}
Expand Down
8 changes: 4 additions & 4 deletions aspnet-core/GettingStarted/Getting-Started-2-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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 %}
Expand Down
16 changes: 8 additions & 8 deletions aspnet-core/GettingStarted/Getting-Started-2-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ 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+

### System Requirements:

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:

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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**

Expand Down
6 changes: 3 additions & 3 deletions aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions aspnet-core/GettingStarted/Getting-Started-Linux-1-1-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions aspnet-core/GettingStarted/Getting-Started-Linux-2-0-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand All @@ -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.
Expand Down
Loading