Silverlight Cream for March 10, 2010 -- #810 |
- Silverlight Cream for March 10, 2010 -- #810
- My program at #MIX10
- Writing an AsyncLoader to enqueue long running operations
- Got Questions? Ask the Experts at MIX10
- FluentPath: a fluent wrapper around System.IO
- My new home page, refreshed [Updated collection of great Silverlight/WPF Data Visualization resources!]
- Space Rocks game step 3: Sprites (part 2)
- Space Rocks game step 2: Sprites (part 1)
- Windows Client Developer Roundup for 3/9/2010 - Special Edition
- Windows Client Developer Roundup for 3/9/2010 - Special Edition
- Silverlight 4, MEF and the DeploymentCatalog ( again :-) )
- Useful SharePoint Site Workflow Utilities
- IntelliSense/Browsing options in VC++ 2010
Silverlight Cream for March 10, 2010 -- #810 Posted: 10 Mar 2010 11:47 AM PST In this Issue: Andrea Boschin , Jeremy Likness ( -2- ), Andrew Veresov , Nokola , SilverLaw , Gill Cleeren , Jim Wightman and Jeremy Likness , Viktor Larsson ( -2- ), and Walter Ferrari . Shoutouts: Viktor Larsson has a post up about Silverlight Market...( read more )...(read more) |
Posted: 10 Mar 2010 10:01 AM PST Getting ready to fly to Vegas and MIX10 is really an exciting time! It is also a very busy time, because we are working on a few projects that will be shown on stage, I have my presentation to prepare, and of course as always the book… though these days...( read more )...(read more) |
Writing an AsyncLoader to enqueue long running operations Posted: 09 Mar 2010 02:41 PM PST I think some of you may have developed an application that requires a lot of roundtrips on the server to retrieve data to be displayed to the user. Every time your application goes to the server it may have to wait for long running query to end its works...( read more )...(read more) |
Got Questions? Ask the Experts at MIX10 Posted: 10 Mar 2010 01:42 AM PST On Monday the 15th from 5pm – 6:30pm at MIX10 there will be a "Ask the Experts" event where an incredible pool of knowledgeable experts on topics including Silverlight, WCF RIA Services, and Blend will be available to answer your questions. You can also...( read more )...(read more) |
FluentPath: a fluent wrapper around System.IO Posted: 10 Mar 2010 01:19 AM PST .NET is now more than eight years old, and some of its APIs got old with more grace than others. System.IO in particular has always been a little awkward. It's mostly static method calls ( Path.* , Directory.* , etc.) and some stateful classes ( DirectoryInfo , FileInfo ). In these APIs, paths are plain strings. Since .NET v1, lots of good things happened to C#: lambda expressions, extension methods, optional parameters to name just a few. Outside of .NET, other interesting things happened as well. For example, you might have heard about this JavaScript library that had some success introducing a fluent API to handle the hierarchical structure of the HTML DOM. You know? jQuery . Knowing all that, every time I need to use the stuff in System...(read more) |
Posted: 09 Mar 2010 09:54 PM PST Some great content has been published since I posted my previous collection of Silverlight/WPF Charting links . What's more, the November 2009 release of the Silverlight Toolkit and the February 2010 release of the WPF Toolkit have both been released...( read more )...(read more) |
Space Rocks game step 3: Sprites (part 2) Posted: 09 Mar 2010 08:38 PM PST Source code: http://www.bluerosegames.com/spacerocks/SpaceRocks_3_Sprites_2.zip In the last step we created a sprite class based on the Silverlight Templated control. We gave this class X and Y properties to position the sprite. This is a great start...( read more )...(read more) |
Space Rocks game step 2: Sprites (part 1) Posted: 09 Mar 2010 07:29 PM PST Source code: http://www.bluerosegames.com/spacerocks/SpaceRocks_2_Sprites.zip When we refer to a "sprite" in game development, we're typically referring to any 2D visual element. Sometimes sprites are defined as only elements that can move but since any...( read more )...(read more) |
Windows Client Developer Roundup for 3/9/2010 - Special Edition Posted: 09 Mar 2010 01:51 PM PST ...( read more )...(read more) |
Windows Client Developer Roundup for 3/9/2010 - Special Edition Posted: 09 Mar 2010 01:51 PM PST ...( read more )...(read more) |
Silverlight 4, MEF and the DeploymentCatalog ( again :-) ) Posted: 09 Mar 2010 03:31 PM PST The Silverlight 4 beta came with a version of MEF that had 3 catalogs – namely AssemblyCatalog, TypeCatalog and AggregateCatalog . They're pretty easy to understand and I made a screencast on the topic here . The Silverlight 4 preview toolkit came with...( read more )...(read more) |
Useful SharePoint Site Workflow Utilities Posted: 09 Mar 2010 04:37 PM PST This project aims to make it easy use SharePoint 2010's Site Workflows as "event handlers" for various back end systems by providing ways to start site workflows on remote farms from SSIS, SQL CLR and any Soap Web Service Client. |
IntelliSense/Browsing options in VC++ 2010 Posted: 09 Mar 2010 02:35 PM PST Now that Dev10 is getting close to release I want to describe in detail the various options we have included for controlling browsing and IntelliSense in VC++. Note: All information here is specifically about C and C++ and does not apply to C# or VB. Some of the information contained in this blog will be available as part of our documentation, although I go into more detail in some areas. We have significantly changed how browsing and IntelliSense are implemented as compared with previous versions of VC. Many of you may be familiar with the "NCB" file which was previously used for browsing and IntelliSense. This file is no longer created or used. Instead, we create an "SDF" file, which is used for browsing features and some small parts of IntelliSense. The SDF file is a SQL Server Compact database file. For more detail on the parsing model, see an earlier blog of mine on IntelliSense, Part 2. Note: If you want to take a look at the contents of the SDF file, you can actually open it using Visual Studio's database support. Perhaps I'll write another blog on that. Here is a screenshot showing the first half of the relevant options for controlling browsing and IntelliSense. The others are scrolled out of view in the right-hand pane. This dialog is accessed from the "Tools|Options" menu item. These options are arranged alphabetically into 5 categories: Browsing/Navigation, Diagnostic Logging, Fallback Location, IntelliSense, and References. First of all, we have heard from some people that they would prefer to see positively stated options (i.e. Enable xxx) rather than negatively stated options (i.e. Disable xxx). I can appreciate this perspective, but I won't go into all the reasons why it was done this way. It was not an arbitrary or capricious choice. |
You are subscribed to email updates from "microsoft" via ehsan in Google Reader To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No comments:
Post a Comment