Saturday, December 18, 2010

Silverlight Cream for December 18, 2010 -- #1012

Silverlight Cream for December 18, 2010 -- #1012


Silverlight Cream for December 18, 2010 -- #1012

Posted: 18 Dec 2010 02:18 PM PST

In this Issue: Mark Monster , Kevin Dockx , Jeremy Likness ( -2- , -3- ), Timmy Kokke , Den Delimarsky , Mike Snow , Samuel Jack ( -2- ), and Renuka Prasad ( -2- ). Above the Fold: Silverlight: "Trigger a Storyboard on ViewModel changes" Mark Monster...( read more )...(read more)

ASP.NET MVC 3: Implicit and Explicit code nuggets with Razor

Posted: 16 Dec 2010 11:23 PM PST

This is another in a series of posts I'm doing that cover some of the new ASP.NET MVC 3 features: New @model keyword in Razor (Oct 19th) Layouts with Razor (Oct 22nd) Server-Side Comments with Razor (Nov 12th) Razor's @: and <text> syntax (Dec 15th) Implicit and Explicit code nuggets with Razor (today) In today's post I'm going to discuss how Razor enables you to both implicitly and explicitly define code nuggets within your view templates, and walkthrough some code examples of each of them.  Fluid Coding with Razor ASP.NET MVC 3 ships with a new view-engine option called "Razor" (in addition to the existing .aspx view engine).  You can learn more about Razor, why we are introducing it, and the syntax it supports from my Introducing...(read more)

How to solve Visual Studio hang problem when working in win7 with Norton antivirus

Posted: 16 Dec 2010 12:30 PM PST

A recent support email between customer and our developer shows that Norton/Symantec antivirus may affect Visual Studio's performance in win7 due to the win7 jumplists.  Here's a workaround for it:   First, to determine if this is the problem, you may want to disable the antivirus temporarily and see if these hangs still repro. If it's indeed the case, please create/set the following registry value and restart VS2010. [HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\General] "ShowRecentFilesInJumplist"=dword:00000001   With the value set, Visual Studio will not try to remove anymore the files from the Win7 jumplists , which would reduce the chance of an antivirus interfering (at least during file saves)  ...(read more)

ASP.NET MVC 3: Razor’s @: and syntax

Posted: 15 Dec 2010 11:48 PM PST

This is another in a series of posts I'm doing that cover some of the new ASP.NET MVC 3 features: New @model keyword in Razor (Oct 19th) Layouts with Razor (Oct 22nd) Server-Side Comments with Razor (Nov 12th) Razor's @: and <text> syntax (today) In today's post I'm going to discuss two useful syntactical features of the new Razor view-engine – the @: and <text> syntax support. Fluid Coding with Razor ASP.NET MVC 3 ships with a new view-engine option called "Razor" (in addition to the existing .aspx view engine).  You can learn more about Razor, why we are introducing it, and the syntax it supports from my Introducing Razor blog post.  Razor minimizes the number of characters and keystrokes required when writing a view...(read more)

No comments:

Post a Comment