Click here to Skip to main content
15,881,172 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!

 
GeneralRe: Even when presented with facts, supported by evidence, many choose not to believe them Pin
BillWoodruff9-Oct-18 20:21
professionalBillWoodruff9-Oct-18 20:21 
GeneralRe: Even when presented with facts, supported by evidence, many choose not to believe them Pin
Bernhard Hiller9-Oct-18 22:25
Bernhard Hiller9-Oct-18 22:25 
NewsGoogle Call Screening: A personal robot that talks to, hangs up on spam calls Pin
Kent Sharkey9-Oct-18 10:46
staffKent Sharkey9-Oct-18 10:46 
NewsExtension methods and the decline of traditional OOP Pin
Kent Sharkey9-Oct-18 10:46
staffKent Sharkey9-Oct-18 10:46 
GeneralRe: Extension methods and the decline of traditional OOP Pin
BillWoodruff9-Oct-18 13:57
professionalBillWoodruff9-Oct-18 13:57 
GeneralRe: Extension methods and the decline of traditional OOP Pin
Bernhard Hiller9-Oct-18 22:48
Bernhard Hiller9-Oct-18 22:48 
GeneralRe: Extension methods and the decline of traditional OOP Pin
BillWoodruff10-Oct-18 2:54
professionalBillWoodruff10-Oct-18 2:54 
GeneralRe: Extension methods and the decline of traditional OOP Pin
Foothill10-Oct-18 3:22
professionalFoothill10-Oct-18 3:22 
My use of extension methods has been pretty limited but targeted in scope.

Two such extentions are:
C#
public static string RemoveWhitespace(this string value);
// and
public static string ToEnglishProperCase(this string value);

I have also used extension methods to perform basic operations that either are not in the .Net Framework or are in there but I haven't found them yet (e.g. adding bytes without casting, getting a sub array of bytes).
if (Object.DividedByZero == true) { Universe.Implode(); }

GeneralRe: Extension methods and the decline of traditional OOP Pin
Bernhard Hiller9-Oct-18 22:53
Bernhard Hiller9-Oct-18 22:53 
GeneralRe: Extension methods and the decline of traditional OOP Pin
#realJSOP10-Oct-18 0:12
mve#realJSOP10-Oct-18 0:12 
NewsHalf of new app development requests end in failure Pin
Kent Sharkey9-Oct-18 10:46
staffKent Sharkey9-Oct-18 10:46 
GeneralRe: Half of new app development requests end in failure Pin
Joe Woodbury9-Oct-18 14:35
professionalJoe Woodbury9-Oct-18 14:35 
NewsIntroducing ‘Suggest a Feature’ in Developer Community Pin
Kent Sharkey9-Oct-18 9:16
staffKent Sharkey9-Oct-18 9:16 
GeneralRe: Introducing ‘Suggest a Feature’ in Developer Community Pin
Joe Woodbury9-Oct-18 14:36
professionalJoe Woodbury9-Oct-18 14:36 
NewsMicrosoft drops print drivers from Windows 10 October 2018 Update Pin
Kent Sharkey9-Oct-18 9:01
staffKent Sharkey9-Oct-18 9:01 
GeneralRe: Microsoft drops print drivers from Windows 10 October 2018 Update Pin
j snooze9-Oct-18 11:37
j snooze9-Oct-18 11:37 
NewsThe Internet Archive just got a working Commodore 64 Emulator Pin
Kent Sharkey9-Oct-18 9:01
staffKent Sharkey9-Oct-18 9:01 
NewsSpinnaker is the next big open source project to watch Pin
Kent Sharkey9-Oct-18 7:46
staffKent Sharkey9-Oct-18 7:46 
JokeRe: Spinnaker is the next big open source project to watch Pin
Richard Deeming9-Oct-18 8:41
mveRichard Deeming9-Oct-18 8:41 
NewsGoogle will not bid for the Pentagon’s $10B cloud computing contract, citing its “AI Principles” Pin
Kent Sharkey9-Oct-18 7:46
staffKent Sharkey9-Oct-18 7:46 
GeneralRe: Google will not bid for the Pentagon’s $10B cloud computing contract, citing its “AI Principles” Pin
Nelek9-Oct-18 20:02
protectorNelek9-Oct-18 20:02 
NewsNew evidence of hacked Supermicro hardware found in U.S. telecom Pin
Kent Sharkey9-Oct-18 7:46
staffKent Sharkey9-Oct-18 7:46 
GeneralRe: New evidence of hacked Supermicro hardware found in U.S. telecom Pin
Joe Woodbury9-Oct-18 8:22
professionalJoe Woodbury9-Oct-18 8:22 
NewsVoyager 2 probe may be on the edge of interstellar space Pin
Kent Sharkey8-Oct-18 10:16
staffKent Sharkey8-Oct-18 10:16 
NewsEconomics Nobel Prize winner sees no singularity on the horizon Pin
Kent Sharkey8-Oct-18 10:16
staffKent Sharkey8-Oct-18 10:16 

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.