Click here to Skip to main content
15,867,686 members
Home / Discussions / Spam and Abuse Watch
   

Spam and Abuse Watch

This board allows members to report the accounts of spammers and others who abuse the forums in order to give other members the chance to vote to close the offending account.

 
GeneralRe: One To Watch, looks like trolling or point repping - Member 14619294 Pin
Richard Deeming11-Oct-19 3:55
mveRichard Deeming11-Oct-19 3:55 
GeneralRe: One To Watch, looks like trolling or point repping - Member 14619294 Pin
Kats251211-Oct-19 4:08
Kats251211-Oct-19 4:08 
GeneralRe: One To Watch, looks like trolling or point repping - Member 14619294 Pin
Michael Haephrati11-Oct-19 4:37
professionalMichael Haephrati11-Oct-19 4:37 
GeneralRe: Member 14619294 - Gone Pin
jeron111-Oct-19 4:05
jeron111-Oct-19 4:05 
GeneralSpammer from moderation queue (Member 14618822) Pin
OriginalGriff10-Oct-19 8:01
mveOriginalGriff10-Oct-19 8:01 
GeneralRe: Spammer from moderation queue (BellaEdward7) Pin
jeron110-Oct-19 8:05
jeron110-Oct-19 8:05 
GeneralRe: Spammer from moderation queue (Member 14618822) Pin
OriginalGriff10-Oct-19 8:17
mveOriginalGriff10-Oct-19 8:17 
GeneralArticle C# 8 New Features Plagiarised From Microsoft Docs Pin
George Swan10-Oct-19 4:47
mveGeorge Swan10-Oct-19 4:47 

This article has code copied directly from this What's New in C# 8?


Original

C#
public static string RockPaperScissors(string first, string second)
    => (first, second) switch
    {
        ("rock", "paper") => "rock is covered by paper. Paper wins.",
        ("rock", "scissors") => "rock breaks scissors. Rock wins.",
        ("paper", "rock") => "paper covers rock. Paper wins.",
        ("paper", "scissors") => "paper is cut by scissors. Scissors wins.",
        ("scissors", "rock") => "scissors is broken by rock. Rock wins.",
        ("scissors", "paper") => "scissors cuts paper. Scissors wins.",
        (_, ) => "tie"
    };

Article
C#

public static string PlayRockPaperScissors(string first, string second)
    => (first, second) switch
    {
        ("rock", "paper") => "rock is covered by paper. Paper wins.",
        ("rock", "scissors") => "rock breaks scissors. Rock wins.",
        ("paper", "rock") => "paper covers rock. Paper wins.",
        ("paper", "scissors") => "paper is cut by scissors. Scissors wins.",
        ("scissors", "rock") => "scissors is broken by rock. Rock wins.",
        ("scissors", "paper") => "scissors cuts paper. Scissors wins.",
        (, _) => "tie"
    };

Original
C#
public static decimal ComputeIncomeTax(Address location, decimal income) =>
  location switch
  {
      { State: "TX" } => income * 0.25M, //Property pattern
      { State: "MA" } => income * 0.31M,
      { State: "NY" } => income * 0.35M,
      // other cases removed for brevity...
      _ => income * 0.30M
  };
Article
C#
public static decimal ComputeIncomeTax(Address location, decimal income) =>
  location switch
  {
      { State: "TX" } => income * 0.25M, //Property pattern
      { State: "MA" } => income * 0.31M,
      { State: "NY" } => income * 0.35M,
      // other cases removed for brevity...
      _ => income * 0.30M
  };


GeneralRe: Article C# 8 New Features Plagiarised From Microsoft Docs Pin
Richard Deeming10-Oct-19 4:55
mveRichard Deeming10-Oct-19 4:55 
GeneralRe: Article C# 8 New Features Plagiarised From Microsoft Docs Pin
George Swan10-Oct-19 5:03
mveGeorge Swan10-Oct-19 5:03 
GeneralRe: Article C# 8 New Features Plagiarised From Microsoft Docs Pin
OriginalGriff10-Oct-19 4:57
mveOriginalGriff10-Oct-19 4:57 
GeneralRe: Article C# 8 New Features Plagiarised From Microsoft Docs Pin
George Swan10-Oct-19 5:13
mveGeorge Swan10-Oct-19 5:13 
GeneralRe: Article C# 8 New Features Plagiarised From Microsoft Docs Pin
phil.o10-Oct-19 5:21
professionalphil.o10-Oct-19 5:21 
GeneralRe: Article C# 8 New Features Plagiarised From Microsoft Docs Pin
OriginalGriff10-Oct-19 5:24
mveOriginalGriff10-Oct-19 5:24 
GeneralRe: Article C# 8 New Features Plagiarised From Microsoft Docs Pin
Shameel10-Oct-19 7:26
professionalShameel10-Oct-19 7:26 
GeneralRe: Article C# 8 New Features Plagiarised From Microsoft Docs Pin
Nelek10-Oct-19 9:20
protectorNelek10-Oct-19 9:20 
GeneralRe: Article C# 8 New Features Plagiarised From Microsoft Docs Pin
OriginalGriff10-Oct-19 9:31
mveOriginalGriff10-Oct-19 9:31 
GeneralRe: Article C# 8 New Features Plagiarised From Microsoft Docs Pin
Nelek10-Oct-19 9:41
protectorNelek10-Oct-19 9:41 
GeneralRe: Article C# 8 New Features Plagiarised From Microsoft Docs Pin
Shameel-v210-Oct-19 15:09
Shameel-v210-Oct-19 15:09 
GeneralSpammer from moderation queue (Member 14618660) Pin
OriginalGriff10-Oct-19 4:11
mveOriginalGriff10-Oct-19 4:11 
GeneralRe: Spammer from moderation queue (Member 14618660) - Gone Pin
jeron111-Oct-19 4:06
jeron111-Oct-19 4:06 
GeneralSpammer from moderation queue (Member 14618410) - gone Pin
OriginalGriff10-Oct-19 1:16
mveOriginalGriff10-Oct-19 1:16 
Generalspammer in forums - Member 14618355 - gone Pin
Richard MacCutchan10-Oct-19 0:10
mveRichard MacCutchan10-Oct-19 0:10 
GeneralSpam Article - s u p p l e m e n t .... b l e n d - gone Pin
User 110609799-Oct-19 23:55
User 110609799-Oct-19 23:55 
GeneralRe: Spam Article - supplement blend Pin
Richard Deeming10-Oct-19 1:57
mveRichard Deeming10-Oct-19 1:57 

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.