💻 Code samples about C# .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Marc CHEVALDONNE 729c9b9ecd
updated all csproj in order to remove the deprecated PackageTargetFallback element
6 years ago
CM_sur_events Added asynchrony samples and more samples about events for .NET Core 2.2 6 years ago
HtmlDecode Added asynchrony samples and more samples about events for .NET Core 2.2 6 years ago
ex_003_001_Main updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_003_002_Main_HelloWorld updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_003_003_Main_arguments updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_003_004_Console updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_004_001_TypesNumeriques updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_004_002_Math updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_004_003_Random updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_004_004_TypeBool updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_004_005_TypeChar updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_004_006_TimeSpan_et_DateTime updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_004_007_DureeDeVie updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_004_008_var updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_004_009_Tuple updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_004_010_GuidStruct updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_005_001_tableaux updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_005_002_copie_de_tableaux updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_005_003_tableaux_multiDimensions updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_006_001_string updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_006_002_StringBuilder updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_007_001_enum updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_008_001_if_else updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_008_002_switch updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_008_003_ternary_operator updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_008_004_null_operators updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_008_005_pattern_matching updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_009_001_bouclesIteratives updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_010_001_methodParametersAndModifiers updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_010_002_optionalParameters updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_010_003_interets_des_optionalparameters updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_012_001_nullableTypes updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_013_001_FormattingParsingNumEtBool updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_013_002_FormattingParsingDateTime updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_014_001_namespace_et_nomDUneClasse updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_014_002_typesImbriques updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_014_003_ClasseChampInitialiseurs updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_014_004_constructeurs updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_014_005_methodes updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_014_006_object_ToString updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_014_007_expression_bodied_methods updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_014_008_deconstruction updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_015_001_static updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_015_002_ordreAppelStatic updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_015_003_singleton updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_015_004_using_static updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_016_001_getters_setters_methods updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_016_002_properties updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_016_003_indexers updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_016_004_readonly updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_016_005_partial updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_016_006_local_functions updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_017_001_heritage_syntaxe updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_017_002_redefinitionDeMethodes updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_017_003_initialiseurs_constructeurs updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_017_004_casting updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_018_001_polymorphisme updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_018_002_abstract updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_019_001_interfaces updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_020_001_structures updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_021_001_patternComposite updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_021_002_patternStrategy updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_022_001_Generics_def_du_pb updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_022_002_Generics_EtPourquoiPasObject updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_022_003_Generics_syntaxe updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_022_004_Generics_default updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_022_005_Generics_constraints updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_022_006_Generics_constraints2 updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_022_007_Generics_subclassing updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_022_008_CovarianceClasses updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_022_009_CovarianceInterfaces updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_001_IEnumerator_ex1 updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_002_IEnumerator_ex2 updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_003_IEnumerator_ex3 updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_004_ArrayClass updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_005_Queue updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_006_Stack updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_007_LinkedList updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_008_List updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_009_HashSet_and_SortedSet updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_010_EqualityProtocoleOnReferences updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_011_EqualityProtocoleOnValues updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_012_EqualityComparer updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_013_OrderComparisonProtocole updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_014_Dictionary updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_015_DictionaryCustomType updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_016_ReadOnlyCollection updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_017_Deep_Read_only_collections_dll updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_017_Deep_Read_only_collections_exe updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_018_ReadOnlyDictionaries updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_019_ReadOnlyDictionary_and_values_dll updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_023_019_ReadOnlyDictionary_and_values_exe updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_024_001_exceptions_Contexte updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_024_002_parse updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_024_003_exceptions updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_024_004_propagation_exceptions updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_024_005_exceptions_personnalisees updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_025_001_DebugTrace updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_028_001_intro_avec_interfaces updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_028_002_intro_avec_delegate updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_028_003_interface_as_parameter updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_028_004_delegate_as_parameter updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_028_005_nested_delegate updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_028_006_Strategy_et_interface updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_028_007_delegate_versus_Strategy updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_028_008_multicast_et_interfaces updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_028_009_multicast_delegate updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_028_010_multicast_delegate_return_value updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_028_011_Broadcaster_Subscriber updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_028_012_delegate_Broadcaster_Subscriber updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_028_013_Predicate updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_028_014_Func updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_028_015_Action updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_029_001_event_Broadcaster_Subscriber updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_029_002_event_standard_pattern updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_030_001_anonymousMethods updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_030_002_lambdaExpressions updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_030_003_lambdaExpressions updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_031_001_decouverteDeLINQ updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_031_002_extensionMethods updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_031_003_anonymousTypes updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_031_004_LINQ_intro updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_031_005_LINQ_deferredExecution updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_031_005_LINQ_operators Updated .NET Core samples from .NET CORE 1.0 to .NET CORE 2.2 6 years ago
ex_031_006_LINQ_filtering updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_031_007_LINQ_ordering updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_031_008_LINQ_projecting updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_031_009_LINQ_element_operators updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_031_010_LINQ_aggregation_methods updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_031_011_LINQ_grouping updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_031_012_LINQ_joining updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_031_013_LINQ_set_operators updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_031_014_LINQ_quantifiers updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_031_015_LINQ_generation_methods updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_031_016_LINQ_conversion_methods updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_036_001_Reflection updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_037_001_File_and_Directory_management updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_037_002_FileStream updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_037_003_TextReader_TextWriter updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_037_004_BinaryReader_BinaryWriter Updated .NET Core samples from .NET CORE 1.0 to .NET CORE 2.2 6 years ago
ex_037_005_XmlReader_XmlWriter updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_038_001_DataContractSerializer_bases updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_038_002_DataContract_subclassing updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_038_003_DataContract_ObjectReferences updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_038_004_DataContract_Collections updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_038_005_DataContract_Hooks updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_038_006_Binary_Serializable Updated .NET Core samples from .NET CORE 1.0 to .NET CORE 2.2 6 years ago
ex_038_007_XmlSerializer updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_038_008_IXmlSerializable updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_039_001_XDOM_bases updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_039_002_LINQ_to_XML updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_040_001_LINQ_to_Json updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_001_EF_CodeFirst_conventions updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_002_EF_CodeFirst_data_annotations updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_003_EF_CodeFirst_Fluent_API updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_004_EF_CF_InitializationStrategy updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_005_EF_CF_Seeding_Data updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_006_EF_CF_One_to_One updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_007_EF_CF_One_to_One_FluentAPI updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_008_EF_CF_One_to_Many updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_009_EF_CF_One_to_Many_FluentAPI updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_010_EF_CF_Many_to_Many updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_011_EF_CF_Many_to_Many_FluentAPI updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_012_EF_CF_Dictionary updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_013_EF_CF_TPT_Inheritance updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_014_EF_CF_TPH_Inheritance updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_015_EF_CF_TPC_Inheritance updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_016_EF_current_original_database_val updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_017_EF_concurrency_problematic updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_018_EF_concurrency_databaseWins updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_019_EF_concurrency_clientWins updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_020_EF_concurrency_customDbProp updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_042_021_EF_concurrency_customObjects updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_050_001_CreatingAThread updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_050_002_attendre_un_thread updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_050_003_Variables_locales_et_partagées_entre_threads updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_050_004_cadenas_et_sécurité updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_050_005_passage_de_paramètre updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_050_006_gestion_des_exceptions updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_050_007_Foreground_vs_Background updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_050_008_Priorité updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_050_009_signalisation updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_050_010_Threading_en_UWP updated .NET Core code samples to 2.2.6 6 years ago
ex_050_011_ThreadPool updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_051_001_Démarrer_une_tâche updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_051_002_valeur_de_retour updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_051_003_gestion_exceptions updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_051_004_poursuite_continuations updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_051_005_TaskCompletionSource updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_051_006_TaskDelay updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_052_001_problématique updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_052_002_problématique_2 updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_052_003_problématique_3 updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_052_004_problématique_4 updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_052_005_problématique_5 updated all csproj in order to remove the deprecated PackageTargetFallback element 6 years ago
ex_052_006_problématique_6_UWP updated .NET Core code samples to 2.2.6 6 years ago
Exemples.sln updated .NET Core code samples to 2.2.6 6 years ago
LISEZ_MOI.txt samples of .NET framework 6 years ago
README.md updated .NET Core code samples to 2.2.6 6 years ago
chap038_Sérialisation.txt samples of .NET framework 6 years ago

README.md

mchSamples .NET Core

Tools to install

Here are all the different Tools to be installed with Visual Studio 2019, in order to be able to use .NET Core 2.2: