Sunday, April 5, 2020

a href # color or link color or blank link color

using with single cot or double cot

<style>
    .dropdown-menu a[href='#'] {
        background-color: yellow;
    }
</style>

Linq Expression syntax for where condtion in linq

(Expression<Func<T, bool>> filter)