Skip to content
This repository was archived by the owner on Dec 14, 2020. It is now read-only.

dochoffiday/Please.NET

Repository files navigation

Please.NET

An ASP.NET library for GETTING THINGS DONE.

Usage

Please.Do(() =>
{
    // for code that you want to get done

    String temp = "HELLO. I AM CODE.";
});

Please.Dont(() =>
{
    // for code that you don't what to get done

    String temp = "HELLO. I AM CODE.";
});

Please.WeatherPermitting(() =>
{
    // for code that you may or may not want to get done

    String temp = "HELLO. I AM CODE.";
});

Please.PrettyPlease(() =>
{
    // for code that you DESPERATELY want to get done

    String temp = "HELLO. I AM CODE.";
}, true);

Please.Repeat(1000, i =>
{
    // for code that you want to get done many, many, times

    String temp = "HELLO. I AM CODE.";
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages