danderson.io

David Anderson is a software engineer with expertise in C#, .NET and other Microsoft technologies, and this is his blog.

  • Home
  • Code
    • Design Patterns
      • Abstract Factory
      • Singleton
      • DbEntityImportEngine`
    • Layered Architecture
      • Data Layer
      • Business Layer
      • Service Layer
      • Application Layer
    • C# Developer Guidelines
  • YouTube Channel
  • About David

How to get rid of the all caps menus in Visual Studio 11.0 / 2012.

David Anderson July 28, 2012 1 Comment

Blog

visual-studio

Apparently there is a registry edit to remove the all capital lettering for the main menus in Visual Studio, and get the normal pascal casing by changing the value of the following registry entry:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\General\SuppressUppercaseConversion
to REG_DWORD value: 1

← Previous post

Next post →

Related Posts

  • Multiple ASP.NET apps under the same host and port in Visual Studio with IIS Express and Webpack Dev Server ProxyMultiple ASP.NET apps under the same host and port in Visual Studio with IIS Express and Webpack Dev Server Proxy
  • ViewModel constructors and inheritance by extending kendo.data.ObservableObjectViewModel constructors and inheritance by extending kendo.data.ObservableObject
  • Microsoft .NETExploring Active Record as a base for business entities in a business logic layer with Entity Framework
  • Microsoft .NETUsing your own database schema and classes with ASP.NET Core Identity and Entity Framework Core
  • Microsoft .NETUsing DataTestMethod and DataRow to pass parameters to a unit test and prevent duplicating test methods
  • Microsoft .NETBuilding SSDT SSRS projects (.rptproj) with a build server (TeamCity)

1 Comment

  1. Zack August 25, 2012 at 4:25 pm

    +1, works.

    Log in to Reply ↓

Leave a Comment Cancel reply

You must be logged in to post a comment.

Pages

  • Design Patterns
    • Abstract Factory Design Pattern (C#)
    • C# Developer Guidelines (C# Coding Conventions)
    • DbEntityImportEngine`
    • Singleton Design Pattern (C#)
  • Layered Architecture
    • Application Layer
    • Business Layer
    • Data Layer
    • Service Layer
  • About David

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org