Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

akifmt/ReflectionExamples.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Reflection Examples in .Net

Reflection Examples in .Net

Reflection basic examples.

  • Technologies

    • .Net Framework 4.5
    • Visual Studio 2019
  • Capabilities

    • Field
    • Property
    • Class
  • Details

    • Reads class definitions from json file(my_classes.json).
    • Builds objects from defined classes.
    • Creates properties and fields.
    • Has mock data (AllTypesData, MockDataStatics, Category, Product)
  • Project Structure

    • JsonReaderHelpers
      • ClassField.cs
      • ClassJson.cs
      • ClassJsonFile.cs
      • ClassJsonHelper.cs
    • MockData
      • AllTypesData.cs
      • Category.cs
      • MockDataStatics.cs
      • Product.cs
    • ReflectionHelpers
      • MyObjectBuilder.cs
      • ReflectionHelper.cs

About

Reflection Examples in .Net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages