Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
start [2019/04/25] leszek [UWP (Universal Windows Platform)] |
start [2020/10/21] (current) leszek [Tools & Technologies] |
<columns 100% - - - -> | <columns 100% - - - -> |
| |
* [[notes::csharp::anonymoustypes|Anonymous Types]] | * [[notes::csharp::anonymoustypes|Anonymous Types and Tuples]] |
* [[notes::csharp::arrays|Arrays]] | * [[notes::csharp::arrays|Arrays]] |
* [[notes::csharp::attributes|Attributes]] | * [[notes::csharp::attributes|Attributes]] |
* [[notes::csharp::code access security|Code Access Security]] | |
* [[notes::csharp::collections|Collections]] | * [[notes::csharp::collections|Collections]] |
| * [[notes::csharp::covariance_contravariance|Covariance & Contravariance]] |
* [[notes::csharp::cryptography|Cryptography]] | * [[notes::csharp::cryptography|Cryptography]] |
* [[notes::csharp::datetime|DateTime]] | * [[notes::csharp::datetime|DateTime]] |
* [[notes::csharp::dynamic|Dynamic Typing]] | * [[notes::csharp::dynamic|Dynamic Typing]] |
* [[notes::csharp::enums|Enums]] | * [[notes::csharp::enums|Enums]] |
| * [[notes::csharp::equality|Equality]] |
* [[notes::csharp::events|Events]] | * [[notes::csharp::events|Events]] |
* [[notes::csharp::exceptions|Exceptions]] | * [[notes::csharp::exceptions|Exceptions]] |
* [[notes::csharp::generics|Generics]] | * [[notes::csharp::generics|Generics]] |
* [[notes::csharp::io|I/O]] (Files and Streams) | * [[notes::csharp::io|I/O]] (Files and Streams) |
* [[notes::csharp::indexers|Indexers]] | * [[notes::csharp::interfaces|Interfaces]] |
| |
<newcolumn> | <newcolumn> |
| |
* [[notes::csharp::interfaces|Interfaces]] | |
* [[notes::csharp::lambda|Lambda Expressions]] | * [[notes::csharp::lambda|Lambda Expressions]] |
* [[notes::csharp::linq|LINQ]] | * [[notes::csharp::linq|LINQ]] |
* [[notes::csharp::linq_to_xml|LINQ to XML]] | * [[notes::csharp::linq_to_xml|LINQ to XML]] |
| * [[notes::csharp::multithreading|Multithreading]] |
* [[notes::csharp::mvvm_light|MVVM Light]] | * [[notes::csharp::mvvm_light|MVVM Light]] |
* [[notes::csharp::nullable|Nullable Types]] | * [[notes::csharp::nullable|Nullable Types]] |
* [[notes::csharp::parsing|Parsing and Casting]] | * [[notes::csharp::parsing|Parsing and Casting]] |
| * [[notes::csharp::pattern_matching|Pattern Matching]] |
| * [[notes::csharp::properties|Properties]] |
* [[notes::csharp::regex|Regular Expressions]] | * [[notes::csharp::regex|Regular Expressions]] |
* [[notes::csharp::random|Random Numbers]] | * [[notes::csharp::random|Random Numbers]] |
* [[notes::csharp::strings|Strings]] | * [[notes::csharp::strings|Strings]] |
* [[notes::csharp::struct|Struct]] | * [[notes::csharp::struct|Struct]] |
* [[notes::csharp::tasks|Tasks]] | |
* [[notes::csharp::tuples|Tuples]] | |
* [[notes:unity3d:engine|Unity3D]] | * [[notes:unity3d:engine|Unity3D]] |
* [[notes::csharp::utils|Utilities]] | * [[notes::csharp::utils|Utilities]] |
* [[notes::csharp::miscellaneous#Expression trees|Expression trees]] | * [[notes::csharp::miscellaneous#Expression trees|Expression trees]] |
* [[notes::csharp::miscellaneous#HttpClient|HttpClient]] | * [[notes::csharp::miscellaneous#HttpClient|HttpClient]] |
* [[notes::csharp::miscellaneous#Interlocked|Interlocked class]] | |
* [[notes::csharp::miscellaneous#Lazy<T>|Lazy<T>]] | * [[notes::csharp::miscellaneous#Lazy<T>|Lazy<T>]] |
* [[notes::csharp::miscellaneous#Locking|Locking]] | |
* [[notes::csharp::miscellaneous#Null coalescing operator|Null coalescing operator]] | |
* [[notes::csharp::miscellaneous#Parallel class|Parallel class]] | |
* [[notes::csharp::miscellaneous#Stopwatch|Stopwatch]] | * [[notes::csharp::miscellaneous#Stopwatch|Stopwatch]] |
* [[notes::csharp::miscellaneous#Stream chaining|Stream chaining]] | * [[notes::csharp::miscellaneous#Stream chaining|Stream chaining]] |
| |
| |
====Tools==== | ====Tools & Technologies==== |
| |
[[notes::tools::Docker|Docker]], [[notes::tools::Git|Git]], [[notes::tools::MSBuild|MSBuild]], [[notes::tools::PowerShell|PowerShell]], [[notes::tools::netcore|.NET Core]], [[notes::tools::ReSharper|ReSharper]], [[notes::tools::VisualStudio|Visual Studio]] | [[notes::tools::Docker|Docker]], [[notes::tools::Git|Git]], [[notes::tools::MSBuild|MSBuild]], [[notes::tools::PowerShell|PowerShell]], [[notes::tools::ReSharper|ReSharper]], [[notes::tools::VisualStudio|Visual Studio]], [[notes::tools::VisualStudioCode|Visual Studio Code]], [[notes::tools::matlab|MATLAB]], [[notes::tools::netcore|.NET Core]], [[notes::tools::rider|Rider]], [[notes::tools::misc|Miscellaneous Tools]] |
| |
| |
====UWP (Universal Windows Platform)==== | |
| |
<div nohilite> | |
| Storage | [[notes::uwp::AppData|I/O]] (Files and Streams) * [[notes::uwp::AppSettings|Settings]] * [[notes::uwp::Roaming|Roaming]] * [[notes::uwp::Serialization|Serialization]] | | |
| User interface | [[notes::uwp::Animation|Animation]] * [[notes::uwp::Binding|Binding]] * [[notes::uwp::Colors|Colors]] * [[notes::uwp::Converters|Converters]] * [[notes::uwp::DependencyProperties|Dependency Properties]] * [[notes::uwp::Gradient|Gradient]] * [[notes::uwp::MessageDialog|MessageDialog]] * [[notes::uwp::Pickers|Pickers]] * [[notes::uwp::Scrolling|Scrolling]] * [[notes::uwp::Styles|Styles]] * [[notes::uwp::VisualState|VisualStates]] * [[notes::uwp::XAML|XAML]] | | |
| Controls and elements | [[notes::uwp::Buttons|Buttons]] * [[notes::uwp::ContentControl|ContentControl and ScrollViewer]] * [[notes::uwp::ControlTemplate|ControlTemplate]] * [[notes::uwp::CustomControls|Custom Controls]] * [[notes::uwp::DataTemplate|DataTemplate]] * [[notes::uwp::DateTimeControls|Date/Time Controls]] * [[notes::uwp::Flyout|Flyout]] * [[notes::uwp::Layout|Layout Controls]] * [[notes::uwp::ListControls|List Controls]] * [[notes::uwp::OtherElements|Other Elements]] * [[notes::uwp::Images|Images]] * [[notes::uwp::RangeControls|Range Controls]] * [[notes::uwp::TextBoxes|Text Controls]] | | |
| Other topics | [[notes::uwp::Lifecycle|Lifecycle]] * [[notes::uwp::Localization|Localization]] * [[notes::uwp::Navigation|Navigation]] * [[notes::uwp::Reflection|Reflection]] * [[notes::uwp::input|Input]] * [[notes::uwp::internet|Internet]] | | |
| Examples | [[notes::uwp::examples#Draw a circle when tapped|Draw a circle when tapped]] * [[notes::uwp::examples#Master/details view|Master/details view]] * [[notes::uwp::IAsync_interfaces|IAsync interfaces]] | | |
</div> | |
| |
| |
====Atari 8-bit (NostalGTIA :)==== | |
| |
<div nohilite> | |
| Tools | [[notes::atari::WUDSN|WUDSN]] * [[notes::atari::Emulators|Emulators]] | | |
| Programs | [[notes::atari::Rainbow|Rainbow]] * [[notes::atari::Mini_Memory_Monitor|Mini Memory Monitor]] | | |
| Books | [[notes::atari::book_DeReAtari|De Re Atari]] | | |
| Hardware | [[notes::atari::GTIA|GTIA]] * [[notes::atari::ANTIC|ANTIC]] | | |
| Miscellanies | [[notes::atari::BASIC|BASIC]] * [[notes::atari::Links|Links]] | | |
</div> | |
| |
| |
====Archive==== | ====Archive==== |
| |
| * [[notes::archive#UWP|UWP]] (Universal Windows Platform) |
* [[notes::archive#sharepoint_2010|SharePoint 2010/2013]] | * [[notes::archive#sharepoint_2010|SharePoint 2010/2013]] |
* [[notes::archive#sql_server|SQL Server]] | * [[notes::archive#sql_server|SQL Server]] |
* [[notes::archive#Miscellanies|Miscellanies]] (ASP.NET, CSS, jQuery, JavaScript, WPF) | * [[notes::archive#Miscellanies|Miscellanies]] (ASP.NET, CSS, jQuery, JavaScript, WPF) |
* [[notes::misc::project management|Project Management]], [[notes::misc::Software Engineering|Software Engineering]], [[notes::misc::Software Patterns|Software Patterns]] | * [[notes::misc::project management|Project Management]], [[notes::misc::Software Engineering|Software Engineering]], [[notes::misc::Software Patterns|Software Patterns]] |
| * [[notes::archive#Atari 8-bit (NostalGTIA :)|Atary 8-bit]] |
| |
| |