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: ej2-asp-core-mvc/EJ2_ASP.NETCORE/system-requirements.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,21 +16,24 @@ To get started with ASP.NET Core application, ensure the following software to b
16
16
17
17
ASP.NET Core Applications can be developed using one of the following IDEs. You can also develop using [.NET CLI](https://docs.microsoft.com/en-us/dotnet/core/tools/) without below IDEs.
18
18
19
-
*[Visual Studio 2022](https://visualstudio.microsoft.com/vs/)
19
+
*[Visual Studio 2026](https://visualstudio.microsoft.com/downloads/#visual-studio-professional-2026)
20
+
*[Visual Studio 2022](https://visualstudio.microsoft.com/vs/older-downloads/#visual-studio-2022-and-other-products)
20
21
*[Visual Studio 2019](https://visualstudio.microsoft.com/vs/older-downloads/)
21
22
*[Visual Studio Code](https://code.visualstudio.com/)
22
23
23
24
## Framework & SDK
24
25
25
26
One of the the following .NET SDK is required to develop and run the Syncfusion<supstyle="font-size:70%">®</sup> UI controls for ASP.NET Core application.
Content Security Policy (CSP) is a security feature implemented by web browsers to protect against attacks such as cross-site scripting (XSS) and data injection. It limits the sources from which content can be loaded on a web page. To enable strict Content Security Policy (CSP), certain browser features are disabled by default. To use Syncfusion<supstyle="font-size:70%">®</sup> controls with strict CSP mode, it is essential to include the following directives:
14
14
@@ -29,14 +29,13 @@ using System.Security.Cryptography;
29
29
...
30
30
app.Use(async (context, next) =>
31
31
{
32
-
RNGCryptoServiceProvider rng = new RNGCryptoServiceProvider();
0 commit comments