CodeSmith Community
Your Code. Your Way. Faster!

Blogs

  • PLINQO 4.0.1

    Added NextPage, PreviousPage, GotoPage to PagedList Added methods GetOrSet to CacheManager and CacheProvider Added BeginTransaction to DataContextExtensions Added GeneratedCodeAttribute to Generated classes Added full namespace to Metadata class Added...
    Posted to PLINQO Releases by pwelter34 on 03-10-2010
  • CodeSmith 5.2.1

    New Features Bugs Exceptions Performance Problems Usability Problems New Features CSLA- Updated to version 2.0. PLINQO - Updated to version 4.0.1. nHibernate- Updated to version 1.1.6. Bugs Fixed an issue with DeepLoad that would cause only a partial...
    Posted to CodeSmith Releases by blake05 on 03-10-2010
  • PLINQO @ Houston DNUG

    The CodeSmith Tools (Shannon and Tom) are back on the road and delivering their first presentation of the new decade, in Houston! If you or any developers that you know will be in the Houston area on Thursday, March 11th, you should come see us and learn...
    Posted to Tom Dupont by tdupont on 03-10-2010
  • CSLA 2.0.0

    Added SQL Stored Procedure support Added Object Factory support. Added merge region support as well as support to actively generate stored procedures. Added ExistsCommand, this does a database lookup to see if an item exists in the database. Added support...
    Posted to CodeSmith CSLA Releases by blake05 on 02-24-2010
    Filed under:
  • Advanced PLINQO Future Queries, Part 2

    The immediate uses of PLINQO Future Queries are readily apparent: Do you have multiple queries that need to be executed back to back? Add future to the back of them and save yourself a few database trips. What might not be quite as easy to spot, are those...
    Posted to Tom Dupont by tdupont on 02-17-2010
  • Advanced PLINQO Future Queries, Part 1

    The immediate uses of PLINQO Future Queries are readily apparent: Do you have multiple queries that need to be executed back to back? Add future to the back of them and save yourself a few database trips. What might not be quite as easy to spot, are those...
    Posted to Tom Dupont by tdupont on 02-10-2010
    Filed under: ,
  • NHibernate CodeSmith Templates 1.1.6

    New Feature: Many-To-One association's cascade attribute can now be controlled with the "cs_cascade" extended property. Bug Fix: Unit Tests now dispose property, thus running unit tests in succession should work again. Bug Fix: Generated...
    Posted to NHibernate Releases by tdupont on 02-05-2010
    Filed under:
  • PLINQO 4.0 - The Future is Now!

    Have you ever heard anyone say "that application is too fast!"? Make PLINQO 4.0 with Futures your foundation and those words are very likely to be heard. PLINQO is all about avoiding excessive roundtrips to the database and filling that need...
    Posted to CodeSmith Announcements by shannon on 02-02-2010
  • CodeSmith 5.2 Available Now

    VS2010 Support is Here! No need to worry when upgrading to Visual Studio 2010 Beta 2, your favorite code generator now fully supports the latest version of Visual Studio. Performance was also a major focus in the last few versions of CodeSmith. CodeSmith...
    Posted to CodeSmith Announcements by shannon on 02-02-2010
  • How-to: Upgrade your PLINQO or CSLA templates

    This article will help you upgrade your solutions templates safely and easily to the latest major or minor version. The latest templates can be found on our Google code project and the latest nightly build can be found here . The first thing to do is...
    Posted to Blake Niemyjski by Blake Niemyjski : CodeSmith on 01-26-2010
    Filed under: , , ,
  • How-to: Use SQL CLR Functions and Functions in your CodeSmith templates.

    In a previous post I had mentioned that we added SQL CLR Stored procedures as well as SQL Functions in the release of CodeSmith 5.2. Since then there has been a few questions since then on how to add this to your existing templates. The great news is...
    Posted to Blake Niemyjski by Blake Niemyjski : CodeSmith on 01-25-2010
  • PLINQO 4.0

    Added future query support similar to NHibernate Futures Added ability to query by null to query extensions Added ability to query by a list of values to query extensions Added ability to query using comparison operators (ie. greater than, less than)...
    Posted to PLINQO Releases by pwelter34 on 01-06-2010
  • CodeSmith 5.2.0

    New Features Bugs Exceptions Performance Problems Usability Problems New Features Added Visual Studio 2010 Beta 2 support. Added SQL User Defined Functions support. Added IncludeFunctions Property to SchemaObjectBase, setting this to true enables SQL...
    Posted to CodeSmith Releases by blake05 on 01-06-2010
  • How-to: CodeSmith and SQL Functions.

    CodeSmith now supports SQL Functions and SQL CLR Functions with the release of CodeSmith 5.2. I will quickly show you how to add SQL Function support to your template. The first thing you need to do in order to use SQL Functions is to set the IncludeFunctions...
  • PLINQO Query Extension Updates

    The Problem Unfortunately the previous query extensions, while great at querying by a particular value, did not support simple operations such as getting by a nullable value type (where you know it can be null or just a value). Example: If you want to...
    Posted to Tom Dupont by tdupont on 10-26-2009
    Filed under: ,
1 2 3 4 5 Next > ... Last »
Copyright © 2010 CodeSmith Tools, LLC