-
Hello, I am investigating a little bit within the project tracker sample application. Can someone explain to me for what the separate class ProjectResourceEditCreator is for? Sure, I see it creates ProjectResourceEdit instances and fetches them from the database. But why is this separate implemented...
-
Tiago. Perhaps I'm wrong, but according Lhotka views it is true that the data reader approach has better performance. But as for me, this way is only valid for small applications, with not to many fields to be readed/saved. I think it's a more useful sample (in a future Project Tracker sample...
-
I also am an avid Csla fan and have utilized ProjectTracker since the early .NET versions. I always considered it the "gold standard" of Csla because it performed most of the necessary functionality that I needed and was the ultimate reference as it retrieved information from the database and...
-
Hi Rocky. I've read some past posts of you where you're wondering to deprecate ProjecTracker. Instead, you recommend the SimpleNTier solution. I'm follower of ProjectTracker from the very beginning and I find it simple (yes, I'm not a genius) but useful. What are finally your plans? Long...
-
Let me start simple. For example in "Project Tracker" example, if you open any project to edit you can see resources that assigned to this project, however, if you also open edit resource document with one of the resources already assigned to the project, the changes on resources, which is...
-
Hi Rocky, I was just wondering if do you have a timetable for this PTracker sample app to be ported to EF, I'm interested to see how its "properly" done (ported correctly) considering the way the current design of PTracker. Thanks!
-
I appears the samples for CLSA 4.0 Beta 1 are still based on the older version. I'm looking specifically at the ProjectTracker Library and the Authorization & Validation Rules. When will the samples be updated to the new manner of doing things?
-
It can be found here: http://www.lhotka.net/cslanet/Download.aspx Select the "Samples" link for the version you are interested in, probably 3.8.2 is the best as it is (at the time of writing) the latest stable release.
-
Hi, Late Edit: Sorry ... turned out to be my desktop compuer. Works fine on my laptop. Please disregard request for help. Art This is my first attempt using csla. I downloaded clsa verson 3.8.2 Framework and created the \bin\debug\csla.dll successfully. I downloaded the 3.8.2 Sample and opened up a Project...