Saturday, May 15, 2010

Using Silverlight 4 features to create a Zune-like context menu

Using Silverlight 4 features to create a Zune-like context menu


Using Silverlight 4 features to create a Zune-like context menu

Posted: 15 May 2010 12:25 PM PDT

A customized Silverlight 4 ContextMenu control that resembles the crisp, simple look of the Zune software's context menu....( read more )...(read more)

The Aspnet Compiler Build Task in Visual Studio 2010 ASP.Net MVC 2 Projects

Posted: 14 May 2010 03:37 PM PDT

If you crack open the project file in an ASP.Net MVC 2 application (in notepad or unload your project and then click " Edit *.proj" ), you will notice an interesting line. <MvcBuildViews>false</MvcBuildViews> This is an option to enable a post build task that will run the Asp_net compiler. This command will compile your aspx pages and report any errors in the pages at design time. Ordinarily the compiler runs before your site loads for the first time after making a change. This is why you can debug a website or web application with errors in the markup and not see an error until actually running your site. So why is the option set to false by default? I obviously want errors at design time before I run the site! Well, if you turn...(read more)

WCF RIA Services feedback

Posted: 14 May 2010 05:45 PM PDT

  If you use or plan to use WCF RIA Services , here is your chance to shape the future of this product, vote or propose features for vNext in this page: http://dotnet.uservoice.com/forums/57026-wcf-ria-services You can find help and ask questions...( read more )...(read more)

Silverlight Security

Posted: 14 May 2010 05:35 PM PDT

Here are some interesting links about Silverlight security (I learnt a lot from the first document): Silverlight security whitepaper: > http://download.microsoft.com/download/A/1/A/A1A80A28-907C-4C6A-8036-782E3792A408/Silverlight Security Overview...( read more )...(read more)

Your Suggestions Wanted: Silverlight, WPF, WCF RIA Services, ASP.NET Planning

Posted: 14 May 2010 03:19 PM PDT

Did you know about the feature submission and votings sites we run in dev div at Microsoft? Silverlight feature suggestions WPF feature suggestions WCF RIA Services feature suggestions ASP.NET feature suggestions Each of those sites is monitored by community...( read more )...(read more)

Your Suggestions Wanted: Silverlight, WPF, WCF RIA Services, ASP.NET Planning

Posted: 14 May 2010 03:19 PM PDT

Did you know about the feature submission and votings sites we run in dev div at Microsoft? Silverlight feature suggestions WPF feature suggestions WCF RIA Services feature suggestions ASP.NET feature suggestions Each of those sites is monitored by community...( read more )...(read more)

Musings on the 9-cell grid and its uses in software

Posted: 14 May 2010 03:03 PM PDT

I was exhausted last night, but couldn't sleep. For some reason, I kept thinking about how many places the 9 cell grid (or scale 9 grid as it is called in some uses) 3x3 grid pops up in our work. In its simplest form, the grid is something like this:...( read more )...(read more)

Musings on the 9-cell grid and its uses in software

Posted: 14 May 2010 03:03 PM PDT

I was exhausted last night, but couldn't sleep. For some reason, I kept thinking about how many places the 9 cell grid (or scale 9 grid as it is called in some uses) 3x3 grid pops up in our work. In its simplest form, the grid is something like this:...( read more )...(read more)

Silverlight TV Episode 26: Exposing SOAP, jSON and OData Endpoints from RIA Services

Posted: 14 May 2010 01:14 PM PDT

I recently recorded a Silverlight TV episode where I demoed configuring a RIA Services DomainService to expose SOAP, JSon and OData endpoints. The video went online earlier today and it can be found here . Oh and be sure to check out for Silverlight TV Read More......(read more)

Your Suggestions Wanted: Silverlight, WPF, WCF RIA Services, ASP.NET Planning

Posted: 14 May 2010 03:19 PM PDT

Did you know about the feature submission and votings sites we run in dev div at Microsoft? Silverlight feature suggestions WPF feature suggestions WCF RIA Services feature suggestions ASP.NET feature suggestions Each of those sites is monitored by community PMs like me, Tim Heuer , Jesse Liberty, John Galloway and Scott Hanselman as well as product team members. I've been personally interacting with WPF planning teams, and they have requested this information as input into their planning process. We can't guarantee that the features list are 1:1 with feature dev priorities, but if you have a feature you really want to see in the next version of your favorite product, this is the place to let us know. Submit and vote. Get your developer...(read more)

Musings on the 9-cell grid and its uses in software

Posted: 14 May 2010 03:03 PM PDT

I was exhausted last night, but couldn't sleep. For some reason, I kept thinking about how many places the 9 cell grid (or scale 9 grid as it is called in some uses) 3x3 grid pops up in our work. In its simplest form, the grid is something like this: With the middle center often being optional. Or, put into C#, perhaps a structure or class that looks like this: public class Grid9<T> { public T TopLeft { get; set; } public T TopCenter { get; set; } public T TopRight { get; set; } public T MiddleLeft { get; set; } public T MiddleCenter { get; set; } public T MiddleRight { get; set; } public T BottomLeft { get; set; } public T BottomCenter { get; set; } public T BottomRight { get; set; } } Where T could be an image or connection point...(read more)

Ribbon Designer (MFC) (Visual C++ 2010)

Posted: 14 May 2010 03:10 PM PDT

The Ribbon Designer lets you create and customize ribbons in MFC applications. A ribbon is a user interface element that organizes commands into logical groups that appear on separate tabs in a strip across the top of the window. The ribbon replaces the menu bar and toolbars.

No comments:

Post a Comment