Browse by Tags - CodeSmith Community
Welcome to the CodeSmith Community!

Browse by Tags

Related Posts
  • Forum Post: CloneEntity() not copying data from base class

    Hello, i'll try to explain this as best as possible... We are using CodeSmith 5.1.6 Studio on WinXP, with our own custom template to generate a fairly large DAL. I have created a new stored procedure (tested, works fine) and i have added it to the select procedures in CodeSmith to generate. The entity...
  • Forum Post: PostgreSQL Templates

    Dear, Which of the templates that came with I use CodeSmith to generate code for DAL and BLL in C # for persistence of data with the PostgreSQL database? And also to generate FUNCTIONS in PostgreSQL?
  • Forum Post: Linq to XML

    How can i use Linq to XML in my template. When i add only import: <%@ Import Namespace="System.Xml.Linq" %> a i have "The type or namespace name 'Linq' does not exist in the namespace 'System.Xml' (are you missing an assembly reference?)" How to add this reference...
  • Forum Post: Generate from data in a SQL Database

    Eric, I am new to CodeSmith and finding it hard to get started. I would like to generate from data in a SQL Database. I.E. I would like to use the data in the columns of each row in a data base to generate simple entities. The Data in the database contains the (Table Names, Column Names, & Column...
  • Blog Post: How-to: Build a custom UITypeEditor

    Recently I built a CodeSmith sample UITypeEditor that allows a user to enter in custom data into a DropDownList. In the following article I’ll show you what you need to do in order to build your own UITypeEditor. First you need to create a public class that will hold the data of the drop down list...
  • Forum Post: tList.RemoveItem() behavior

    Can someone explain how this method works? What happens if the EntityState is Changed or Unchanged? It appears as though those would be marked for deletion as well, and that is what I'm seeing when this method is called. I must be missing something. Any insight would be welcome. Thanks. /// <summary>...
  • Forum Post: Can we modify Database Contents after having a Nettiers templates

    i want to know is there anyway through we can change the fields of database and those fields also become available in the table Enum of that entity
  • Forum Post: Find method using WhereClause

    I found out the hard way that when you are using the Find method with a WhereClause parameter that it currently only works for values 'Equal To' and not 'Greater Than or equal To' etc. I discovered this when I was tryng to do a Find based using a DateTime that was 'Greater Than Or...
  • Blog Post: Just over a year of PLINQO

    About a year and a week ago I started work for CodeSmith Tools. Before I get into this, I'm a Mac person, so I never saw myself ending up in a .Net shop. Before I was getting ready for my interview I hadn't even looked at the language, only heard about it vaguely. Having only a Mac at home I...
  • File: Expose selected methods as service

    This template make possible browse for a assembly, select methods and expose them in a webservice. I made this template to test my Codesmith custom property ( http://www.codeplex.com/MethodPickerProp ). In order to use the template you must download the Method Picker Property assembly and copy inside...
  • File: Create Data Transfer Objects from your Business Objects

    This template creates Data Transfer Objects from your Business Objects. Updated versions are on my blog: http://thomasjaeger.wordpress.com/
  • Blog Post: Codesmith Rocks!!!

    Ok, yes, I work for Codesmith! Let's put that aside for a second, since i've been a huge Codesmith fan long before I became a proud Codesmith Employee, that's what makes my job that much better, because I truly believe in this product 110%!It's soo easy to use codesmith that quite honestly...
  • File: Custom Event and Exception Class Templates

    The following templates generate custom exception and event classes. The classes follow the recommended pattern for each. The templates support the ability to add custom arguments to the class. These templates require CodeSmith 3.2.6.x or greater.
  • File: Angel Solutions Ltd Templates

    Hello All, We have developed a set of C# templates, which have now been used with a few of Angel’s ASP.NET/SQL Server based products. Please feel free to use and criticize the templates, which we hope you will find helpful. The templates create a, Data Layer Data Abstraction Layer GUI Layer Business...
  • File: DotNetNuke Module Templates

    These templates generate a data access layer that is customized for use with DotNetNuke.
  • File: Collection Templates by Christoph Nahr

    The archive includes C# templates for strongly typed versions of ArrayList, DictionaryEntry, DictionaryList, Hashtable, Queue, SortedList, Stack, and all interfaces used by these classes. Synchronized wrappers are not supported. Some templates were originally based on Chris Sells’ CollectionGen files...
  • File: Business Objects for CodeSmith

    Introduction One of the biggest issues a developer faces when developing a large application, is maintaining design standards and methods. Design documents, coding standards, and code review were the only tools a developer had to work with in the golden days of coding. With the birth of code generators...
Page 1 of 7 (140 items) 12345»