Hannes Preishuber
ON ERROR RESUME NEXT!
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.net development
.NET General
.NET Rocks!
About Me
Agile
Ajax
Architecture
ASP.NET
ATLAS
Blend
C#
Community
CSS
Databases
General Software Development
Miscellaneous
News
Personal
Security
SharePoint
Silverlight
Speaking
Sql
Technology
Tips
Tools
VB.NET
Web
Windows
WPF
XML
News
Navigation
Home
Blogs
Archives
October 2008 (2)
September 2008 (1)
August 2008 (2)
July 2008 (4)
June 2008 (3)
May 2008 (1)
April 2008 (3)
January 2008 (6)
December 2007 (3)
November 2007 (7)
September 2007 (1)
August 2007 (5)
July 2007 (4)
May 2007 (4)
March 2007 (6)
February 2007 (8)
January 2007 (5)
December 2006 (6)
November 2006 (5)
October 2006 (7)
September 2006 (4)
August 2006 (3)
July 2006 (3)
June 2006 (9)
May 2006 (14)
April 2006 (6)
March 2006 (4)
February 2006 (6)
January 2006 (6)
December 2005 (5)
November 2005 (4)
October 2005 (5)
September 2005 (7)
August 2005 (8)
July 2005 (7)
June 2005 (5)
May 2005 (5)
April 2005 (10)
March 2005 (7)
February 2005 (4)
January 2005 (4)
December 2004 (3)
November 2004 (2)
October 2004 (2)
September 2004 (1)
August 2004 (3)
July 2004 (1)
June 2004 (2)
May 2004 (2)
April 2004 (2)
March 2004 (4)
January 2004 (6)
December 2003 (3)
November 2003 (5)
October 2003 (3)
September 2003 (2)
About Me
some infos and slides
ASP Schulung
Links
my company
DevTrain Portal
ASP.NET professsional magazine
visual studio 1
Dotnetslackers.com
myBlogRoll
Christian Nagel
Scott Guthrie
Julia Lerman
Christoph Wille
Brian Goldfarb
Karsten Samaschke
Tess Ferrandez
Alex Zeitler
Torsten Weber
Scott Hanselman
Norbert Eder
Hannes German Blog
mySpeeches
Usergroup Berlin
Winsummit
Online 2003
ATE @PDC
ASP konferenz
ASP .NET Security Bern,Zürich
ASP.NET Security Vienna,Graz
Advanced Developers Conference
teaching AJAX
Recent Posts
0
Comments
ADO.NET Dataservices: Fancy Error Part II
by
preishuber
Today my first Silverlight 2 application goes live. It is a customer feedback app for the ADC 08 conference. After successfully installed and tested a few hours everything went well. But then data was not show. on direct call of ado.net dataservice vcs...
Filed under:
.NET
,
ASP.NET
1
Comments
ADO.NET Dataservices:This collection already contains an address with scheme http
by
preishuber
I have deployed a Silverlight 2 application which uses ADO.NET Dataservices to a IIS 6. Problem #1: you see nothing in Browser register MIME Type in IIS and restart IIS Problem #2: no data is sown in Silverlight In my case it was a 2nd hostheader entry...
Filed under:
.NET
,
Silverlight
0
Comments
I Love VB: Silverlight UI Creation with XML Literals
by
preishuber
My actual problem is to develop a image (object) carousel. There are a lot of details to take care about. One of them is to create images dynamically with a great UI like border or shadow. First I startet up to write code like: Dim brd As New Border brd...
Filed under:
.NET
,
Silverlight
,
VB.NET
1
Comments
Silverlight 2.0 plugin ID or not ID
by
preishuber
My original problem was a call from HTMl via Jscript to the internals of a Silverlight plugin. My code fails I had huge problems to find the issue cause debugging doesn’t help and jScript doesnt support intellisense i a complete matter. My checklist 1...
Filed under:
.NET
,
ASP.NET
,
Silverlight
1
Comments
Bind with Expression Blend: cannot create Instance Exception
by
preishuber
Databinding with XAML is a lot of work. There is no drag drop table wizard, don’t search for it. Expression Blend (2.5) have a little bit more automatic support for binding Objects. When Blend is in Design View there is under Project tab a Data tab. Step1...
Filed under:
.NET
,
Blend
,
Silverlight
3
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:
.NET
,
Silverlight
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:
.NET
,
Silverlight
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:
Ajax
5
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:
ASP.NET
,
Silverlight
2
Comments
What I miss in Silverlight 2.0
by
preishuber
No, I do not miss a particular control or class. I am thinking about principle design issues. Search Engines The extension for Silverlight applications is xap. The content is kind of binary. At the end of the line, no content for search engine spider...
Filed under:
Silverlight
More Posts
Next page »