|
|
|
|
|
|
|
Onion Blog
-
Here at Pluralsight we have been busy working on version 2.0 of our company, and are happy to announce that our new site launched last night - check it out here . We have upgraded our blog engine to Community Server (2008) - many thanks to Telligent for...
-
If you've been working with UpdatePanels in ASP.NET Ajax, I'm sure you appreciate how simple they make it to add Ajax behavior to almost any ASP.NET page. You can easily isolate portions of your page to update independently using asynchronous callbacks...
-
I've been working on a project recently where I had the need to randomly shuffle all of the rows in a DataTable. I wanted to do it with the DataTable itself instead of in the act of populating the DataTable for a couple of reasons: 1) I wanted to keep...
-
For the attendees of tonight's user group talk in Waltham, you can grab the demos here . Thanks for coming, and for all the great questions!
-
I'll be speaking next Wednesday (April 9, 2008) at the Boston .NET User Group meeting in Waltham, MA. I'm going to look at the new control architecture in Silverlight 2 and talk about building reusable components in Silverlight, so if you're in the area...
-
Here's a quick way to print the current row number in a Repeater control (I promised a conference talk attendee to post this recently): <asp:Repeater ID="rep1" runat="server' DataSourceID="myds"> <ItemTemplate> <%#(((RepeaterItem)Container...
-
If you attended my talk today on New Features of ASP.NET 3.5 and Visual Studio 2008 at DevWeek 2008, you can grab the demos here . Thanks for coming!
-
If you were at the user group meeting in London tonight for VBUG, here are the demos for the talk. Thanks for coming and for all the great questions!
-
If you attended my talk (or talks) today on Silverlight ASP.NET Controls and Silverlight Server Communication at DevWeek 2008, you can grab the demos here and here respectively. Thanks for coming!
-
If you attended my talk today on ASP.NET Ajax Design at DevWeek 2008, you can grab the demos here. Thanks for coming!
-
Thanks to all who attended today's pre-conference tutorial on Silverlight with myself and Ian Griffiths. You can grab the demos here . Remember to stop by the Pluralsight booth if you were one of the t-shirt winners to collect your prize (and please stop...
-
While I'm in London at DevWeek , I will also be presenting at VBUG on March 12 on building user controls in Silverlight 2.0. Hope to see you there!
-
I'll be presenting at the DevWeek conference in London starting on March 10. My first presentation is a joint workshop with Ian Griffiths entitled A Day of Silverlight where we will be presenting a full day's worth of content on Silverlight on Mar. 10...
-
I was building an ASP.NET Ajax script control yesterday, and decided I'd try the new and improved ASP.NET Ajax Server Control wizard in Visual Studio 2008. The wizard creates a nice class that inherits from ScriptControl and provides an override of GetScriptDescriptors...
-
If some of you were reading my post yesterday and thinking "forget this – I'm going back to raw XmlHttpRequest…", fear not J Ryan Dunn reminded me that WCF 3.5 supports an even simpler model for building script services than the approach I outlined –...
|
|
|
|
|
|