Category Archives: Microsoft .NET C#

Csharp Version

Di seguito riportiamo le versioni di Microsoft C# e i rispettivi IDE che le supportano. Versione IDE C# 11 Visual Studio .NET 2022 (.net7) C# 10 Visual Studio .NET 2022 (.net6) C# 9 Visual Studio .NET 2019 (.net5) C# 8 … Continue reading

Posted in Microsoft .NET C#, Programming Languages | Comments Off on Csharp Version

DropDownList .NET with white background

Può essere utilile avere una dropdownlist in modalità di validazione dei dati, ma che sia presente sempre lo sfondo bianco. per rendere attiva la proprietà BackColor è necessario impostare se seguenti proprietà: DropDownStyle = DropDownList FlatStyle = Popup

Posted in Microsoft .NET C#, Microsoft .NET Visual Basic, Programming Languages | Comments Off on DropDownList .NET with white background

Decompiler software programs

Un utile programma per la decompilazione dei programmi .NET ILSpy https://github.com/icsharpcode/ILSpy vb decompiler https://www.vb-decompiler.org/products.htm

Posted in Microsoft .NET C#, Microsoft .NET Visual Basic | Comments Off on Decompiler software programs

Link .appref-ms ClickOnce

I file .appref-ms (Application Reference File) sono collegamenti per applicazioni Microsoft realizzate con tecnologia ClickOnce (.NET framework). Aprendo un file .appref-ms con un editor di testo, al suo interno vi saranno diversi parametri: un riferimento a un file .application e … Continue reading

Posted in Microsoft .NET C#, Microsoft .NET Visual Basic, Programming Languages | Comments Off on Link .appref-ms ClickOnce

Print ASCII characters

Funzioni per stampare i caratteri ASCII in diversi linguaggi di programmazione Java Esempio carattere gradi .NET Esempio Line Feed PHP Esempio Pipe

Posted in Java, Microsoft .NET C#, Microsoft .NET Visual Basic, PHP, Programming Languages | Comments Off on Print ASCII characters