What are your best examples of using Reflection in production code?
ASP.NET MVC provides an action and a controller to invoke from a URL. Routing as a whole.
Most recently, I had to use reflection to load an assembly (to examine its public types) only from the assembly path.
Linq To Sql... ORM .NET 2.0.
, :
, ( ActiveRecord, DAL).
... .
SQL, ,
"Chevrolet" .
- Python O/R mapper, .
, (, ). , .
, Python . , , , API , . , Python: CPython API Python COM API, makepy, Jython java API IronPython .Net API.
, Kofax Express, OCR PDF . OCR, , , OCR . , OCR . , OCR; dll OCR.
WPF:
1) "(TextBox.Text)" vs ""?
Text, WPF . , , . , , !
( http://dotnet.org.za/rudi/archive/2008/03/25/10-things-i-didn-t-know-about-wpf-data-binding.aspx)
DAL - . POCO SQL.
Inside the factory, we use reflection to return the implementation of the "Dummy" interface or the real (connected to the database) interface implementation based on the class specified in the properties file (in Java).
Source: https://habr.com/ru/post/1708440/More articles:Stream parsers (JSON / XML) for AS3 / Flex / Adobe AIR applications - jsonBWSplitView and PyObjc - pythonHow to create clipboard in toolbar VS2008? - visual-studioextract text from mht - c #Интерфейс драйвера промежуточного интерфейса NDIS для С# - c#How to close popups used as submenus in WPF - c #ASP.NET Chart Management (EMail Submission with Embedded Graphical Reference Image) - asp.netASP.NET ChangePassword with ActiveDirectoryMembershipProvider - asp.netWhere do you place POSIX semaphores when using POSIX shared memory? - shared-memoryZend_Db Question ... incrementor update - phpAll Articles