pontoNETpt
A comunidade PontoNetPT está direccionada a todos os programadores que trabalhem com a plataforma .NET.

Julho 2008 - Pedro Rainho

  • 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(); #> ( ... )
  • 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. :) ( ... )
  • 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...
  • 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...
Powered by Community Server (Commercial Edition), by Telligent Systems