Posts tagged ‘C#’

Only on rare cases applications created with Silverlight (or Flash) are static – it’s very common to have information coming from a RSS feed, REST service or any other data source. What is more important, these applications usually needs configuration variables (user name, language, products category, etc.) to be passed to them. But how to [...]

Today I was again working with my entry for WinPhp competition. Now with a key feature – Microsoft Deep Zoom.
To start with, there are many ways how Deep Zoom application can be created. As I have written before here, easiest way is to use Deep Zoom Composer. However, I want to use it as a [...]

Tuesday I’ve posted post how to use .Net assemblies in PHP, however, as Teal’c correctly pointed out:
Making your library COM visible requires that you register the DLL in the GAC and registering something in the GAC should only be done when multiple applications need to access the same version of the same library. Even then, [...]

One of the biggest issue for me in WinPHP challenge (more info) is using C# written libraries in PHP. Actual PHP part is very easy to write, because only thing you need to do is to create COM object. However, making your dll’s visible by PHP is a bit tricky.
I followed this tutorial, which [...]

Sometime in the end of March Microsoft and partners announced 2009 WinPHP competition. I always wanted to try to create an app with both PHP and C#, so I decided to register – my idea is to create a project, which will demonstrate both PHP and .NET connectivity and Deep Zoom functionality.
My project will allow [...]

I’m not fan of Microsoft, but I’m not hater too. I stand in neutral position – I use Linux in my computer, but sometimes I use Windows for Photoshop, I’m programming using NetBeans, but sometimes I do it in Visual Studio (I’m preparing for C# and ASP.NET work).
When I started programming in C# some months [...]