pontoNETpt
A comunidade PontoNetPT está direccionada a todos os programadores que trabalhem com a plataforma .NET.
Entrar
|
Inscrever
|
Ajuda
Home
Blogs
Media
Forums
Wikis
Groups
Julho 2008 - Pedro Rainho
Pedro Rainho
Início
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
T4 - Statement Blocks
T4 - Text Blocks
T4 - Expression Blocks
T4 - Class Feature Blocks
T4 - Include Directive
Archives
Agosto 2008 (10)
Julho 2008 (4)
Maio 2008 (6)
Abril 2008 (3)
Fevereiro 2007 (1)
Janeiro 2007 (1)
Maio 2006 (6)
Abril 2006 (7)
Março 2006 (2)
Fevereiro 2006 (15)
Janeiro 2006 (24)
Dezembro 2005 (23)
Novembro 2005 (38)
Outubro 2005 (6)
Setembro 2005 (6)
Agosto 2005 (4)
Julho 2005 (17)
Junho 2005 (3)
Maio 2005 (11)
Abril 2005 (3)
Ordenar por:
Mais Recentes
|
Mais Vistos
|
Mais Comentados
T4 - Debugging
First this is new to me. I create T4 using the Guidance Automation Toolkit (GAT) but I didn't know that if I add this: <#@ import namespace="System.Diagnostics" #> <# Debugger.Break(); #> ( ... )
Published
30-7-2008 18:28
por
Pedro Rainho
T4 - Syntax
Like I had wrote in previous post the syntax of a T4 is similar to ASP. I think big difference is the using of blocks like this <# ... #> instead of using ASP blocks like this <% ... %> the rest is very similar. :) ( ... )
Published
28-7-2008 18:37
por
Pedro Rainho
Text Template Transformation Toolkit - T4
Recently I found out that Visual Studio 2008 includes a " T ext T emplate T ransformation T oolkit", also known as T4 for those that develop using Guidance Automation Toolkit (GAT) . GAT is the toolkit that is normally used to develop Software...
Published
27-7-2008 16:12
por
Pedro Rainho
WCF Load Test and SQL Load Test
These are the two new tools I had just found in CodePlex . The first one ( WCF Load Test ) is used to generate unit tests based on WCF trace file and a WCF client proxy, or a WCF interface contract. The second one ( SQL Load Test ) is used to generated...
Published
14-7-2008 22:29
por
Pedro Rainho