Search Results

1
vote

Do you really use your reverse domain for package naming in java?

I do this for all my projects, I've even taken it across to my .NET applications for namespaces. …
2
votes

Which LINQ syntax do you prefer? Fluent or Query Expression

While I do understand and like the fluent format , I've stuck to Query for the time being for readability reasons. People just being introduced to LINQ will find Query much more comfortable to read …