Visual Studio Updates

Visual Studio Version Date Visual Studio 2019 16.2 2019 July Visual Studio 2019 16.1 2019 May Visual Studio 2019 16.0 2019 Apr Visual Studio 2017 15.9 2018 Nov Visual Studio 2017 = version 15Visual Studio 2019 = version 16 Source:

C# Hashtable Class

Represents a collection of key/value pairs that are organized based on the hash code of the key. Sources: https://docs.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=netframework-4.8

SSRS Expression

Field01 String Sum of Field01. If statement. Global Date Currency Switch Running Value https://docs.microsoft.com/en-us/sql/reporting-services/report-design/report-builder-functions-runningvalue-function?view=sql-server-2017 Bit Number

SSRS Report Data Panel

In Reporting Services Report Designer in SQL Server Data Tools (SSDT), the Report Data pane displays a hierarchical view of data objects that you can use in a report, including data sources, datasets, fields, parameters, and images. Data sources in this view can be embedded or references to shared data sources that are displayed in... » read more

Visual Studio: Build vs Rebuild

Build solution only builds those projects which have changed in the solution, and does not effect assemblies that have not changed, ReBuild first cleans, all the assemblies from the solution and then builds entire solution regardless of changes done.

Installing Services Application

Command Line Make sure you open up Command Prompt and run in administrator mode. App should now appear in Services. App should now be removed from Services. Batch File InstallMyAppAsService.bat UninstallMyAppAsService.bat Sources: https://docs.microsoft.com/en-us/dotnet/framework/tools/installutil-exe-installer-tool