Wednesday, October 9, 2013
Thursday, October 3, 2013
get schema of sp
select OBJECT_SCHEMA_NAME([object_id]),OBJECT_NAME(object_id) from sys.sql_modules
Debugging in VS large solutions
never run "run"
instead , go to the main website and view in browser then attach the debugger to the port
otherwise all the symbols will have to load and life is too short
instead , go to the main website and view in browser then attach the debugger to the port
otherwise all the symbols will have to load and life is too short
Wednesday, October 2, 2013
JS Brackets in VS 2010
I needed this
MVC Routes
products/5 and products?id=5 are equivelent
Tuesday, October 1, 2013
Making sure a variable is initialized when setting value
blah = blahh.blah || {};
NuGet may cause the sln file to be always checked out
Subscribe to:
Comments (Atom)