TECH BLOG
Tuesday, August 25, 2015
Friday, August 14, 2015
Solved CISCO VPN issue on Windows 10 and Windows 8
Below are the 3 solutions you can do to resolve the Cisco VPN client 5.0.07.0440 for x64 5.0.07.0410 and x86
Labels:
Windows 10
Enable windows 10 dark theme
Here's an easier and faster way to do it. Just:
1 - Open search, type Powershell and open it2 - copy/paste the following command
New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0
3 - Press enter. Done.
If you want to undo, just copy/paste Remove-ItemProperty -Path
HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme
Labels:
Windows 10
Saturday, February 21, 2015
Thursday, May 1, 2014
Popular Visual studio add-ons/plugins
AnkhSvn - (FREE) SVN Source Control Integration for VS.NET
ReSharper - IDE enhancement that helps with refactoring and productivity
CodeRush - Code gen macros on steroids
Refactor - Code refactoring aid
CodeSmith - Code Generator
PowerCommands is a Microsoft-created plugin that offers a variety of new features that one would think probably should have been in Visual Studio in the first place.
GhostDoc - (FREE) Simple code commenting tool
DXCore (FREE) and its many awesome plugins: DxCore Community Plugins, CR_Documentor,CodeStyleEnforcer, RedGreen
TestDriven.Net - (FREE/PAY) Unit Testing Aid
Reflector - (PAY) Feature rich .Net Disassembler Reflector AddIn's
Web Deployment Projects - Provides additional functionality to build and deploy Web sites and Web applications (source).
StudioTools - (FREE) Navigation assistant, code metrics tool, incremental search, file explorer in visual studio and tear off editor windows
Maintains your clipboard data through removal of lines, a few other nice items but that one alone makes me happy.
While some have problems with regions I think if you use them, this tool is for you. Automatically region'izes your code into appropriate region blocks. Fully configurable for custom items etc.
Labels:
Visual Studio
Subscribe to:
Posts (Atom)