ASHISH SRIVASTAVA
(Move to ...)
▼
Thursday 5 August 2021
विश्व का सबसे बड़ा और वैज्ञानिक समय गणना तन्त्र
›
विश्व का सबसे बड़ा और वैज्ञानिक समय गणना तन्त्र (ऋषि मुनियों द्वारा किया गया अनुसंधान) ■ काष्ठा = सैकन्ड का 34000 वाँ भाग ■ 1 त्रुटि = सैक...
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...
‹
›
Home
View web version