Metainformationen zur Seite
  •  

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
start:visualstudio2017:programmieren:dotnetweblinks [2021/04/14 19:19]
wikiadmin [Weblinks]
start:visualstudio2017:programmieren:dotnetweblinks [2021/12/14 06:46] (aktuell)
wikiadmin [Dependency Injection & IoC Container]
Zeile 7: Zeile 7:
 |[[https://www.hanselman.com/blog/referencing-net-standard-assemblies-from-both-net-core-and-net-framework/comments#comments-start|Referencing .NET Standard Assemblies from both .NET Core and .NET Framework (2017)]]| |[[https://www.hanselman.com/blog/referencing-net-standard-assemblies-from-both-net-core-and-net-framework/comments#comments-start|Referencing .NET Standard Assemblies from both .NET Core and .NET Framework (2017)]]|
 |[[https://github.com/dotnet/wcf|WCF -- Windows Communication Foundation Client Libraries. For .NET Core]]| |[[https://github.com/dotnet/wcf|WCF -- Windows Communication Foundation Client Libraries. For .NET Core]]|
-|[[https://github.com/dotnet|.NET Platform, API inkl. Dokumentation]]|+|[[https://github.com/dotnet|GitHub-Server: .NET Platform, API inkl. Dokumentation]]|
 ===== Schulungen ===== ===== Schulungen =====
 |[[https://sahansera.dev/dotnet-core-ioc-container/|C# Core , Eine Beispiel wie Dependency Injection und Inversion of Control (DI & IoC) mit der Standard Librarry von Microsoft realisiert werden kann.]]| |[[https://sahansera.dev/dotnet-core-ioc-container/|C# Core , Eine Beispiel wie Dependency Injection und Inversion of Control (DI & IoC) mit der Standard Librarry von Microsoft realisiert werden kann.]]|
Zeile 14: Zeile 14:
 |[[https://www.youtube.com/watch?v=0aLsklez0bk|WPF-Apps mit .NET Core und XAML Islands modernisieren. Thomas Claudius Huber (2020)]]| |[[https://www.youtube.com/watch?v=0aLsklez0bk|WPF-Apps mit .NET Core und XAML Islands modernisieren. Thomas Claudius Huber (2020)]]|
 |[[https://docs.microsoft.com/de-de/dotnet/|Microsoft Dokumentationsseite: .NET-Dokumentation, Guter Einstieg in .NET Welt. Schulungsvideos, Beispiele und Download. Viele weiterführende Dokumente.]]| |[[https://docs.microsoft.com/de-de/dotnet/|Microsoft Dokumentationsseite: .NET-Dokumentation, Guter Einstieg in .NET Welt. Schulungsvideos, Beispiele und Download. Viele weiterführende Dokumente.]]|
-|[[https://www.youtube.com/channel/UCvtT19MZW8dq5Wwfu6B0oxw|Microsoft Youtube Videos: Gute Einsteigervideos, Erklährungen zu neuen Techniken. Z.B. .NET Core, EFCore usw.]]|+|[[https://www.youtube.com/channel/UCvtT19MZW8dq5Wwfu6B0oxw|Microsoft Youtube Videos: Gute Einsteigervideos, Erklärungen zu neuen Techniken. Z.B. .NET Core, EFCore usw.]]|
  
 ===== Dynamische Objekte ===== ===== Dynamische Objekte =====
Zeile 21: Zeile 21:
 |[[https://docs.microsoft.com/en-us/dotnet/api/system.dynamic.expandoobject?view=net-5.0|.NET 5.0 (Core), ExpandoObject Class: Represents an object whose members can be dynamically added and removed at run time.]]| |[[https://docs.microsoft.com/en-us/dotnet/api/system.dynamic.expandoobject?view=net-5.0|.NET 5.0 (Core), ExpandoObject Class: Represents an object whose members can be dynamically added and removed at run time.]]|
 |[[https://docs.microsoft.com/en-us/dotnet/api/system.dynamic.dynamicobject?view=net-5.0|.NET 5.0 (Core), DynamicObject Class: Provides a base class for specifying dynamic behavior at run time.]]| |[[https://docs.microsoft.com/en-us/dotnet/api/system.dynamic.dynamicobject?view=net-5.0|.NET 5.0 (Core), DynamicObject Class: Provides a base class for specifying dynamic behavior at run time.]]|
 +
 +===== Externe Programme starten =====
 +|[[https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.process?view=net-5.0|.NET 5.0 (Core): Externe Programme (.exe) starten und steuern.)]]|
  
 ==== Dependency Injection & IoC Container  ==== ==== Dependency Injection & IoC Container  ====
 |[[http://www.dotnet-stuff.com/tutorials/dependency-injection/understanding-and-implementing-inversion-of-control-container-ioc-container-using-csharp|Understanding and Implementing Inversion of Control Container (IoC container) using csharp]]| |[[http://www.dotnet-stuff.com/tutorials/dependency-injection/understanding-and-implementing-inversion-of-control-container-ioc-container-using-csharp|Understanding and Implementing Inversion of Control Container (IoC container) using csharp]]|
-|[[https://www.mesta-automation.com/wpf-navigation-with-dependency-injection-diioc-part-1/|WPF navigation with dependency injection (DI/IOC): part 1/2]]| +|[[https://www.mesta-automation.com/wpf-navigation-with-dependency-injection-diioc-part-1/|WPF navigation with dependency injection (DI/IOC): part 1/2 (Navigation with DataTemplate)]]| 
-|[[https://www.mesta-automation.com/wpf-navigation-with-dependency-injection-diioc-part-2/|WPF navigation with dependency injection (DI/IOC): part 2/2]]|+|[[https://www.mesta-automation.com/wpf-navigation-with-dependency-injection-diioc-part-2/|WPF navigation with dependency injection (DI/IOC): part 2/2 (Navigation with DataTemplate)]]|
 |[[https://stackoverflow.com/questions/10372463/where-to-place-and-configure-ioc-container-in-a-wpf-application|Where to place and configure IoC container in a WPF application?]]| |[[https://stackoverflow.com/questions/10372463/where-to-place-and-configure-ioc-container-in-a-wpf-application|Where to place and configure IoC container in a WPF application?]]|
 |[[https://www.tutorialsteacher.com/ioc/ioc-container|IoC Container (Unity, StructureMap, Castle Windsor, Ninject, Autofac, DryIoc, Simple Injector, Light Inject)]]| |[[https://www.tutorialsteacher.com/ioc/ioc-container|IoC Container (Unity, StructureMap, Castle Windsor, Ninject, Autofac, DryIoc, Simple Injector, Light Inject)]]|