Programming Blog

▼
▼
Thursday, 16 May 2024

Ssh to linux machine without using password

›
To SSH connect to a linux machine, a raspberry pi in my example from a PC without using a username and password, you can set up SSH key-b...
Thursday, 1 December 2022

Generate SQL script from entity framework using powershell/visual studio

›
to run the below command , start PowerShell in visual studio. Select the database project. In PowerShell:   Script-Migration this command wi...
Monday, 28 November 2022

Adding custom prerequisite software to Visual studio installer project

›
 One of my application require asp.net runtime to be installed in the client system to run the application. Visual studio installer project ...
Thursday, 17 February 2022

Raspberry pi: how to find raspberry pi model details

›
In the raspberry pi console type:    pinout output: ,--------------------------------. | oooooooooooooooooooo J8 +==== | 1oooooooooooooo...
Wednesday, 29 September 2021

How to push changes to github after password authentication is deprecated

›
I tried to check-in some code to my github repository after more than 6 months today. I found that normal username and password for authenti...
Saturday, 11 September 2021

simple use of Record in c#9 and newer versions

›
 c# 9 introduces a new keyword Record which makes an object immutable. Properties in the record can be initialised at the time of creation o...

init only property in c#9 or later versions

›
 c# 9 introduces new Init-Only property that allow to make immutable properties in a class. This means the property with "init" ke...
‹
›
Home
View web version

About Me

Sushma
View my complete profile
Powered by Blogger.