Skip to content
View nrstnv's full-sized avatar
Block or Report

Block or report nrstnv

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
nrstnv/README.md
  • 👋 Hi, I’m @nrstnv
  • 👀 I’m interested in .NET, ASP.NET, Windows Communication Foundation (WCF), Back End Development and Infrastructure, SDLC in general
  • 🌱 I’m currently learning .NET
  • 💞️ I’m looking to collaborate on software development for Manufacturing Execution Systems (MES)
  • 📫 How to reach me ...

Pinned

  1. Git-Cheat-Sheet Git-Cheat-Sheet Public

    Forked from RehanSaeed/Git-Cheat-Sheet

    A cheat sheet for uncommon Git commands.

    PowerShell

  2. CN-EA5 CN-EA5 Public

    Fifth set of the tasks that I did during my studies for the C# .NET module at the Trier University of applied sciences

    C#

  3. Observer Pattern Example C# Observer Pattern Example C#
    1
    /// <summary>
    2
        /// Observer class
    3
        /// </summary>
    4
        abstract class Observer
    5
        {