You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnet-core/Gantt/Columns.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,9 @@ It is possible to format a column using `load` event. The following code example
40
40
}
41
41
{% endhighlight %}
42
42
43
-
Note: For more numeric format strings, please refer this [link](https://msdn.microsoft.com/library/dwhawy9k(v=vs.100).aspx).
43
+
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).
44
44
45
-
For more date format strings, please refer this [link](https://msdn.microsoft.com/library/az4se3k1(v=vs.100).aspx).
45
+
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).
Copy file name to clipboardExpand all lines: aspnet-core/GettingStarted/Getting-Started-1-0-1.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ The following steps helps to create a ASP.NET Core web application to configure
142
142
143
143
144
144
145
-
* 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.
145
+
* 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.
Copy file name to clipboardExpand all lines: aspnet-core/GettingStarted/Getting-Started-1-1-0.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ documentation: ug
10
10
11
11
# Getting Started with ASP.NET Core Application
12
12
13
-
> 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.
13
+
> 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.
14
14
15
15
## ASP.NET Core 1.1.0 Application Using Visual Studio 2015
16
16
@@ -142,7 +142,7 @@ The following steps helps to create a ASP.NET Core web application to configure
142
142
143
143
144
144
145
-
* 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.
145
+
* 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.
146
146
147
147
{% highlight text %}
148
148
@@ -284,11 +284,11 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
284
284
* Visual Studio [Code](https://code.visualstudio.com/#)
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.
287
+
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.
288
288
289
289
Since **Visual Studio Code** uses folder structure for storing files of application, we will create a folder of the name **ASP.NET**
290
290
291
-
* Install Node from [https://nodejs.org/](https://nodejs.org/#)
291
+
* Install Node from [https://nodejs.org/](https://nodejs.org/en)
292
292
* 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**.
Copy file name to clipboardExpand all lines: aspnet-core/GettingStarted/Getting-Started-2-0.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ documentation: ug
10
10
11
11
# Getting Started
12
12
13
-
> 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.
13
+
> 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.
14
14
15
15
## ASP.NET Core 2.0 Application Using Visual Studio 2017 version 15.3
16
16
@@ -130,7 +130,7 @@ The following steps helps to create a ASP.NET Core web application to configure
130
130
131
131
132
132
133
-
* 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.
133
+
* 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.
134
134
135
135
* Run the below command to know about project creation templates.
136
136
@@ -280,11 +280,11 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
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.
283
+
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.
284
284
285
285
Since **Visual Studio Code** uses folder structure for storing files of application, we will create a folder of the name **ASP.NET**
286
286
287
-
* Install Node from [https://nodejs.org/](https://nodejs.org/#)
287
+
* Install Node from [https://nodejs.org/](https://nodejs.org/en)
288
288
* 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**.
Copy file name to clipboardExpand all lines: aspnet-core/GettingStarted/Getting-Started-2-x.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,17 @@ documentation: ug
10
10
11
11
# Getting Started with ASP.NET Core Common
12
12
13
-
> 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.
13
+
> 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.
14
14
15
15
## ASP.NET Core 2.x Application Using Visual Studio 2017 version 15.3+
16
16
17
17
### System Requirements:
18
18
19
19
To work with ASP.NET Core 2.x, you need to make sure, whether you have installed the following software on your machine
20
20
21
-
* Visual Studio 2017 [version 15.5](https://www.visualstudio.com/downloads/).
21
+
* Visual Studio 2017 [version 15.5](https://visualstudio.microsoft.com/downloads/).
The following steps helps to create a ASP.NET Core web application to configure our components.
143
143
144
144
145
145
146
-
* 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.
146
+
* 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.
147
147
148
148
* Run the below command to know about project creation templates.
149
149
@@ -351,12 +351,12 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
351
351
352
352
### System Requirements:
353
353
354
-
* Visual Studio 2017 [version 15.x](https://www.visualstudio.com/downloads/).
354
+
* Visual Studio 2017 [version 15.x](https://visualstudio.microsoft.com/downloads/).
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.
359
+
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.
360
360
361
361
Since **Visual Studio Code** uses folder structure for storing files of application, we will create a folder of the name **ASP.NET**
Copy file name to clipboardExpand all lines: aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ documentation: ug
10
10
11
11
# Getting Started on Linux
12
12
13
-
> 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.
13
+
> 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.
14
14
15
15
The below guidelines demonstrate how to create an ASP.NET Core application and configure with our components.
16
16
@@ -53,7 +53,7 @@ sudo apt-get update
53
53
54
54
### Mono Installation
55
55
56
-
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.
56
+
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.
57
57
58
58
* Execute this command to add the Mono's GPG key to the packages manager.
59
59
@@ -152,7 +152,7 @@ dotnet new -t web
152
152
{% endhighlight %}
153
153
154
154
#### Building Projects with Yeoman
155
-
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.
155
+
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.
156
156
Since **Visual Studio Code** uses folder structure for storing files of application, create a folder of the name **ASP.NET**.
157
157
158
158
* Open the Terminal window and execute the below mentioned command to install the Node.js.
Copy file name to clipboardExpand all lines: aspnet-core/GettingStarted/Getting-Started-Linux-1-1-0.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ documentation: ug
10
10
11
11
# Getting Started on Linux
12
12
13
-
> 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.
13
+
> 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.
14
14
15
15
The below guidelines demonstrate how to create an ASP.NET Core application and configure with our components.
16
16
@@ -20,7 +20,7 @@ The below guidelines demonstrate how to create an ASP.NET Core application and c
20
20
21
21
* Mono
22
22
23
-
* Install .NET Core [SDK](https://www.microsoft.com/net/download/linux) based on your OS version.
23
+
* Install .NET Core [SDK](https://dotnet.microsoft.com/download/linux) based on your OS version.
24
24
25
25
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.
26
26
@@ -67,7 +67,7 @@ sudo apt-get update
67
67
68
68
### Mono Installation
69
69
70
-
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.
70
+
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.
71
71
72
72
* Execute this command to add the Mono's GPG key to the packages manager.
73
73
@@ -167,7 +167,7 @@ dotnet new -t web
167
167
{% endhighlight %}
168
168
169
169
#### Building Projects with Yeoman
170
-
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.
170
+
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.
171
171
Since **Visual Studio Code** uses folder structure for storing files of application, create a folder of the name **ASP.NET**.
172
172
173
173
* Open the Terminal window and execute the below mentioned command to install the Node.js.
Copy file name to clipboardExpand all lines: aspnet-core/GettingStarted/Getting-Started-Linux-2-0-0.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ documentation: ug
10
10
11
11
# Getting Started on Linux with ASP.NET Core Application
12
12
13
-
> 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.
13
+
> 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.
14
14
15
15
The below guidelines demonstrate how to create an ASP.NET Core application and configure with our components.
16
16
@@ -20,7 +20,7 @@ The below guidelines demonstrate how to create an ASP.NET Core application and c
20
20
21
21
* Mono
22
22
23
-
* Install .NET Core [SDK](https://www.microsoft.com/net/download/linux) based on your OS version.
23
+
* Install .NET Core [SDK](https://dotnet.microsoft.com/download/linux) based on your OS version.
24
24
25
25
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.
26
26
@@ -64,7 +64,7 @@ sudo apt-get update
64
64
65
65
### Mono Installation
66
66
67
-
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.
67
+
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.
68
68
69
69
* Execute this command to add the Mono's GPG key to the packages manager.
70
70
@@ -153,7 +153,7 @@ mkdir Sample
153
153
154
154
* In terminal window, the following steps helps to create a ASP.NET Core web application to configure our components.
155
155
156
-
* 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.
156
+
* 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.
157
157
158
158
* Run the below command to know about project creation templates.
159
159
@@ -178,7 +178,7 @@ mkdir Sample
178
178
179
179
180
180
#### Building Projects with Yeoman
181
-
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.
181
+
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.
182
182
Since **Visual Studio Code** uses folder structure for storing files of application, create a folder of the name **ASP.NET**.
183
183
184
184
* Open the Terminal window and execute the below mentioned command to install the Node.js.
0 commit comments