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

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. 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

  4. SOAPServiceApiDotnet8 SOAPServiceApiDotnet8 Public

    SOAP service implementation and consume example in .Net 8

    C#

  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. DevExpress XPO v23.2.6 Migrate Datab... DevExpress XPO v23.2.6 Migrate Database - Create Scheme in .Net 6/7/8/9
    1
    [Persistent(nameof(BaseAuditableDataObject))]
    2
    public abstract class BaseAuditableDataObject : BaseDataObject
    3
    {
    4
        public BaseAuditableDataObject()
    5
        {