Oscar Agreda
Business Application Developer
Developer at
http://www.businessapplicationsnow.com/
MVVM (Advanced, 2 years' experience) C# (Advanced, 5 years' experience) Silverlight (Advanced, <2 year experience) Microsoft WCF jQuery (Intermediate, 1 years' experience) SQL Server (Advanced, 9 years' experience) Agile Scrum (Advanced, <3 year experience)
Silverlight Firestarter 2010 Session 3 - Building Feature Rich Business Apps Today with RIA Services
Jul 15, 2011 at 10:57 AMHey Dan,
after 12 months trying to master Silverlight, XAML, MvvM and Ria services. now that i get it now, I see your video and I said:
if I had only seen Dan explanation 12 months ago, many frustrations would have been eliminated.
Thank you Dan,
some people are born to develop and some other are born to teach.
you have both
Microsoft should have you explain SL5 and MvvM.. then everybody will get it really fast
Silverlight TV 50: The State of Silverlight with Scott Guthrie
Oct 27, 2010 at 3:59 PMGreat video, very inspiring, especially around minute 8 regarding the Business Model of the 75%
Silverlight TV 44: Top Four Questions from the WCF RIA Services Forum
Sep 14, 2010 at 8:08 AMThank you Deppesh and of course Thanks John Papa for this great tutorial video.
I have the same question as Aaron on how to use to calculate vertical formulas based on the child values
private void UpdateOrdersCount() { if (fOrdersCount == null) { fOrdersCount = Convert.ToInt32(this.Evaluate(CriteriaOperator.Parse("Orders.Count"))); } } private void UpdateOrdersTotal() { foreach (Order detail in Orders) { fOrdersTotal += detail.Total; } }Also
what about using Foreign values on formulas,
on the invoice for example
when a new invoice is created is necessary to add the Total Amount to the customer AmountDue
Thanks
Silverlight TV 41: Top Tips for WCF RIA Services
Aug 20, 2010 at 2:29 PMThank you Dinesh
We need more videos like this one; we're already way beyond the saturated beginner's series that continue to pop up everywhere.
This is the first video I've seen that takes in consideration that many of us started heavy learning the VS2010 Stack over a year ago..
Now I know what I was doing wrong
Doing an include across Many relationship tends to give really bad performance as the generated SQL query is really complex.. I was doing it wrong
Dinesh, You saved my day and many days to come by pointing me on the right direction
What's coming in EntLib 5.0 and a sneak peek into the new EntLib Developer Notes.
Jul 03, 2010 at 9:56 AMHello.
here is the book that includes all chapters for the latest release candidate. The book is now going through layout, indexing and other production steps and will be in print this summer
http://blogs.msdn.com/b/agile/archive/2010/06/08/developer-s-guide-to-enterprise-library-release-candidate.aspx
Silverlight 4 for Desktop Developers by Ingo Rammer
May 19, 2010 at 9:25 PMThank You Ingo,
Your Presentation was " by far" one of the best ones on SL4
Do you have the source code for the Bussiness Application on this presentation .. I went to your site , but is not there
Regards