Posts Tagged ‘Silverlight’
C# – Silverlight – Kart racing game and its source (kartoone)
At the end of the year 2009 I developed a game in silverlight. This game was for a startup website which crashed, so I found it from the dark part of my computer and share it with you.
I forgot it until yesterday and decided to share the source code and the game!
C# – Silverlight – Cool Game with its source code “Hit The RoObats”
At the beginning of the year 2010 I developed a simple game called hit the roobat.
I forgot it until yesterday and decided to share the source code and the game!
Click to continue…
Silverlight – Carousel in C# – So easy! – Tutorial
Here I explain how to develop a carousel to show images in a circle. You will be able to select the perspective and other parameters. This is a good tutorial and a easy to understand about silverlight.
Silverlight – What you need to create a Game
I will write many stuff needed to write a game in Silverlight. Maybe you can find better solution but It works for me ![]()
It like a tutorial to create Game in silverlight.
Click to continue…
Silverlight – Ressources to create a Chat very easily in Silverlight/C#
All you need to create a TCP/IP chat in Silverlight using socket. If you want more details about the server and the socket client please refer to the previous post.
Silverlight – Security Policy Server (Needed for TCP Socket)
If you try to use TCP socket in Silverlight you must have this security server running.
A Silverlight Chat using socket and C#/.Net for server – Easy, fast and stable
In this post, I write about creating a Chat in silverlight (for the client) and .Net for the server.
The both are using socket to communicate, and the server is only doing a broadcast of the messages to others clients.
Silverlight – Make a Silverlight Application Transparent, See the HTML behind Silverlight
If you want to make your application transparent there are only 3 lines to change… but it is not easy to find which one to modify.
Then your application will use your real html page as a background.
Silverlight – Thread And Timer (C#)
How to use thread and timer in C#/Silverlight.
Click to continue…
