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

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