Update for 24-02-22 14:15
This commit is contained in:
parent
fa59416737
commit
d7b4dba3e4
@ -147,5 +147,9 @@ class Application
|
|||||||
|
|
||||||
See [[asp.net.wiki|ASP.NET]]
|
See [[asp.net.wiki|ASP.NET]]
|
||||||
|
|
||||||
|
== .NET ==
|
||||||
|
|
||||||
|
see [[dotnet]]
|
||||||
|
|
||||||
|
|
||||||
[[index]]
|
[[index]]
|
||||||
|
15
tech/dotnet.wiki
Normal file
15
tech/dotnet.wiki
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
= dotnet =
|
||||||
|
|
||||||
|
dotnet is the heavily intertwined framework with [[C-sharp]].
|
||||||
|
|
||||||
|
The following will be some common API's and containers that can be accessed in
|
||||||
|
dotnet
|
||||||
|
|
||||||
|
== System.Collections ==
|
||||||
|
|
||||||
|
=== System.Collections.Generic ===
|
||||||
|
|
||||||
|
* Dictionary<TKey, TValue>
|
||||||
|
*
|
||||||
|
* List<T>
|
||||||
|
* Same as arraylist, dynamically allocated array
|
Loading…
Reference in New Issue
Block a user