Programming Blog
(Move to ...)
Programming Blogs
Health Blogs
▼
(Move to ...)
Home
▼
Showing posts with label
visual studio
.
Show all posts
Showing posts with label
visual studio
.
Show all posts
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...
Monday, 7 September 2020
Unit test c#: Create Fake Httpcontext to bypass Null exception for User object
›
Microsoft Visual studio Test Framework Requirement: Nuget package Moq 4.13.0.0 (or later) Settings in visual studio: Menu->Tools->Op...
Wednesday, 5 August 2020
Read TFS Project name from TFS Project collection using c#
›
Using Team foundation api. References: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.T...
GIT - SSL certificate problem: unable to get local issuer certificate
›
Error encountered while cloning the remote repository: Git failed with a fatal error. unable to access ' https:// tfssite.company.com/ t...
Entity Framework Core with Existing Database
›
Entity Framework Core only supports code first database aproach. To use existing database, we'll need to reverse Engineer Model from ex...
Thursday, 16 July 2020
Add nuget packages to Artifacts in Azure devops
›
download latest nuget.exe from the nuget site. (google it) copy the nuget.exe in d: (any location is fine) Use visual studio -> Package m...
Friday, 26 June 2020
Fix for SSIS not picking correct configuration file
›
When there are more then one configuration file for a single package, the SSIS jobs sometimes do not automatically pick the correct configur...
›
Home
View web version