July 2008 - Posts

5
Comments

set as start page: Silverlight XAML by preishuber

I really miss the option “set as start page” in Visual Studio Explorer for Silverlight Projects. If I have time in the next days (;-))Ii will write visual studio extension for that purpose. In fact it is not complicated. The app.xaml have a codebehind...
Filed under: ,
1
Comments

fast and furios Silverlight Databinding with Gridview and embedded XML Data Resources by preishuber

I am currently writing a Silverlight 2.0 course. I always try to focus on the problem and reduce the code overhead. For my Module “Databinding with Silverlight 2.0” I try to include the data as raw xml. For that purpose I include a northwind.xml file...
Filed under: ,
0
Comments

IE 8 simultaneous connections changed by preishuber

Small note. The Internet Explorer 8 have increased the amount of connections to the same domain to 6. ( was before 2) Can have some effects in AJAX callbacks, like Web Service calls.   http://msdn.microsoft.com/en-us/library/cc304135(VS.85).aspx
Filed under:
7
Comments

reverse engineering of Silverlight XAP files by preishuber

In my last post Michael Schwarz noticed that search engine spiders can theoretically index xap files. Silverlight 2.0 creates a xap file where dll’s, images, videos and xml are included. First step is to search in web for files with xap extension and...
Filed under: ,
More Posts