Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe3f258

Browse files
authored
Merge pull request #1064 from calumgrant/cs/framework-support
C#: Updated framework support list
2 parents c6fdcf4 + 3bdaf7c commit fe3f258

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Name, Category
2+
ASP.NET, Web application framework
3+
ASP.NET Core, Web application framework
4+
ASP.NET Razor templates, Web application framework
5+
EntityFramework, Database ORM
6+
EntityFramework Core, Database ORM
7+
Json.NET, Serialization
8+
NHibernate, Database ORM
9+
WinForms, User interface

change-notes/1.20/support/framework-support.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@ The QL libraries and queries in this version have been explicitly checked agains
1515
C# built-in support
1616
================================
1717

18-
* ASP.Net MVC framework
19-
* ASP.NET Web API
20-
* ASP.NET Web Forms
21-
* ASP.NET Core
22-
* ASP.NET Core MVC
23-
* ASP.Net Core Razor
24-
* Razor templates
25-
18+
.. csv-table::
19+
:file: csharp-frameworks.csv
20+
:header-rows: 1
21+
:class: fullWidthTable
22+
:widths: auto
2623

2724
COBOL built-in support
2825
===================================

0 commit comments

Comments
 (0)