Tuesday, November 10, 2009

DomainDataSource – Single Record Results

DomainDataSource – Single Record Results


DomainDataSource – Single Record Results

Posted: 10 Nov 2009 10:33 AM PST

While the DomainDataSource is most often used for loading entire sets of records, it can also be used for loading a single record result. This is a topic I've seen a few people talk about, assuming it's a difficult thing to do, and even creating solutions Read More......(read more)

Announcing the Bing Maps Silverlight Control

Posted: 10 Nov 2009 10:10 AM PST

Earlier today at TechEd Europe in Berlin, Germany we announced the launch of the Bing Maps Silverlight Control, the newest addition to the Bing Maps Platform. The Bing Maps Silverlight Control uses the power of Silverlight to provide a powerful and rich...( read more )...(read more)

Interface Inheritance Esoterica

Posted: 10 Nov 2009 10:43 AM PST

I learned something new yesterday about interface inheritance in .NET as compared to implementation inheritance. To illustrate this difference, here's a simple demonstration. I'll start with two concrete classes, one which inherits from the other. Each class defines a property. In this case, we're dealing with implementation inheritance . public class Person { public string Name { get; set; } } public class SuperHero : Person { public string Alias { get; set; } } We can now use two different techniques to print out the properties of the SuperHero type: type descriptors and reflection. Here's a little console app that does this. Note the code I'm showing below doesn't include a few Console.WriteLine calls that I have in the actual app. static...(read more)

Silverlight Cream for November 10, 2009 -- #728

Posted: 10 Nov 2009 07:34 AM PST

In this Issue: Bart Czernicki , Jesse Bishop , XAMLNinja , Andrea Boschin , Jeff Prosise , and Victor Gaudioso . Shoutouts: Michael Washington 's reported that the Open Light Group's DotNetNuke SketchFlow Viewer featured on Channel 9 Mark Tucker has been...( read more )...(read more)

Skinning and Styling Silverlight Controls

Posted: 09 Nov 2009 05:37 PM PST

1. Introduction To change a look of Silverlight controls the way that you want it to, you can style it by modifying default template of the control. Silverlight controls have XAML based templates that can easily be changed and saved as new template. You...( read more )...(read more)

Free ASP.NET 4 and VS 2010 Beta Hosting to help you get up to FOUR !

Posted: 10 Nov 2009 04:40 AM PST

MaximumASP is offering a free hosting account so you can get started with ASP.NET 4 and Visual Studio 2010. On this account you can test ASP.NET 4 applications in a hosting environment and try out the new publishing features with Visual Studio 2010 and the Microsoft Web Deployment Tool. Windows Server 2008 R2 / IIS 7.5 .NET Framework 4 Beta 2 1GB disk space 50 MB SQL Server 2008 database MS Deploy Access FTP over SSL Access The environment on which your apps will be running is a slimmed down version of our robust MaxESP platform . Experience some of the platform's features such as instant scaling , application aware load-balancing, and the IIS Remote Manager. If you like what you see during the ASP.NET 4 beta, sign up for a full account...(read more)

.NET Rocks Panel Live from Sofia!

Posted: 09 Nov 2009 09:32 PM PST

URL : http://www.dotnetrocks.com/default.aspx?showNum... While at DevReach , Carl and Richard convened another panel to discuss data access, Silverlight v. JQuery and other topics. Christian Weyer and Hadi Hariri join the fun. If you're as in love with...( read more )...(read more)

Explore: Windows 7 Taskbar Overview

Posted: 09 Nov 2009 03:55 PM PST

Join Yochay Kiriaty, Windows 7 Technical Evangelist, and Taskbar product team members Chaitanya Sareen, Trish Miner, and Stephan Hoefnagels as they present the new Windows 7 Taskbar functionality and motivations. This video shows what is new in the Windows 7 desktop and taskbar, and the common user tasks and scenarios.

MSDN Video: Top 10 Security Pet Peeves

Posted: 09 Nov 2009 03:55 PM PST

Michael Howard and Adam Shostack, experts in eecurity engineering at Microsoft, chat about their top 10 security pet peeves.

Controls Overview

Posted: 09 Nov 2009 03:05 PM PST

For those who are new to WPF, be sure to check out this topic on how to create controls.

No comments:

Post a Comment