Category: Technology
-
What’s Your Quality Bar?
I put “New Horizontal Tab Group”, “Run Code Analysis on Solution” , and “Analyze Code Coverage for All Tests” on a Visual Studio Toolbar called “Quality”. Before you check-in The steps before checking in code should be: Get Latest Version Build Run Code Analysis on Solution Analyzed Code Coverage for All Tests Most advice as…
-
Productivity Power Tools 2015
These tools are great, and probably many of you have already found this Visual Studio 2015 extension. They really help when trying to review code changes. The Benefit Today I had to compare a file from two different points in time. Unfortunately, some developers had the productivity tools and others did not. As a result…
-
TDD Series for MVC 5
Here is a series of posts by Eric Vogel on testing MVC 5 applications: Attain Code Management Nirvana via Test-Driven Development, Part 1 Oh, CRUD … It’s Test-Driven Development for ASP.NET MVC, Part 2 TDD for ASP.NET MVC, Part 3: Contact Service Class
-
Dynamically Load Bootswatch Themes
This post shows how I dynamically load a user’s selected theme in an MVC 5 application that’s using Bootstrap and Bootswatch. App_Themes Folder I didn’t use use that… So you can skip this section if you like. In the past, different themes were placed in different folders and you could just enumerate the subdirectories in…
-
ClaimAuthorizeAttribute
Headline: Here is what I use for authorizing controller and actions in an MVC application that uses the new Claims based authorization. Some Great Resources Before I even begin, let me point people to some great resources I found today on this topic. The first has so many posts on the topic and they are…
-
UPPERCASE Menu Items in Visual Studio
I felt the tension go out of my shoulders today when I found this option! Not sure what caused them to think all caps for the menu options would be a good idea.
-
My Daily Scrum Routine
Headline: This describes my daily routine as I participate on a virtual team scattered about the globe as we work on a project using the Scrum template. The Situation Currently I’m working with a team where no two people are in the same time zone! We’re using Visual Studio Online (VSO) with the Scrum process…
-
Related Work Items to Reinforce Good Process
Headline: Always associate related work items to your changesets upon check-in. This post shows an easy way to do that using a Query that also reinforces the process. Scrum Sprint Board Overview Most projects I work on with Visual Studio and Team Foundation Server use the Scrum process template. I also do some work using…