Friday, August 29, 2008

Internal Domain Redirects with ASP.net and C# (C-sharp)

An extremely useful article explaining how to issue internal domain redirects in ASP.net, through modifying global.asax.

read more |

Sunday, August 24, 2008

Terminate User processes in SQL Server

This article illustrates how to create a simple procedure to kill many sessions at the same time, kill a range of sessions and kill all of the sessions connecting to a database.

read more |

Monday, August 18, 2008

Custom Error Handling in ASP.net C# (C-Sharp)

An article offering a nice solution on how to properly set up custom error handling in ASP.net.

read more |

Thursday, August 14, 2008

CopyFileEx With Progress Callback in 20C

This article will show you how to call unmanaged DLL functions from C#. It will specifically walk through how to call CopyFileEx with a callback to report progress.

read more |

Monday, August 04, 2008

Flash vs Silverlight: Laser Orbit

A stunning effect with a laser orbiting around the mouse! In this example, it demonstrated the difference in dispatching Event between AS3 and C#.It included both Flash and Silverlight versions with complete source codes.

read more |

Deploy the Azure Machine Learning Model

In the previous post I have discussed how to create an Azure Machine Model.  In this post I will be discussing how to Deploy this model. Pre...