Programming Blog
(Move to ...)
Programming Blogs
Health Blogs
▼
(Move to ...)
Home
▼
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...
How to remove Workspace in TFS 2010-2018
›
This solution Works for TFS 2010+ . Open Visual studio Command prompt and run the following script. tf workspace /delete /server:[Site:Port/...
Use log4net for all logging in c# application
›
Exception logging is hugely important within an application, not just to ensure we know when an error has occured but also to help use trace...
Create XML from class or Object in C-Sharp
›
function to serialize object to xml in c# public static string SerializeObjectToXML(object item) { try { ...
Powershell script to create OS disk in azure from storage account blob image file (vhd)
›
Powershell script to create OS disk in azure from storage account blob image file (vhd) #Provide the subscription Id where Managed Disks wil...
Solution to the CORS issue
›
CORS:Cross-Origin Resource Sharing In the web.config file, add the following: < system . webServer > <httpProtocol> ...
Convert Premium SSD to Standard HDD in Azure
›
Powershell script to convert Premium SSD disk to standard HDD # Name of the resource group that contains the VM $rgName = 'MYResourceGr...
‹
Home
View web version