Thursday, April 7, 2011
Thursday, March 24, 2011
How to find time difference between two dates in oracle.
Thursday, March 10, 2011
How to create a border with different images in css3.
Tuesday, March 8, 2011
One of the best tech videos that I have seen.
This is the best tutorial to learn a lot of stuff.
http://www.asp.net/mvc/tutorials
Thursday, March 3, 2011
Thursday, February 24, 2011
Free profiling tool for .net
While working with EF today, I was going through blogs and EF performance issues. I stumbled upon a open source performance profiler called slimtune.
http://code.google.com/p/slimtune/
I will check it and post an update. I dont have to buy ants profiler.
Wednesday, February 23, 2011
How to enable CSS 3.0 Intellisense in vs2008.
To enable css 3.0 you need to find the key "{A764E895-518D-11d2-9A89-00C04F79EFC3}"
Note: You may many matching keys but look for the one which shows schemas
Add a new key Schema 5 and add 2 string values File and Friendly name and set the values to
css30.xml and CSS 3.0.
Now take the css30.xml and copy to the folder below.
C:\Program files\Microsoft Visual Studio 10.0\Common7\Packages\1033\schemas\CSS
Download the xml here (For some reason it is not allowing me to add the css30.xml).
Close your visual studio and open it. when you open a css file it should pull the drop down with friendly name.
Now you don't see an error under border-radius.
