Update for 24-02-22 14:15

This commit is contained in:
Tyler Perkins 2022-02-24 14:15:01 -05:00
parent fa59416737
commit d7b4dba3e4
2 changed files with 19 additions and 0 deletions

View File

@ -147,5 +147,9 @@ class Application
See [[asp.net.wiki|ASP.NET]]
== .NET ==
see [[dotnet]]
[[index]]

15
tech/dotnet.wiki Normal file
View 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