Live data from Hacker News

Viewing profile — amageed

amageed

HN member
Joined
Wed, Feb 11, 2015, 5:37 PM UTC
HN karma
5
Public activity
3 items

About amageed

http://softwareninjaneer.com/ https://github.com/amageed https://twitter.com/amageed

Recent public activity

  1. comment
    Comment #9355739

    Some additional ones I haven't seen mentioned so far: * FluentValidation: excellent validation library, keeps validation rules grouped together and easy to keep track of - https://…

  2. comment
    Comment #9041528

    LINQ isn't SQL-specific and does apply generally. It can be used against the standard .NET framework objects and collections. There are different LINQ focuses or flavors, and there…

  3. comment
    Comment #9034269

    If you're interested in something similar for .NET / C#, check out my Regextra library, specifically the Passphrase Regex Builder: https://github.com/amageed/Regextra As the name s…