Recent Posts

1
Comments

Windows Azure Developer Starter Guide by mamasu

Recently, I started to look into development on the Windows Azure CTP platform with the release of the SDK. I am going to write a developers guide to getting started with Azure CTP. Let’s get started! Software Requirements : Vista or Server 2008 Visual...
11
Comments

Save server memory with Response.TransmitFile() by mamasu

So, two common tasks that I encounter when sending files to the browser: Open file within the browser Open "file download" dialog box I used to use the Response.Write() method, but recently came across the Response.TransmitFile() method . This method...
15
Comments

ASP.NET AJAX Slideshow using UpdatePanel and Timer by mamasu

I recently was faced with the task of creating a slideshow with the AJAX Control toolkit. Now, there is a built in Slideshow control but it requires a webservice for the datasource, and I didn't want to clutter up my web project. What I needed was an...
2
Comments

Post code to Blogger by mamasu

You may have noticed how awesome the weblogs.asp.net code is formatted and displayed for you to view and copy. You may also have noticed how Google's Blogger does not have the great built in functionality of the weblogs.asp.net blog composing options...
More Posts