Xamalot – Free XAML Clipart
Today I found a XAML Clipart gallery that can come very handy! It already contains 12000+ Cliparts: Xamalot – Free XAML Clipart
Today I found a XAML Clipart gallery that can come very handy! It already contains 12000+ Cliparts: Xamalot – Free XAML Clipart
If you ever want to add a service reference to your Windows Phone 7 app, and fail with a message like: Custom tool warning: No endpoints compatible with Silverlight 3 were found. Please remember the following 2 simple actions to … Continue reading
Fulltext Search On XML Files using XDocument Given the following XML-Document: <Customers> <Customer> <Name>Jerry</Name> <Age>26</26> <Addresses> <Address> <Street>Main Street</Street> <Address> <Addresses> <Customers> 1) How would you implement a fulltext search to return a List of Customer-Names? public void StartRead(string searchTerm) … Continue reading
MS announced, that there will be no database available for 3rd party applications, like on windows mobile 6.5. Instead of using SqlServerCE the user shall use cloud computing or xml files to store data. So I searched for alternatives, and … Continue reading
In Silverlight 3.0 XmlDocument is no more. Instead, we have to use XDocument, XElement, XAttribute from System.Xml.Linq namespace. It can be used in combination with linq, so here is how to parse a very simple xml-file: <?xml version=\”1.0\”?> <retval> <command>0</command> … Continue reading
It is a real challenge to run Silverlight applications standalone and have a way to do interprocess communication with windows applications! For our ongoing challenge we got inspired by DesLighter from Blendables – after this I found a more generic … Continue reading
Just playing with Silverlight & Windows Phone 7. Guess, the result is quite okay so far. For what you can see, I used 2 components: – PanoramaView Control: look&feel like known from the MS presentations – AnimateOrientation: does the animation … Continue reading