ASHISH SRIVASTAVA
(Move to ...)
▼
Wednesday 28 July 2021
Nomenclature Rules
›
Capitalization Rules The PascalCasing convention, used for all identifiers except parameter names, capitalizes the first character of each w...
Monday 19 July 2021
LDAP integration
›
LDAP stands for Lightweight Directory Access Protocol , and allows usage of single user account directory to login to various applications....
Monday 14 June 2021
Azure Active Directory single sign-on SSO (SAML Login)
›
Step 1: Open URL: https://portal.azure.com/#home Step2 : Click Manage Azure Active Director Step3: Click Enterprise Application Step 4: Ne...
Saturday 6 February 2021
List table triggers in SQL Server database
›
select schema_name(tab.schema_id) + '.' + tab.name as [table], trig.name as trigger_name, case when is_instead_of_trigger =...
Saturday 16 January 2021
Install windows service command line with different name
›
Install windows service command line with different name Install Service SC create MyService binPath= "MyService.exe" DisplayName=...
Tuesday 5 January 2021
SSRS export to excel/Pdf in console application in C#
›
SSRS ( SQL Server Reporting Services) export to excel in console application in C# Namespace: using RestSharp; using RestSharp.Authenticat...
Monday 9 November 2020
Try cleaning-up your local repository with
›
Try cleaning-up your local repository with: $ git gc --prune=now $ git remote prune origin git diff --name-only "@{3 days ago}" ...
‹
›
Home
View web version