45 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| This version of CSLA .NET corresponds to the CSLA .NET Version 2.1 Handbook, available from
 | |
| http://store.lhotka.net, plus some major changes to Csla.Web.CslaDataSource to help address
 | |
| issues with failure to find assembly references. The CslaDataSource now also has a configuration
 | |
| form, making it easier to specify the business object type to use as a binding source.
 | |
| 
 | |
| The 2.1 Handbook is a sequel to Expert C# 2005 Business Objects, and the bulk of the code in
 | |
| this download corresponds to the content of that book, published by Apress.
 | |
| 
 | |
| This zip file contains the following folders:
 | |
| 
 | |
| Csla\
 | |
| The CSLA .NET 2.0 framework code as described in Chapters 2-5 of the book. Also including templates and snippets as discussed in Chapter 7.
 | |
| 
 | |
| ProjectTracker20cs\
 | |
| The ProjectTracker sample application as discussed in Chapters 8-12. The projects in this solution include:
 | |
| 
 | |
|   ProjectTracker.Library\
 | |
|   The business object library for the sample application as discussed in Chapter 8.
 | |
| 
 | |
|   PTWin\
 | |
|   The Windows Forms UI as discussed in Chapter 9.
 | |
| 
 | |
|   www\PTWeb
 | |
|   The Web Forms UI as discussed in Chapter 10.
 | |
| 
 | |
|   www\PTWebService
 | |
|   The Web service interface as discussed in Chapter 11.
 | |
| 
 | |
|   PTServiceClient\
 | |
|   The Web service client application for PTWebService as discussed in Chapter 11.
 | |
| 
 | |
|   EnterpriseServicesHostcs\
 | |
|   The Enterprise Services data portal proxy and host as discussed in Chapter 12.
 | |
| 
 | |
|   www\RemotingHost\
 | |
|   The .NET Remoting data portal host as discussed in Chapter 12.
 | |
| 
 | |
|   www\WebServicesHost\
 | |
|   The Web services data portal host as discussed in Chapter 12.
 | |
|   
 | |
| 
 | |
| 
 | |
| For information on installation, book errata, updates to the framework and so forth, please visit
 | |
| 
 | |
| http://www.lhotka.net/cslanet/csla20.aspx |