PDC2005: DSL Tools

0
Podem recordar-se que há alguns dias atrás enviei um post sobre Domain Specific Languages (DSL) e Software Factories. Uma das apresentações mais interessantes que vi no PDC foi precisamente sobre...

Mail Validation Tool

0
http://www.dnsstuff.com/tools/mail.ch?domain=MAIL_TO_TEST

PDC2005: day three (parte 1)

0
Quando voltar para Lisboa envio posts sobre as sessões a que fui nos vários dias, mas agora quero só deixar um apontamento: fui ver uma sessão sobre o BizTalk...

ASP.NET Portal Framework

0
ASP.NET Portal FrameworkPersonalize Your Portal with User Controls and Custom Web PartsASP.NET 2.0 comes with a built-in portal framework that brings two significant benefits to the table. First, it...

Software Factories/Workbenches

0
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

0
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

0
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

0
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á

0
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

0
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...