Date: December 15th, 2004

this.Pose() as Expert

15 December, 2004 (06:07) | .NET | No comments

Free eBook. “Dissecting a C# Application - Inside SharpDevelop”.
SharpDevelop is an open source IDE for creating .NET apps. I saw this book on the shelve at Borders a year ago but didnt buy it. So here it is free!
link here

Client Callbacks

15 December, 2004 (06:02) | Asp.Net 2.o | No comments

Christian Wade had a nice small post about client call backs in Whidbey
“Client callbacks are supported by ASP.NET V2 (Whidbey). They work by submitting an asynchronous XML-HTTP request to the server. This request is processed by the server, but does not re-render the page. It is very lightweight because the form […]