blog

Step by Step Angular 2 Implementation in Visual Studio Update 3

Prerequisites There are some important installation process need to be  carried out. Note : – Content in Prerequisites are copied from – https://angular.io/docs/ts/latest/cookbook/visual-studio-2015.html Prerequisite: Install Node.js Install Node.js® and npm if they are not already on your machine. Verify that you are running node version 4.6.x or greater, and npm 3.x.x or greater by running node -v and npm -v in a terminal/console window.   Prerequisite: Install Visual […]

PHP

Simple PHP Code Debugging

  This post will teach you some simple things about how you can find those errors in your PHP script. By default some errors will not show up on your web server! Try the examples from the PHP manual The PHP manual is one of the best manuals I’ve ever read, each function is indexed […]

blog

Mobility’s rise pulls value of HTML5

Without the miraculous combining of almost the entirety of humanity’s knowledge, creativity and understanding with a sleek, portable and amazingly navigable key to experience it all, you might as well be holding a garage door opener in your hand. Enter those who code. HTML, JavaScript and CSS have long been recruited as sturdy web client-side […]

blog

SSDs for Mixed Workloads

Deploying solid-state drives (SSDs) in the data center is a great way to boost application responsiveness and remove I/O bottlenecks in the storage layer. But today’s data centers face a mixed bag when it comes to storage workloads, and the answer isn’t always as simple as “add more speed.” There are different kinds of speed […]

blog

Find out hot programming trends — and what going cold

What follows is a list of what’s hot and what’s not among today’s programmers. Not everyone will agree with what’s A-listed, what’s D-listed, and what’s been left out. That’s what makes programming an endlessly fascinating profession: rapid change, passionate debate, sudden comebacks. Hot: Preprocessors Not: Full language stacks It wasn’t long ago that people who […]

dot_net

Microsoft automation framework use to automate your UI

Microsoft UI Automation is the new accessibility framework for Microsoft Windows, available on all operating systems that support Windows Presentation Foundation (WPF). UI Automation provides programmatic access to most user interface (UI) elements on the desktop, enabling assistive technology products such as screen readers to provide information about the UI to end users and to […]