G. Andrew Duthie
G. Andrew Duthie is a Developer Evangelist for Microsoft's Mid-Atlantic States district, and works with developers in Virginia, Maryland, West Virginia, and Washington, DC, helping them become more effective with, and excited about, the .net developer platform and tools.
Going MAD with Kinect. The MADExpo Kinect-enabled Session Finder
Oct 28, 2011 at 10:32 AMBasementHacker, go for it! It's pretty easy to get started, and there's a definite visceral thrill associated with controlling your program with your hands and/or voice.
Unboxing and some Visual Studio fun with the GHI FEZ Spider Gadgeteer Starter kit
Oct 28, 2011 at 10:20 AMI believe that there will be modules coming down the road that will enable the Gadgeteer platform with robotics. Pete Brown's Gadgeteer intro post details what's available now, and I'm sure there's more to come.
BTW - thanks to Greg for featuring my unboxing post. And for folks in the DC Metro area, Pete Brown and I will be doing a session on .NET Gadgeteer and the .NET Micro Framework at CMAP Code Camp on November 12th. Come on out and see what you can do with .NET Gadgeteer, and why this is so cool!
Microsoft WebMatrix Beta 3 - New Features
Nov 15, 2010 at 10:04 AM@SteveRichter:
The new Razor syntax works across both Web Pages and MVC 3 (in fact, Razor is the default view engine in MVC3), so the compatibility is quite strong.
MVC itself does not have a deployment story, per se. Visual Studio 2010, however, does support the WebDeploy protocol, so you can certainly use WebDeploy from VS2010 to deploy an MVC application.
Last, but not least, yes, once ASP.NET Web Pages and MVC 3 are fully released, you should be able to add ASP.NET Web Pages to an MVC project...you may be able to do that today if you have the MVC3 RC installed, but I have not tested that personally.
DataBinding to a Web Service in ASP.NET 2.0
Sep 05, 2009 at 9:14 PMThanks to one of the kind folks on the Channel 9 team, we were able to isolate the issue and correct it. The video should work properly now.
Andrew
DataBinding to a Web Service in ASP.NET 2.0
Sep 05, 2009 at 2:23 PMNot sure why the video is not displaying properly in the embedded version. You can still access the WMV directly by clicking the WMV icon next to "Formats" below the embedded video...that seems to work fine. Sorry for the difficulty, I'll see if I can figure out what's up.
Using jQuery UI in ASP.NET
Jun 09, 2009 at 11:11 AMI'm planning some additional DevNuggets on jQuery and jQueryUI, so perhaps I will do one on drag-drop. Next one is databinding with the accordion, then I want to do a couple on IE 8 Web Slices and Accelerators.
Thanks for watching!
DataBinding to a Web Service in ASP.NET 2.0
Jul 22, 2006 at 9:34 AMI'm not sure that there's a simple way to do that. Your best bet for inserts is to use something like the DetailsView control. You could add a DetailsView control to your page, along with an Add Row button or link, and only show the DetailsView when the Button/Link is displayed.
I'm sure that you could customize the behavior of the GridView to allow inserts directly from the control, I'm just not sure it'd be worth the effort, compared to using the built-in DetailsView control.
Drag and Drop Databinding in ASP.NET 2.0
May 31, 2006 at 10:17 AMCode-Free Authentication and Authorization in ASP.NET 2.0
Sep 27, 2005 at 7:13 AM