For people who prefer using shortcuts whenever possible, Getting familiar with keyboard shortcuts not only help you get the work done faster, but also more efficient.
For people who prefer using shortcuts whenever possible, Getting familiar with keyboard shortcuts not only help you get the work done faster, but also more efficient.
For people who prefer using shortcuts whenever possible, Getting familiar with keyboard shortcuts not only help you get the work done faster, but also more efficient.
The following are Frequently Asked Questions on SCCM duirng an interview for Application Packaging/Deployment Position:
The question and answers are being collected from Various MSI blogs and Articles. My effort is confined to collecting as much material as possible from various sources and publishing it at once place.
The following are Frequently Asked Questions on SCCM duirng an interview for Application Packaging/Deployment Position:
The question and answers are being collected from Various MSI blogs and Articles. My effort is confined to collecting as much material as possible from various sources and publishing it at once place.
Users tend to click on buttons without changing anything on the page. This would cause unnecessary postback and load on the server. In this article, I am going to explain how to find out if user changed anything on the page. If he or she doesn’t, we stop page from being postback and display a [...]
Namespaces: Code: Usage:
Namespaces: Usage: PingServer(“www.google.com”)
This can be done using SQL Server application locks (sp_getapplock and sp_releaseapplock). However you need permissions for the account under which the stored proc is executed. The same functionality can be achieved using GLOBAL TEMPORARY TABLES. uspInsertProduct (Stored Proc) In the stored proc, we first check if the global temporary table exists. If it exists [...]