|
|
-
|
|
According to MSDN
"***A Windows PowerShell drive is a data store location that you can access like a file system drive in Windows PowerShell***."
You can use the Power of PS to create drives like ( within Windows PowerShell)
- file system drives (in...
|
|
-
|
|
In general the package will be validated during design time itself. However, we can control this behavior by using "Delay Validation" property.
Default value of this property is false. It means that all actions taking place on the designer pane will b...
|
|
-
|
|
Recently in Pass Summit 2011, Microsoft announced their new project codenamed "Data Explorer", which can be used to manipulate data from multiple datasources. In these days, you might have data from multiple sources like spreadsheets, social networking,......
|
|
-
|
|
By default, the IE's security settings does not allow us to download files. To override it.
1. Go to, Tools > Internet options >
2. security > custom level.
3. you will see a "security settings - Internet zone" dialog. Scroll down and f......
|
|
-
|
|
Run this code and see the pattern matching in the result
[code]select
987654321987654321987654321987654321*3.0,
987654321987654321987654321987654321*9.0
[/code]......
|
|
-
|
|
select 259 *(your age)*39=?
it's magic......
|
|
-
|
|
I just learn from my favorite writer Scott Hanselman about MiniProfiler
MiniProfiler NuGet package is used for profiling page in MVC 3.0, and can Install using PM> Install-Package MiniProfiler.
You can start profiling by
[code]
protected voi......
|
|
-
|
|
Run this and see the similarities
[code]select 1,11*11,111*111,1111*1111[/code]
The result will always have odd number of digits and numbers produced as result are same when parsed from left to right or right to left......
|
|
-
|
|
following words contain five vowels
Education
Facetious
abstemious......
|
|
-
|
|
THE QUICK BROWN FOX JUMPS RIGHT OVER THE LAZY DOG
this sentence contain all 26 English alphabets like ABCD...
Thank You......
|
|