Thursday, November 8, 2012

today's geek lunch

At today's geek lunch I learned:

  1. Node.js keeps dependencies as copies of the project holding the directory. This can mean multiple identical directories copied about.
  2. Compiler-as-a-service will let you keep C# in a database field that may be run when when summoned/queried into a project.
  3. EMR stands for Electronic Medical Record
  4. NLog was recommended to do logging. In order to log you still need to catch and exception in a try/catch. Try to be smart about how you write these instead of sprinkling them everywhere. (think CQRS)

No comments:

Post a Comment