Skip to content
View FWest98's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report FWest98

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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 11

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

    Demonstration repository of a simple IaC setup to OpenStack

    HCL 1