|
Reflections of my life.
Browse by Tags
All Tags » MIX ( RSS)
-
|
In Part 1 , we’ve discussed how the Layout was done, and we finished designing our XAML. Now let’s see what is going on beyond the scenes. We will define two helper classes that will help us manage the data in our App. Function class got: Name : Will be shown inside the ComboBox. Params: List of Param class, will be used to persist data into the function. Run: a Func<double, double> type property, contains a lambda expression representing the mathematical function to be used. Param class got...
|
-
|
My esteemed colleague Alex Golesh sent me a request to rate his app on the MIX 10k competition, I wasn’t aware of this competition, but I immediately decided that I want in. The rules are simple, do anything you want on Silverlight or XBAP but you mustn’t exceed 10kb of code and resources. After some thinking I’ve decided I want to create a mathematical function plotter, you can find such on sites like www.Mathway.com . So Now before you continue reading and learning how I put it together...
|
|
|
|