Dotnetscraps - dotnetscraps.com - .Net Scraps

Latest News:

PowerShell Tip #16 - DateTime ParseExact with multiple formats 30 Jul 2013 | 01:49 pm

This one bit me for a while! I had a text file with date time as one of the fields. I had to parse it appropriately, and there were certain “expected” formats. DateTime::ParseExact has an overload tha...

Chatwing 1 Jul 2013 | 08:26 am

A guest post by Aaron [from Chatwing] How Users Can Engage Properly with the Chatwing Chat App It is imperative that web traffic determines the real victory in online competition. Web traffic is depen...

PowerShell Tip #15 - Global Variables 24 Jun 2013 | 06:29 pm

Consider the following snippet and guess the output… $X = $False function SetX() { Write-Host "Before setting... x = $X" $X = $true Write-Host "After setting... x = $X" } function main() { Write-Hos...

PowerShell Tip #14–Get all IDs and URLs for SharePoint sites 24 Jun 2013 | 05:45 am

If you are interested in finding a list of all IDs and URLs of any web application in SharePoint, here is what you may do. get-spwebapplication http://sp2010 | get -spsite -limit all | get-spweb -limi...

PowerShell Tip #15 - Global Variables 20 Jun 2013 | 09:19 am

Consider the following snippet and guess the output… $X = $False function SetX() { Write-Host "Before setting... x = $X" $X = $true Write-Host "After setting... x = $X" } function main() { Write-Hos...

PowerShell Tip #14–Get all IDs and URLs for SharePoint sites 19 Jun 2013 | 08:35 pm

If you are interested in finding a list of all IDs and URLs of any web application in SharePoint, here is what you may do. get-spwebapplication http://sp2010 | get -spsite -limit all | get-spweb -limi...

PowerShell Tip #13 - Get Application Pool status remotely 11 Jun 2013 | 12:33 am

If you are in charge of an IIS server, one of the common issues you would have noticed is “Service Unavailable”. This is an outcome if the Application Pool is disabled, OR it crashed multiple times [d...

PowerShell Tip #13 - Get Application Pool status remotely 6 Jun 2013 | 03:23 pm

If you are in charge of an IIS server, one of the common issues you would have noticed is “Service Unavailable”. This is an outcome if the Application Pool is disabled, OR it crashed multiple times [d...

Logparser Scenario 10:Find out the count of an Event Log on a daily basis 2 Jun 2013 | 03:57 am

This post is a continuation of this article. Scenario 10: What if you see a specific Event log entry and want to check on which date it is happening? Is it happening every day, weekly, or what? The fo...

Logparser Scenario 10:Find out the count of an Event Log on a daily basis 28 May 2013 | 06:47 pm

This post is a continuation of this article. Scenario 10: What if you see a specific Event log entry and want to check on which date it is happening? Is it happening every day, weekly, or what? The f...

Related Keywords:

c# delegate, c# delegates, linq performance, http error 500.19 - internal server error, sample aspx page, enable keep-alive, enable keep alive, aspx sample code, iis 7.5 error 500.19, fancy bullets

Recently parsed news:

Recent searches: