this.Pose() as Expert
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
Development Notes, News and Ramblings
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
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 […]