Software Factories/Workbenches
O tema de software factories (e Domain Specific Languages) tem estado a surgir em força, a meu ver ligado em parte à necessidade de aumentar a produtividade no desenvolvimento de...
Generate INSERT scripts for any table
Retirado de : DotnetSpider
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------AUTHOR KARTHIKDESCRIPTION BUILDS THE INSERT QUERY FOR ANY GIVEN TABLE---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/CREATE PROCEDURE SP_GEN_INSERT_SQL @TABLENAME VARCHAR ( 2000 )ASBEGINDECLARE CUR_METADATA CURSOR FORSELECT NAME , XTYPEFROM SYSCOLUMNSWHERE ID IN...
How to run another application or batch file from my Visual C# .NET code
Example 1.Running a command line application, without concern for the results:
private void Run(){ System.Diagnostics.Process.Start(@"C:runFile.bat");}
Example 2.Retrieving the results and waiting until the process stops (running the process synchronously):
private...
Anatomy of a Software Development Role: Solution Architect
Anatomy of a Software Development Role: Solution Architect
http://www.developer.com/mgmt/article.php/3504496
Have you ever wondered what it meant to be a solution architect? Most people wonder but can't find good information...
Pat Helland, Don Box, David Chappell trálálá
Há uns tempos atrás saiu um artigo polémico na Harvard Business Review chamado "Does IT Matter?". Ora o meu colega Luis Sousa, que está no TechEd neste momento, telefonou-me...
PNP Summit 2004 – Reading, UK
Estive em há duas semanas atrás no PnP Summit, realizado em Reading. Foram 3 dias de conferência (muito menos intensa que o TechEd!), com algumas apresentações bastante interessantes. Destaco...