Skip to content
View osyyyS's full-sized avatar
pasting
pasting

Highlights

  • Pro

Block or report osyyyS

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
osyyyS/README.md

Pinned Loading

  1. ZOOMValidation ZOOMValidation Public

    Observable implementation of validation pattern

    C#

  2. dotnet/maui dotnet/maui Public

    .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.

    C# 22.1k 1.7k

  3. Creates a Singelton Creates a Singelton
    1
    <?xml version="1.0" encoding="utf-8" ?>
    2
    <CodeSnippets  xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
    3
      <CodeSnippet Format="1.0.0">
    4
        <Header>
    5
          <Title>instance</Title>
  4. Creates an observable property with ... Creates an observable property with a backing field.
    1
    <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
    2
      <CodeSnippet Format="1.0.0">
    3
        <Header>
    4
          <Title>Observableproperty with Backing Field</Title>
    5
          <Description>Creates a observable property with a backing field.</Description>