😋
Keep Improving
Software Developer, Computer Engineer at Gural Porselen
-
Gural Porselen
- Turkey
- www.linkedin.com/in/saidgulmez
- @selmangulmez
Pinned Loading
-
-
-
SOAPServiceApiDotnet8
SOAPServiceApiDotnet8 PublicSOAP service implementation and consume example in .Net 8
C# 1
-
Yazar-Blog-Sitesi
Yazar-Blog-Sitesi PublicASP.NET MVC Core ile yazar blog sitesi tüm katmanların bulunduğu toplu repository.
HTML 1
-
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>
-
Sonarcube Setup for Gitlab CI
Sonarcube Setup for Gitlab CI 1sonarqube-check:
2image: mcr.microsoft.com/dotnet/core/sdk:latest
3variables:
4SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache
5GIT_DEPTH: "0" # Tells git to fetch all the branches of the project, required by the analysis task
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.