Click here to Skip to main content
15,884,388 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
NewsMIT’s new interactive machine learning prediction tool could give everyone AI superpowers Pin
Kent Sharkey27-Jun-19 10:00
staffKent Sharkey27-Jun-19 10:00 
GeneralRe: MIT’s new interactive machine learning prediction tool could give everyone AI superpowers Pin
Nelek27-Jun-19 20:47
protectorNelek27-Jun-19 20:47 
GeneralRe: MIT’s new interactive machine learning prediction tool could give everyone AI superpowers Pin
bVagadishnu28-Jun-19 2:55
bVagadishnu28-Jun-19 2:55 
GeneralRe: MIT’s new interactive machine learning prediction tool could give everyone AI superpowers Pin
Mark_Wallace28-Jun-19 20:25
Mark_Wallace28-Jun-19 20:25 
NewsIInterface considered harmful Pin
Kent Sharkey27-Jun-19 10:00
staffKent Sharkey27-Jun-19 10:00 
GeneralRe: IInterface considered harmful PinPopular
PeejayAdams27-Jun-19 22:41
PeejayAdams27-Jun-19 22:41 
GeneralRe: IInterface considered harmful Pin
David A. Gray29-Jun-19 7:13
David A. Gray29-Jun-19 7:13 
GeneralRe: IInterface considered harmful Pin
MadMyche28-Jun-19 2:00
professionalMadMyche28-Jun-19 2:00 
The only place I really see Hungarian Notation at work is in our databases; and that is limited to the names of tables and views.

As for this article... While this is mostly about one person's opinion the opening code sample has a bigger vulnerability; and we wonder why SQL Injection still exists
C#
public class clsPerson
{
  var strName = txtName.Value;

  public fnGetByName()
  {
    var strQuery = "SELECT * FROM tblPeople WHERE Name = " + strName;
  }
}
Director of Transmogrification Services
Shinobi of Query Language
Master of Yoda Conditional

GeneralRe: IInterface considered harmful Pin
Bernhard Hiller28-Jun-19 3:04
Bernhard Hiller28-Jun-19 3:04 
GeneralRe: IInterface considered harmful Pin
BillWoodruff28-Jun-19 18:14
professionalBillWoodruff28-Jun-19 18:14 
GeneralRe: IInterface considered harmful Pin
Mark_Wallace28-Jun-19 20:29
Mark_Wallace28-Jun-19 20:29 
GeneralRe: IInterface considered harmful Pin
MadMyche29-Jun-19 2:17
professionalMadMyche29-Jun-19 2:17 
NewsGmail’s API lockdown will kill some third-party app access, starting July 15 Pin
Kent Sharkey27-Jun-19 8:15
staffKent Sharkey27-Jun-19 8:15 
NewsFlying, insect-like robot flits closer to independent flight Pin
Kent Sharkey27-Jun-19 8:15
staffKent Sharkey27-Jun-19 8:15 
GeneralRe: Flying, insect-like robot flits closer to independent flight Pin
Mark_Wallace28-Jun-19 21:40
Mark_Wallace28-Jun-19 21:40 
NewsFAA finds potential flaw in Boeing 737 Max software updates Pin
Kent Sharkey27-Jun-19 7:30
staffKent Sharkey27-Jun-19 7:30 
GeneralRe: FAA finds potential flaw in Boeing 737 Max software updates Pin
jeron127-Jun-19 8:04
jeron127-Jun-19 8:04 
GeneralRe: FAA finds potential flaw in Boeing 737 Max software updates Pin
Kent Sharkey27-Jun-19 8:11
staffKent Sharkey27-Jun-19 8:11 
GeneralRe: FAA finds potential flaw in Boeing 737 Max software updates Pin
jeron127-Jun-19 8:17
jeron127-Jun-19 8:17 
GeneralRe: FAA finds potential flaw in Boeing 737 Max software updates Pin
Marc Clifton27-Jun-19 8:21
mvaMarc Clifton27-Jun-19 8:21 
GeneralRe: FAA finds potential flaw in Boeing 737 Max software updates Pin
Kent Sharkey27-Jun-19 8:41
staffKent Sharkey27-Jun-19 8:41 
GeneralRe: FAA finds potential flaw in Boeing 737 Max software updates Pin
GuyThiebaut27-Jun-19 8:42
professionalGuyThiebaut27-Jun-19 8:42 
GeneralRe: FAA finds potential flaw in Boeing 737 Max software updates Pin
jackbrownii28-Jun-19 4:55
professionaljackbrownii28-Jun-19 4:55 
GeneralRe: FAA finds potential flaw in Boeing 737 Max software updates Pin
Amarnath S27-Jun-19 17:48
professionalAmarnath S27-Jun-19 17:48 
NewsSimplify your code with rocket science: C++20’s spaceship operator Pin
Kent Sharkey27-Jun-19 6:15
staffKent Sharkey27-Jun-19 6:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.