Dustin
Name: Dustin
Score: 14,109.49
Last Seen: 473 days, 9 hours, 22 minutes ago
Member Since: 18 January, 2009
DotNetShoutout
atom rss
5
Shouts

Securing your ASP.NET MVC 3 Application - Rick Anderson

published 746 days, 13 hours, 49 minutes ago posted by DustinDustin 747 days, 12 hours, 4 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 2:39:17 PM GMT
In ASP.NET MVC 2 it was recommended that you create a base controller with an [Authorize] attribute, and derive each controller (except the Account/Login controller) from that base class. That strategy has one big flaw, nothing prevents you from adding a new controller that doesn't derive from the [Authorize] protected base controller. Another approach for ASP.NET MVC 2 was to apply the AuthorizeAttribute to just the specific controllers or actions that need to be secured. The flaw with selectively apply... (more)
category: Web Dev | clicked: 17 | 1 comment | | source: blogs.msdn.com
tags: ASP.NET MVC 3, ASP.NET MVC, Security, MVC, ASP.NET
5
Shouts

Now Available: Windows Azure SDK 1.4 Refresh with WebDeploy Integration - Windows Azure Team

published 763 days, 14 hours, 37 minutes ago posted by DustinDustin 764 days, 6 hours, 11 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Saturday, April 16, 2011 8:31:48 PM GMT
We are pleased to announce the immediate availability of the Windows Azure SDK 1.4 refresh. Available for download here, this refresh enables web developers to increase their development productivity by simplifying the iterative development process of web-based hosted services. Until today, the iterative development process for hosted services has required you to re-package the application and upload it to Windows Azure using either the Management portal or the Service Management API. The Windows Azure... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Cloud, Windows Azure, WebDeploy, Now Available: Windows Azure SDK, Azure
7
Shouts

The Full Stack 9–MVVM and TDD on the Phone Client - Jesse Liberty

published 791 days, 23 hours, 15 minutes ago posted by DustinDustin 793 days, 11 hours, 40 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 3:03:46 PM GMT
Part 9 in the Full Stack series in which Jon and I are building an entire application from conception to delivery that includes MVC3, ASP.NET, Silverlight and Windows Phone... (more)
category: Screencast | clicked: 3 | comment | | source: jesseliberty.com
tags: TDD, MVVM
8
Shouts

Phone Tools reaches Beta! - Shawn Wildermuth

published 791 days, 23 hours, 15 minutes ago posted by DustinDustin 793 days, 11 hours, 41 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 3:02:13 PM GMT
I am proud to announce the Beta version of the Phoney Tools. This version (v0.5) includes a few new features that are detailed below. The official release is still slated for MIX11! Changes in this version include: SelectSwitch Control This control is used to show a toggling button that shows a 'indicator' to indicate enabling and an optional piece of text to indicate the choice. The control is meant to be a replacement for Tog... (more)
category: Metro | clicked: 0 | comment | | source: wildermuth.com
tags: Silverlight, WP7, phone, Phone Tools
7
Shouts

Get to Know Action Filters in ASP.NET MVC 3 Using HandleError - .net DEvHammer

published 791 days, 23 hours, 15 minutes ago posted by DustinDustin 793 days, 11 hours, 46 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 2:57:33 PM GMT
What’s an Action Filter? If you’re just getting started with ASP.NET MVC, you may have heard of something called action filters, but haven’t had the chance to use them yet. Action filters provide a convenient mechanism for attaching code to your controllers and/or action methods that implements what are referred to as cross-cutting concerns, that is, functionality that isn’t specific to one particular action method, but rather is something you’d want to re-use across multiple actions. An action filter ... (more)
category: Web Dev | clicked: 5 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC 3, ASP.NET MVC, Action Filters, MVC 3, ASP.NET
6
Shouts

xUnit.Net – Running the tests (RunAfterTestFailed Custom Attribute) - Maria Marcano

