LINQ and Learning to Be Declarative
nickstambaugh.dev·21h·
Discuss: Hacker News

PERMALINK

LINQ and Learning To Be Declarative

If you’re familiar with functional programming concepts, you may enjoy the idea of declarative programming using LINQ or Language Integrated Query. Querying data is a common solution to a lot of problems in business, but within itself we get a lot of different issues. What’s the best way to query data? SQL is by far the weapon of choice for most developers. It’s simple to pickup and is performant as long as your DBA has some sense of professionalism.

After you learn the quirks …

Similar Posts

Loading similar posts...