(Prava-MFS) As we know, Pseudo Code is an informal descriptive language which helps human beings to understand the code, rather than just only machine readable.
Other News
Creating a log file in Windows Runtime using C++
(Asim Goheer) If you have a native C++ project running on Windows Runtime AND you want to do some logging then you are in for a surprise. You cannot simply open a file “C:log.txt” and dump all your logs there. You have to use Windows Runtime APIs to create files and write to them.
Generated Columns in MySQL 5.7.5
(Evgeny Potemkin) Generated Columns is a new feature available in the latest lab release. This work is based on a contribution by Andrey Zhakov. Thanks, Andrey! The Optimizer team modified it to follow the current MySQL design, and to lift a number of limitations.
Oracle 12c Multitenant – Inmemory admin basics
(Dom Brooks) A couple of very, very basic observations on getting going with 12c Inmemory in a multitenant database.
What is the best way to network after moving to a new city?
What is the Best Way to Network after Moving to a New City? Hello, this is Laura Lee Rose. I am a speaker and author. I am an expert in time and project management. I help busy professionals and entrepreneurs create effective systems so that they can comfortably delegate to others, be more profitable and have time to enjoy life...
Seven Surprising Findings About DB2
(Markus Winand) I’ve just completed IBM DB2 for Linux, Unix and Windows (LUW) coverage here on Use The Index, Luke as preparation for an upcoming training I’m giving.
Don’t Trust Me
(John Maenpaa) This month, we’re going to talk about security. Maintaining good security in our applications is extremely important. If you’ve read any of the recent reports of credit card theft, identify theft, or just plain data theft, then you have a glimmer of why it is so important.
Dynamically create table results from non-query
(Derik Hammer) Have you ever executed a command with a result set but you didn’t know the exact schema being returned? Have you ever wanted to create a temporary table from a query but don’t want to look up all of the column data types?
UNION vs UNION ALL
(Kenneth Fisher) You might be wondering why I’m going into such a simple subject. Well the way I see it there are four options here.
A Code First Migrations Mystery: Solved
(Julie Lerman) A friend recently asked me a question about Entity Framework (EF) Code First Migrations that confused me almost as much as it confused him—but for different reasons.
