Home
Releases
Issue Tracker
Source Code
Stats
People
License
RSS RSS Feed
Search Wiki:
About this project
This is a "project of projects": a collection of contributions to Rockford Lhotka's (CSLA .NET framework). These contributions may include tools, add-ons and customizations that make it easier to use CSLA .NET and the concepts described in Lhotka's Expert C# 2005 Business Objects and Expert VB 2005 Business Objects books.

License
This project uses the Creative Commons Attribution 2.5 license.

News
The CSLA .NET Contrib site is now available! Over the next few days/weeks you can look for more news as projects are added to the site.

CSLA .NET Resources

To Join
To join this project and make your own contribution:
  1. Register on CodePlex
  2. Send the user name and brief description of your contribution to Rockford Lhotka.

See News Feeds from the CSLA .NET Community Contribution forums
Last edited Mar 2 2007 at 8:24 PM  by RockfordLhotka, version 9
Comments
GregDobbs wrote  Aug 20 2006 at 1:55 AM  
Hi.

Thanks for all the hard work on the templates!

Where can the VB .Net version be found for CSLA.Net 2.0? All I am able to download are C# versions.

Thanks!

-- Greg Dobbs (greg@dobbs1.com)

AaronEngel wrote  Oct 3 2006 at 6:09 PM  
The templates are great. I particularly like the ability to work with partial classes and keep the generated code from being modified. I have the following suggestions for enhancements

1) Add be the ability to customize the store procedure naming convention. Some people may have a preferred or required stored procedure prefix, suffix, etc. It would be nice if users could customize the prefix and suffix for each stored procedure name to allow flexibility (e.g. GetCustomer, CustomerGet, esp_Get_Customer, InsertCustomer, AddCustomer, CustomerAdd, etc.)
2) Add the ability to set default options in an xml file (i.e. default to use ADO transactions) or use a certain object template.
3) This would be more complicated and would deviate a little from pure CSLA, but it would be nice if the templates could optionally generate dynamic sql instead of requiring stored procedures.

davem1958 wrote  Oct 4 2006 at 1:19 PM  
I'm a little confused on the generated code section "#region Delegation Methods". I don't see that in the book, or in Rocky's ProjectTracker sample. Where can I read about that?

hammdo wrote  Oct 5 2006 at 5:46 PM  
I've create a web and chm help file for CSLA.NET 2.1 (as of today 10/5/2006). While this is a very small contribution, I'd like to share it with everyone - if someone can direct me). I saw the note above how to join -- that I did. Now, I'd like to get this to everyone...

Thanks!

Wyatt wrote  Oct 28 2006 at 3:39 PM  
I'm a bit confused about how to post questions on this project, so I hope this is the correct method...

1) To reinforce davem1958's question, what is the "#region Delegation Methods" for?

2) I'm trying to create classes similar to PTracker's ResourceList and ResourceInfo, as simple read-only mechanisms to display data in the UI. Which CodeSmith templates do I use? (I tried using the ReadOnlyChild and ReadOnlyRoot templates, but the classes that are generate include much unnecessary data access code.)

Thanks,
Wyatt

Abbasm wrote  Nov 13 2006 at 9:52 AM  
Is there any plan to release production version of VB templates for CSLA.Net 2.1? An early release will be much appreciated.

shailensukul wrote  Jun 12 2007 at 2:01 AM  
Hi, my name is Shailen Sukul and I have been finding your framework + the templates extremely useful.
If you need any help on this project, you can add my id: (shailensukul).
To All: keep up the great work !!

justinc wrote  Aug 7 2007 at 7:26 PM  
I have a code generator project and would love to have some help working on CSLA template to include with the generator. Visit http://www.codeplex.com/NBusiness for more info! Start a forum thread or send an email if anyone here is interested in doing this! Thanks.

hsuncc wrote  Sep 26 2007 at 9:26 PM  
Which link do you follow to download the templates for C#?
Thanks!

JohnGalt wrote  Oct 29 2007 at 6:12 PM  
I am trying to locate the download for the CodeSmith CSLA templates that are supposed to be in here somewhere, but finding this a little confusing. Is there a specific location for them?

mrlucmorin wrote  Nov 25 2007 at 4:12 PM  
Is this project still alive ? Are there any plans to release templates for CSLA 3 ?

Updating...