Tuesday, September 4, 2012

Factory Design Pattern

http://www.c-sharpcorner.com/UploadFile/db2972/factory-design-pattern/

Inversion of Control and Dependency Injection

http://www.c-sharpcorner.com/UploadFile/db2972/inversion-of-control-and-dependency-injection/

Wednesday, March 21, 2012

Inventory Costing

http://publib.boulder.ibm.com/infocenter/sfsf/v9r1/index.jsp?topic=%2Fcom.ibm.help.prod.concepts.doc%2Fc_AverageCostingMethodInventoryCostingForDrop-ShipProducts.html

Sunday, March 4, 2012

Bulk import csv insert command

BULK INSERT productprices FROM 'E:\RnD Projects\SmartGIngram\MSSQL Sample Package\MSSQL\PRICE.csv' WITH ( FIELDTERMINATOR = ',', ROWTERMINATOR = '\n' ) GO

Sunday, January 15, 2012

How do I download code using SVN/Tortoise from Google Code?

EXP:
# Non-members may check out a read-only working copy anonymously over HTTP.

svn checkout http://extnet-mvc.googlecode.com/svn/trunk/ extnet-mvc-read-only



Install Tortoise (separate SVN client not required), create a new empty folder for the project somewhere and right click it in Windows. Click "SVN Checkout". Choosing that option will open a dialog box. Paste the URL "http://extnet-mvc.googlecode.com/svn/trunk/" in the first textbox of that dialog box and click "OK".