Tzankov
Wednesday, 25 April 2012
FtpWebRequest: working with files outside of home folder
›
Something I ran recently against is the need to upload a file to FTP server using the FtpWebRequest class but to a location that is outside ...
Wednesday, 18 August 2010
Retrieving Actual .aspx File Path when using Url Routing
›
In the last few days I was almost driven to madness, trying to get in code the Path of the actual .aspx file servicing a request that was ro...
Monday, 28 June 2010
BadImageFormatException with 32-bit DLLs on 64-bit server in ASP.NET .NET 4.0
›
I faced a problem after upgrading my ASP.NET site from .NET 3.5 to 4.0 where I started getting the following exception: “BadImageFormatExc...
Wednesday, 16 September 2009
Silverlight: Passing constructor parameters when creating objects from dynamically loaded assemblies.
›
In my current project I faced the problem that when using the Assembly.CreateInstance in Silverlight , constructor parameters cannot be dire...
Thursday, 20 August 2009
Silverlight Application – Access to Server side variables
›
The question was asked in the Silvelright.net forum how can the Silverlight application get the user IP address. One of the ways this can be...
Thursday, 13 August 2009
Silverlight TreeView – Binding ItemContainerStyle properties to DataContext
›
If you are doing work with TreeView in Silverlight you most likely already know that you cannot natively do Binding for ItemContainerStyle p...
Friday, 7 August 2009
WPF TreeView – Different DataTemplate for Different Data Types
›
Have you wondered how you can show or edit different types of data using different DataTemplates in a TreeView? It is actually pretty easy –...
1 comment:
›
Home
View web version