1
Eae Galera all good? In my researches I always find references to the term "At runtime", But looking for the term to get more information, I can’t locate anything relevant.
I’d like to understand what it means "At runtime", and the opposite of it which is not "at runtime".
And what are the advantages for the application, or for the programmer?
Below examples of documentation where I found the term:
"LINQ to SQL is a component of . NET Framework version 3.5 that provides an infrastructure run-time to manage relational data as objects." Microsoft Docs Linq to Sql
"The guy Dynamic enables operations in which it occurs to bypass type checking at compile time. Instead, these operations are resolved at runtime." Microsoft Docs Dynamic
So these terms are used only for information on how the feature works? does it offer any advantage for application? Performance or something like that?
– Nicolas Sylverio
Yes, to indicate an event or status when the program is running or not. If you say something "at runtime", it happens when the program is running.
– Ricardo Pontual
Thank you. It’s kind of a difficult concept to catch just reading documentation.
– Nicolas Sylverio