in

Chennai .Net User Group

A platform that enables you to Learn, Share & Grow (India's first .Net user group)
All Tags » .Net 3.5 (RSS)

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • T4 Template for generate Table Script from XSD

    The below T4 template will generate Create Table script from a XSD file. The Template will create a dataset from a XSD file and generate create table script from the dataset. 1 <#@ template language= " C#v3.5 " hostspecific= " True " debug= " True " #> 2 <#@ assembly...
    Posted to Shiju Varghese's Blog by on 07-10-2009
    Filed under: Filed under: ,
  • Using .Net 3.5 and C# 3.0 features in T4 templates

    The T4 templates are compiled against .Net Framework 2.0 by default and that will be restricted to use LINQ and other .Net 3.5 features in your T4 templates. If you want to use any of C# 3.0 or .Net 3.5 features in your T4 templates, you have to specify T4 templates language attribute is C#v3.5 instead...
    Posted to Shiju Varghese's Blog by on 06-03-2009
    Filed under: Filed under: ,
Page 1 of 1 (2 items)
Copyright © 2002-2008 Chennai .Net User Group. All Rights Reserved. Microsoft and Microsoft logo's are trademarks of Microsoft Corporation