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

Block or report micheletolve

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

Hi there, I'm Michele 👋

  • 🔭 I’m currently working on a couple of interesting things
  • 🌱 I’m currently learning Angular and Microservices
  • 👯 I’m looking to collaborate with other developer in this Community
  • 💬 Ask me about anything related to
  • ⚡ Fun fact: I 🤍🖤 soccer

Pinned

  1. How to remove #cdata-section when co... How to remove #cdata-section when convert xml to json using Linq
    1
    string xml = '<Profile><First_Name><![CDATA[Luke]]</First_Name><Last_Name><![CDATA[Skywalker]]</Last_Name><guid><![CDATA[D521C0A3-B6BB-4EA0-AEC6-07860BFE9313]]></guid></Profile>';
    2
    string json = string.Empty;
    3
    
                  
    4
    if (!string.IsNullOrEmpty(response_xml))
    5
    {
  2. bash_profile backup bash_profile backup
    1
    #ABILITARE I COLORI
    2
    export CLICOLOR=1
    3
    export LSCOLORS=ExFxBxDxCxegedabagacad
    4
    
                  
    5
    #GESTIONE PS1
  3. dotnet CLI alias dotnet CLI alias
    1
    # https://github.com/dotnet-outdated/dotnet-outdated
    2
    # This is a continuation of the original dotnet-outdated tool created by Jerrie Pelser.
    3
    # If you already have the original dotnet-outdated tool installed you need to 
    4
    # run dotnet tool uninstall --global dotnet-outdated before installing this version.
    5