|
|
-
|
|
Recently I stumbled upon a quiz question based on the meaning of "Lorem ipsum" - I knew this word but not it's meaning. So I got the answer wrong. After little bit of searching, I found that "Lorem ipsum" has no meaning! Publishers use this phrase to re......
|
|
-
|
|
While working on SAS I saw a good feature to select a column values from a table in textual format. Tried the same on MS Word and it works just the same.
[code]Col1 Col2 Col3
1111,2222,3333
1111,2222,3333
1111,2222,3333
[/code]
I wish to select ju......
|
|
-
|
|
ELMAH is an application-wide error logging package that is completely pluggable. It can be dynamically added to a running MVC application, or even all MVC applications on a machine, without any need for re-compilation or re-deployment.
Once ELMAH ha......
|
|
-
|
|
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......
|
|
-
|
|
I just came to know that "Hindi" is not india's national Language. Even according to constitution, there is no national language for India.
Article 343 of the constitution specifies that the official language of the India is Hindi in Devanagari scrip......
|
|
-
|
|
THE QUICK BROWN FOX JUMPS RIGHT OVER THE LAZY DOG
this sentence contain all 26 English alphabets like ABCD...
Thank You......
|
|
-
|
|
What would be the result of 0/0?
Arithmetically there can be many answers
1 When a numerator is 0, no matter what the denominator is, the result is 0
2 When a denominator is 0, no matter what the numerator is, the result is undefined because you ......
|
|
-
|
|
Take any number. Multiply it by 9. Sum the digits of the results until you get single digit. The result is always 9
[code]select 5*9, 184*9[/code]......
|
|
-
|
|
[code]
Alt+F1 sp_help
Ctrl+1 sp_who
[/code]
You can add custom query shortcuts through Options->Options menu.......
|
|
-
|
|
Suppose you are maintaining some notes in a notepad on a daily basis and you want to add current date and time whenever you finish so that you can keep track of when notes are added. While working in a notead, Press F5 and it will insert current date an......
|
|