Posts

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

Enable windows 10 dark theme

Image
Here's an easier and faster way to do it. Just:   1 - Open search, type Powershell and open it  2 - 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

ICC 2015 cricket world cup live streaming

Popular Visual studio add-ons/plugins

SQL Prompt   for Database Projects (works inside your SQL Management Studio as well) SmartPaster   - (FREE) Copy/Paste code generator for strings   AnkhSvn  - (FREE) SVN Source Control Integration for VS.NET VisualSVN Server   - (FREE) Source Control 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...

SQL Server 2008 MERGE statement

One Statement for INSERT, UPDATE, DELETE In earlier versions of SQL Server we had to write separate statements for Insert,update and Delete based on certain conditions but now, using MERGE statement we can include the logic of such data modifications in one statement that even checks when the data is matched then just update it and when unmatched then insert it. One of the most important advantage of MERGE statement is all the data is read and processed only once. In previous versions three different statement has to be written to process three different activity (INSERT, UPDATE or DELETE), however using MERGE statement all update activity can be done in one pass of database table. This is quite an improvement in performance of database query. Syntax of MERGE statement is as following: MERGE [ TOP ( expression ) [ PERCENT ] ] [ INTO ] target_table [ WITH ( ) ] [ [ AS ] table_alias] USING ON [ WHEN MATCHED [ AND ] THEN ] [ WHEN NOT MATCHED [ BY TARGET...

Facebook, Twitter and Google Plus shortcuts keys

Facebook Facebook shortcut keys are based on browser. Shortcuts for Facebook will vary from browser to browser. In Firefox, you will need to add a Shift key before the key combinations given below, whereas in Internet Explorer, you need to hit Enter after the combination. Same goes for a Mac, except that for Firefox, you need to press Ctrl instead of Shift. Rest of the keys should be same. Facebook key combinations Key     Function Alt + M Compose new message Alt + /    Main site search Alt + 1   Go to home page Alt + 2   Go to Timeline Alt + 3   See friends requests Alt + 4   Go to message inbox Alt + 5   See all notifications Alt + 6   Go to Account Settings Alt + 7   Go to Privacy Settings Alt + 8   Go to Facebook's Profile Page Alt + 9   Go to Facebook's Terms of Service Alt + 0   Go to Facebook Help Center Twitte...

IPL 2014 live streaming

Watch your favorite teams playing.... Just put the below code in your blog or website