-
Hello, I'd recommend starting out with the latest released version (4.0) of the templates. If you do make any modifications please post them on our forums / issue tracker as we would love your feedback and support other database providers.. From a business stand point, your previous work is a sunk cost and you shouldn't look at that going forward
-
Hello, I've never heard of that company before .. We just released a new version of the CSLA templates, but it is still dependent on the database out of the box. However, it is now provider based and we do have some other providers (NHibernate xml, EDMX) you can generate from... You would just need to hook them up to generate off of the other providers
-
Hey, I wanted to let everyone know that we've released a new major version of the CSLA Templates . The new release adds support for: CSLA 4.3, Generating from keyless tables, Views and Stored Procedures (and any other data source, as long as you create / select an Entity provider). List Improvements And much more Let me know what you think!
-
I'd move to Task<T> as long as it offers the same experience across the board and won't need to be changed for a considerable amount of time in the future. One thing I've noticed that dealing with Task<T> is that if you have any exception occur in the task. It can bring down your app. There are some handy extension methods out
-
I agree, the new books are much better than the big 2005/2008 books that he released. The newer books also let him release updated content and fixes so they are pretty much flawless. A must have for any CSLA Developer.
-
Do you have to immediately have to show the results? Have you considered moving this to a background service and then show the user any completed calculations (via a db query)? I think this would be the most reliable approach. What happens if your application pool crashes right in the middle of the sims (lets say 200).
-
I like this change, have you written any unit tests for this?
-
I'd recommend taking a look at the CodeSmith templates. We are awaiting to release the latest version of the templates that support views and stored procedures.
-
Can we do something to change this behavior in CSLA 4.5? I just ran into this again where ChildPortal (CreateChild) wasn't using the ObjectFactory method which I thought it would use (it's been a while). Instead of calling the Create Method in OF it created a new instance locally. I understand that these ChildPortal calls should only happen
-
Congrats on your release