Skip to content
View unseensenpai's full-sized avatar
😋
Keep Improving
😋
Keep Improving

Block or report unseensenpai

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 Loading

  1. OnionArchitectureApi OnionArchitectureApi Public

    Onion Architecture Template

    C#

  2. RestApiProject RestApiProject Public

    Api testlerini yaptığım proje.

    C#

  3. SOAPServiceApiDotnet8 SOAPServiceApiDotnet8 Public

    SOAP service implementation and consume example in .Net 8

    C# 1

  4. Yazar-Blog-Sitesi Yazar-Blog-Sitesi Public

    ASP.NET MVC Core ile yazar blog sitesi tüm katmanların bulunduğu toplu repository.

    HTML 1

  5. How To Register App.Config and appse... How To Register App.Config and appsettings.json -> Config Manager for .Net 6+ and ASP.NET Core 6+
    1
    <?xml version="1.0" encoding="utf-8"?>
    2
    <configuration>
    3
      <appSettings>
    4
        <add key="Bla:Foo:Zoo" value="SampleValue" />
    5
      </appSettings>
  6. Sonarcube Setup for Gitlab CI Sonarcube Setup for Gitlab CI
    1
    sonarqube-check:
    2
      image: mcr.microsoft.com/dotnet/core/sdk:latest
    3
      variables:
    4
        SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar"  # Defines the location of the analysis task cache
    5
        GIT_DEPTH: "0"  # Tells git to fetch all the branches of the project, required by the analysis task