Wednesday, October 29, 2008

Microsoft Visual Studio 2010 Available For Download


Visual Studio 2010 and the .NET Framework 4.0 mark the next generation of developer tools from
Microsoft. Designed to address the latest needs of developers,
Visual Studio delivers key innovations in the following pillars:
  • Democratizing Application Lifecycle Management

  • Enabling emerging trends

  • Inspiring developer delight

  • Riding the next generation platform wave



For more information on Visual Studio 2010 and the .NET Framework 4.0 visit here

Courtesy




How To Block Back Button In Browser


<script type="text/javascript" language="javascript">
history.go(1);
</script>


Wednesday, October 22, 2008

How to Remove underline from hyperlink

a{ text-decoration: none; }


With Text Decoration


Without Text Decoration



Wednesday, October 15, 2008

How To Find the Time Difference Between Two Given Time


SELECT DATEDIFF(HOUR,'2008-10-14 18:30:32.800',getdate()) as TotalHours



Recent Post

 
Creative Commons License
Disclaimers:We have tried hard to provide accurate information, as a user, you agree that you bear sole responsibility for your own decisions to use any programs, documents, source code, tips, articles or any other information provided on this Blog.