-
I am working on this application using CSLA 3.8. Its an MDI Winforms Application. This sample application uses Forms as against the winpart in the sample project trackers. I have easily implemented fetch and delete in these forms. But I have been trying without success to implement Save and Update. This...
-
I am working on an application that requires customer passport photographs to be saved directly in an SQL Server 2005 DB. The field used is of type VARBINAR(MAX). I am using CSLA 3.8.2.0. In this particular app, i have three layers: The DAL (using LINQ to SQL), the Library Layer (BOs) and a Winforms...