published 804 days, 8 hours, 11 minutes ago posted by DustinDustin 805 days, 2 hours, 22 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Monday, March 07, 2011 12:21:08 AM GMT
On my last post I created a Custom TestCategory Attribute and custom xUnit.Net TestClassCommand to run test by category. Now I want to create a Custom RunAfterTestFailed attribute to run a method whenever a test fails. We have the following test classusing Xunit; using Xunit.Extensions; namespace xUnitCustomizations { [CustomTestClassCommand] publicclass TestClass { [Fact, TestCategory("Unit")] publicvoid FailedTest1() { Assert.True(false); } ... (more)
category: Agile | clicked: 4 | comment | | source: mariangemarcano.blogspot.com
tags: Test, xUnit.net
6
Shouts

New Collection of SQL Server Videos on Channel 9 - Denis Gobo

published 804 days, 8 hours, 11 minutes ago posted by DustinDustin 805 days, 2 hours, 41 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Monday, March 07, 2011 12:02:40 AM GMT
There are 13 new videos on channel 9 posted about SQL Server. The non-marketing videos (by engineering PMs) give customers peek into the goals and visions why certain SQL Server features were decided and implemented. Below is a list with a little blurb what the video is about... (more)
category: Screencast | clicked: 3 | comment | | source: blogs.lessthandot.com
tags: SQL Server, Channel 9, Screencasts, Screencast
6
Shouts

Installing NuGet on VS2010 (first blood) - Peter Kellner

published 804 days, 8 hours, 11 minutes ago posted by DustinDustin 805 days, 2 hours, 43 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Monday, March 07, 2011 12:00:08 AM GMT
So, here are the steps necessary to install NuGet on my windows laptop computer. I’ve got vs2010 (not sp1) installed, I’ve disabled both Resharper and .net Reflector just to be safe. First step, is to go to the NuGet.org web site and click on Install. (more)
category: Web Dev | clicked: 1 | 1 comment | | source: peterkellner.net
tags: ASP.NET 4.0, VS2010, MVC, ASP.NET, NuGet
5
Shouts

Rev it up with PHP and IIS - Josh Holmes

published 916 days, 14 hours, 24 minutes ago posted by DustinDustin 918 days, 35 minutes ago
Monday, November 15, 2010 12:19:44 PM GMT Sunday, November 14, 2010 2:08:05 AM GMT
Mark Brown and I did a talk at ZendCon last week on how well PHP runs in IIS and more specifically, some things that you should do in order to make it run really well on IIS. Quick warning, this is an unfortunately bullet pointy slide deck for me. Mark created the original deck that this talk was born from but I’m responsible for delivering it at ZendCon and for posting it here. Mark is with the Web Platform Team and a good guy to know. He saved my tail on this one. My voice was killing me and he ste... (more)
category: How To | clicked: 1 | comment | | source: www.joshholmes.com
tags: PHP, IIS
4
Shouts

Save Changes Before Building - Visual Studio Tips and Tricks - Zain Naboulsi

published 931 days, 3 hours, 32 minutes ago posted by DustinDustin 931 days, 16 hours, 42 minutes ago
Sunday, October 31, 2010 11:11:02 PM GMT Sunday, October 31, 2010 10:01:41 AM GMT
Visual Studio Tips and Tricks from Zain Naboulsi Save Changes Before Building In Tools -> Options -> Projects and Solutions -> Build and Run there is an "Before Building"... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Tips and Tricks, Visual Studio
5
Shouts

WEbmatrix–helpers–Bing - kashyapa's .NET Rumbles

published 937 days, 2 hours, 14 minutes ago posted by DustinDustin 937 days, 10 hours, 35 minutes ago
Tuesday, October 26, 2010 12:29:03 AM GMT Monday, October 25, 2010 4:08:40 PM GMT
WebMatrix Beta 2 was released on Oct 06 2010. Many changes to how WebMatrix used to work in some areas from Beta 1 to Beta 2. Some changes went into to WebMatrix Helpers also. There are  4 new helpers that have been added to Helper family. They are : Antiforgery Bing Json Themes In this post i am going to talk about “Bing” Helper. Because i was interested to known... (more)
category: How To | clicked: 2 | comment | | source: weblogs.asp.net
tags: WebMatrix Beta, Bing, WebMatrix
7
Shouts

Recovering Your Work After an Expression Web Crash - Jeremy Jameson

published 935 days, 11 hours, 2 minutes ago posted by DustinDustin 937 days, 10 hours, 44 minutes ago
Wednesday, October 27, 2010 3:41:07 PM GMT Monday, October 25, 2010 3:59:18 PM GMT
I am getting a little tired of Expression Web 4 crashing on me. I'm not sure why I'm repeatedly encountering issues with the latest version of Expression Web, but I suspect -- given the frequency at which it is crashing -- it may have something to do with the TFS integration. Note that this is purely a guess on my part, but I find it hard to believe that the memory corruption bug I'm experiencing would not have been caught by one of the SDETs (a.k.a. Testers) on the Expression Web team. Perhaps the sou... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Expression Web 4, Expression 4, Expression Web
7
Shouts

Windows Phone 7 - Dynamically load XAML - Christoph's Blog

published 935 days, 11 hours, 2 minutes ago posted by DustinDustin 937 days, 10 hours, 54 minutes ago
Wednesday, October 27, 2010 3:41:07 PM GMT Monday, October 25, 2010 3:48:50 PM GMT
Sometimes it is necessary to load an element like a shape dynamically from an file, resource or directly from a string into the corresponding API classes. In Silverlight for Windows Phone 7 this can be done with the use of the XamlReader Class. This class can be found in the System.Windows.Markup namespace. With the use of this class it’s very easy to create in memory representations of XAML object you created in tools like expression blend. In my example I created an ellipsis with a gradient fill and ... (more)
category: Smart Client | clicked: 5 | comment | | source: blogs.msdn.com
tags: Windows Phone 7, Windows Phone 7 Development, Windows Phone 7 Series, XAML
5
Shouts

Filtering Razor Generated Output - Imran Baloch

published 937 days, 2 hours, 14 minutes ago posted by DustinDustin 937 days, 10 hours, 57 minutes ago
Tuesday, October 26, 2010 12:29:03 AM GMT Monday, October 25, 2010 3:46:43 PM GMT
There is no doubt that Razor view engine is becoming very popular because Razor is speeding things up just a little bit more. With Razor, sometimes it may be need to see the Razor generated HTML during debugging. Sometimes there's a need to filter, change or move the Razor generated HTML. Sometimes you may need to set the different properties of your view in a separate file(however I strongly recommended that you should make your view as simple as possible). Sometimes you may a... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: Razor, View Engine
9
Shouts

The EntitySpaces RIA Services Beta is Available for Download - The EntitySpaces Team Blog

published 972 days, 14 hours, 12 minutes ago posted by DustinDustin 973 days, 8 hours, 46 minutes ago
Monday, September 20, 2010 12:31:05 PM GMT Sunday, September 19, 2010 5:57:02 PM GMT
We are pleased to announce the EntitySpaces RIA Services beta (2010.1.0913.0). This is a trial version, do not use this for production as it will eventually expire. Also, unless you are interested in RIA services you should not install this beta. You can download the RIA Services Beta Here. You definitely should watch the first video below, it was made to go along with the actual beta release. There are two changes that might effect your code (most people will not notice these two changes):The single En... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: www.entityspaces.net
tags: EntitySpaces, RIA Services, Beta
4
Shouts

Committing To ASP.NET MVC - New DevExpress Extensions (coming soon in v2010 vol 2) - Mehul Harry's DevExpress Blog

published 991 days, 12 hours, 12 minutes ago posted by DustinDustin 991 days, 17 hours, 31 minutes ago
Wednesday, September 01, 2010 2:30:56 PM GMT Wednesday, September 01, 2010 9:12:03 AM GMT
If you’re serious about developing with the ASP.NET MVC framework then you’ll love this announcement! DevExpress is throwing major support for ASP.NET MVC by offering you many new DevExpress ASP.NET MVC Extensions. And you’ll be happy to hear that the current DevExpress Extensions are also extending their functionality. New ASP.NET MVC Extensions The first release of DevExpress ASP.NET MVC Extensions, while exciting, was limited to just 5 extensions. Why? We wanted to make sure that you, our customer... (more)
category: Web Dev | clicked: 0 | comment | | source: community.devexpress.com
tags: ASP.NET MVC, DevExpress, ASPNETMVC, Extensions Extension, ASP.NET
6
Shouts

Visual Studio 2010 Lab Management Release Version - Shai Raiten

published 1014 days, 12 hours, 10 minutes ago posted by DustinDustin 1015 days, 2 hours, 44 minutes ago
Monday, August 09, 2010 2:32:49 PM GMT Sunday, August 08, 2010 11:59:21 PM GMT
I’ve heard this question a lot –> Release Version??? I’m already using Visual Studio 2010 Lab Management… You are using the Lab Management “Release Candidate” version… When Microsoft release Visual Studio they define Lab Management capability to be “Release Candidate” quality rather then “Released” quality because didn’t got enough customer feedback to feel really confident that it was 100% ready for pri... (more)
category: How To | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: TFS 2010, Visual Studio 2010, TFS, Visual Studio 2010 Lab Management
6
Shouts

Lab Management News - bharry's WebLog

published 1014 days, 12 hours, 10 minutes ago posted by DustinDustin 1015 days, 2 hours, 45 minutes ago
Monday, August 09, 2010 2:32:49 PM GMT Sunday, August 08, 2010 11:58:07 PM GMT
There’s some exciting news about Visual Studio Lab Management today. You may recall that when we released VS/TFS 2010, we declared the Lab Management capability to be “Release Candidate” quality rather then “Released” quality. I’ve mentioned before that the reason for this was that we just hadn’t gotten enough customer feedback to feel really confident that it was 100% ready for prime time. In truth, it really wasn’t usable in Beta 1. In Beta 2, it wasn’t bad but it relied on adoption of TFS and the ... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: TFS 2010, Visual Studio 2010, Visual Studio, TFS
3
Shouts

Evaluating View Model Options - Markus Egger

published 1074 days, 17 hours, 46 minutes ago posted by DustinDustin 1075 days, 2 hours, 34 minutes ago
Thursday, June 10, 2010 8:56:59 AM GMT Thursday, June 10, 2010 12:09:07 AM GMT
If you are building WPF or Silverlight applications, chances are you are using the MVVM Pattern (see below if you are not familiar with this pattern). So far, so common. Once you look at the details however, there are some interesting aspects to this setup. A recent discussion on my fellow “Advisors” on the Microsoft Prism Advisory Board got me interested in investigating different options to create the “ViewModel” (VM) part of this pattern. After all, there are quite a few different ways to go about thi... (more)
category: Architecture | clicked: 4 | comment | | source: www.markusegger.com
tags: Patterns, Model-View-ViewModel, MVVM
8
Shouts

The Case for Git Rebase - Gabe da Silveira

published 1102 days, 1 hour, 9 minutes ago posted by DustinDustin 1102 days, 10 hours, 29 minutes ago
Friday, May 14, 2010 1:34:20 AM GMT Thursday, May 13, 2010 4:14:05 PM GMT
When you first sit down with git they tell you to watch out for rebase. “Git is fast. Git is great. Git gets merging right. If you screw up git reflog has your back. But watch out for rebase, as long as you avoid rebase you’ll never get in too far over your head.” Okay, I can see the wisdom in that. In fact for the first year I avoided rebase almost entirely. I read Rebase Considered Harmful early on and it reaffirmed my choice. But as I came to... (more)
category: How To | clicked: 0 | comment | | source: darwinweb.net
tags: Git, GitHub
Previous 1 2 Next