JIB within Oil/Gas:
http://smallbusiness.chron.com/jib-accounting-34833.html
Life as a Software Developer
Tuesday, January 22, 2013
Wednesday, January 9, 2013
Parsing a number from Exponential Notation
http://stackoverflow.com/questions/3879463/parse-a-number-from-exponential-notation
System.Globalization.NumberStyles.Float
Also works for non Expo Notation numbers yay.
System.Globalization.NumberStyles.Float
Also works for non Expo Notation numbers yay.
Saturday, December 29, 2012
Some useful SharePoint 2013 Installation Notes
Blog on installation process utilizing Least Priv approach:
http://www.sharepointassist.com/2012/08/04/sharepoint-2013-lab-build-part-1-getting-started/
GPO info on Server 2013:
http://www.win2012workstation.com/password-restrictions/
http://www.sharepointassist.com/2012/08/04/sharepoint-2013-lab-build-part-1-getting-started/
GPO info on Server 2013:
http://www.win2012workstation.com/password-restrictions/
Tuesday, December 25, 2012
Wednesday, December 12, 2012
Dependency injection
"Dependency injection is a software design pattern that allows a choice of component to be made at run-time rather than compile time. This can be used, for example, as a simple way to load plugins dynamically or to choose mock objects in test environments vs. real objects in production environments. This software design pattern injects the depended-on element (object or value etc) to the destination automatically by knowing the requirement of the destination. Another pattern, called dependency lookup, is a regular process and reverse process to dependency injection."
Much to learn...
http://en.wikipedia.org/wiki/Dependency_injection
Much to learn...
http://en.wikipedia.org/wiki/Dependency_injection
Subscribe to:
Posts (Atom)