Building a simple chat application with C#, Microsoft’s Velocity, WebORB for .NET, and Flex Builder 3

June 25th, 2008

Whether its an instant messaging client running on your desktop or a customized one on an embedded website perhaps built in Flex/Flash, Silverlight, or even JavaScript/HTML you see chat apps everywhere now. Today we’ll look into how to quickly build a chat application using the following technologies:
1. The Midnight Coders WebORB for .NET
2. C# (.NET 3.5 Framework)
3. Microsoft’s Project Codenamed: Velocity
4. Adobe’s Flex Builder 3

Read the rest of this entry »

Tutorial: Using WebORB for .NET with Flex and C#

June 18th, 2008

The Midnight Coders are a Texas based company that provides many solutions for developers. Ah, Texas! What a great state with great food! Today I’m going to talk about one of these solutions: WebORB for .NET

Read the rest of this entry »

Tutorial: Silverlight 2 layout controls

April 29th, 2008

Learning some of the basics of Silverlight 2 will help you to learn the more advanced capabilities available. In this tutorial we’ll be starting from the most basic, but arguably the most used controls in Silverlight 2: The Layout Controls.

Read the rest of this entry »

Tutorial: Passing objects from Flex 3 to ASP.NET Web Services and back

April 9th, 2008

To complete this tutorial you will need a copy of Flex Builder 3 (there is a free trial version available) and Visual Studio 2008 (I used the “Professional” edition) with the .NET Framework 3.5 and IIS 6 or 7. Also you need to have the JSON AS3CoreLib.

Read the rest of this entry »

WebORB for .NET is now free!

February 28th, 2008

The good folks at the Midnight Coders have now merged the entire WebORB for .NET suite into one package and are giving it away free! This is really good news. A special thanks to all the people at the Midnight Coders.

Read the rest of this entry »

Tutorial: Talking to WCF with Flex 3 via JSON or XML

February 11th, 2008

Here is a simple tutorial to show you how you can get WCF (hosted in ASP.NET) talking to Flex 3. I used Visual Studio 2008 Pro, IIS 7 and Flex Builder 3 (beta 3). I did my initial inspection of the data moving back and forth with Fiddler2 and Firebug.

Read the rest of this entry »

Adobe’s BlazeDS is now a release candidate

February 2nd, 2008

BlazeDS is now a release candidate. I’ve downloaded it and played around a bit. Hopefully as time permits I can post a tutorial for those wanting to give it a try and kick the tires so to speak.

Tutorial: Talking between Flex 3 and Flash CS3 SWFs

January 17th, 2008

For a project I’m working on I needed a way to be able to write a Flash CS3 SWF, put some controls into it as well as some methods and be able to call those methods and subscribe to the control’s events in the Flash CS3 SWF from Flex 3. When your working with Flash CS3 and Flex 3 things get much easier than using things like the LocalConnection class (not needed for Flash CS3 AS3 to Flex 3 communications). Here is a quick tutorial on how to do this.

Read the rest of this entry »

A Flash/Flex socket server in 5 minutes with C#

January 16th, 2008

Using some existing non-blocking socket code from the Internet I was able to quickly craft together a basic socket connection to Flex 3. This of course would work just as well with Flash with just a couple minor changes. Basically I took the following code and put it into a new project in a Visual Studio 2008 C# console project and called it: TcpSock

Read the rest of this entry »

The GFS Server beta is now open, calling all Flash CS3 and Flex 3 programmers

January 14th, 2008

The GFS Server (a socket server for Flash CS3 and Flex 3) beta is now open. Swing on over to the new site (a work in progress) and get all the information. The forums have also opened up.

Now, its time for me to get started on some online multi-player Flash/Flex games!