• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
daniel_loudon Avatar
Name:Daniel Loudon
Clan:Unknown
Skills:c#
Member Since:Dec 2016
Last Seen:Feb 2024
Profiles:
    Following:1
    Followers:2
    Allies:1
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (22)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • Dahj Meleon
      • commented on "Smallest unused ID" csharp solution
      • 2 years ago

      GOD

    • Custom User Avatar
      • amballou
      • commented on "Sentence Smash" csharp solution
      • 2 years ago

      thanks for taking the time to reply!

    • Custom User Avatar
      • Royalty
      • commented on "Sentence Smash" csharp solution
      • 2 years ago

      Essentially, there is no difference between string and String (capital S) in C#.

      String (capital S) is a class in the .NET framework in the System namespace. The fully qualified name is System.String. Whereas, the lower case string is an alias of System.String.

      Many developers use string to declare variables in C# and use System.String class to use any built-in string methods e.g., String.IsNullOrEmpty().

    • Custom User Avatar
      • amballou
      • commented on "Sentence Smash" csharp solution
      • 2 years ago

      Should string be lowercase in the string.Join section? I understand it's being used as a method but it's from System. By convention, primitive data types like int, double, bool, and string are written in lowercase. This consistent casing helps distinguish them from user-defined classes. Is there an exception here?

    • Custom User Avatar
      • neсахар
      • commented on "Sentence Smash" csharp solution
      • 2 years ago

      I didn't think it was that simple

    • Custom User Avatar
      • debonair
      • commented on "Remove anchor from URL" csharp solution
      • 2 years ago

      there will always be only one or zero occurances of '#' so there will only ever be two strings

    • Custom User Avatar
      • JoseLuisGM
      • commented on "Remove String Spaces" csharp solution
      • 3 years ago

      Simple and clean.

    • Custom User Avatar
      • kmorpex
      • commented on "Transportation on vacation " csharp solution
      • 3 years ago

      Linke a Ninja

    • Custom User Avatar
      • ioxa
      • commented on "Convert a Boolean to a String" csharp solution
      • 3 years ago

      using ToString() is a bad idea, because the ToString() can be overriden and it can return a different result.

    • Custom User Avatar
      • CodingCanuck
      • commented on "Convert a Boolean to a String" csharp solution
      • 4 years ago

      The correct answer.

    • Custom User Avatar
      • Weemän
      • commented on "Remove anchor from URL" csharp solution
      • 4 years ago

      Pro tip: don't waste your energy trying to up the quality of codewars posts

    • Custom User Avatar
      • schebotar
      • commented on "Remove anchor from URL" csharp solution
      • 4 years ago

      Bad practice because:

      1. It finds all occurrences of '#' in string
      2. Gets all possible substrings
      3. Takes just one of them.
    • Custom User Avatar
      • V82ZH37
      • commented on "The Feast of Many Beasts" csharp solution
      • 4 years ago

      Anybody has an online resource where I can understand lambdas better? thanx

    • Custom User Avatar
      • lowercasewords
      • commented on "Convert a Boolean to a String" csharp solution
      • 4 years ago

      Lol no it doesn't

    • Custom User Avatar
      • MrFrawsty
      • commented on "Remove String Spaces" csharp solution
      • 4 years ago

      I love how simple that is.

    • Loading more items...
    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...