Skip to content
View FWest98's full-sized avatar

Highlights

  • Pro

Block or report FWest98

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. .NET Core 3 Conditional Model Valida... .NET Core 3 Conditional Model Validation Attribute
    1
    using System;
    2
    using Microsoft.AspNetCore.Mvc.ModelBinding.Validation;
    3
    
                  
    4
    namespace Foo {
    5
        // Implementation makes use of the IPropertyValidationFilter interface that allows
  2. .NET Core 3 Custom Validation Classn... .NET Core 3 Custom Validation Classnames
    1
    using System.Collections.Generic;
    2
    using System.Text.Encodings.Web;
    3
    using Microsoft.AspNetCore.Antiforgery;
    4
    using Microsoft.AspNetCore.Mvc;
    5
    using Microsoft.AspNetCore.Mvc.ModelBinding;
  3. WebEng-RUG/Tutorials WebEng-RUG/Tutorials Public

    Repository with code and resources for all tutorials. The API specification can be seen at the URL below.

    TypeScript 9 10

  4. rug-wacc/IaC rug-wacc/IaC Public

    Demonstration repository of a simple IaC setup to OpenStack

    HCL 1