Debugger Canvas For Visual Studio 2010

DevLabs realeased a new cool addin for Visual Studio Ultimate. Debugger Canvas is a new user experience for the debugger in Visual Studio Ultimate. It pulls together the code you’re exploring onto a
single pan-and-zoom display. As you hit breakpoints or step into code, Debugger Canvas shows just the methods that you’re debugging, with call lines and local variables, to help you see the bigger picture.

For more info Read http://msdn.microsoft.com/en-us/devlabs/debuggercanvas

Posted in Uncategorized, Visual Studio Tools | Leave a comment

Ubuntu 11:04 upgrade fails to start XWindow

I upgraded my Ubuntu 10.04 to 11.04. All went good but at the end to complete the process it restarted my computer and it did start well and halts in the Battery service…. i tried almost all option but nothing was working. So i have to do the following step to make it work

  1. Press Alt+F1 which will take you to the terminal  and log-in with your credentials
  2. sudo add-apt-repository ppa:gnome3-team/gnome3
  3. sudo apt-get update
  4. sudo apt-get dist-upgrade
  5. sudo apt-get install gnome-session
  6. sudo apt-get dist-upgrade
  7. sudo apt-get upgrade
  8. sudo apt-get install gnome-shell

For more information please go to askubuntu(how do i install the latest version of gnome 3)

Posted in Uncategorized | Leave a comment

Wcf Links

Wcf Performance

Posted in Uncategorized | Leave a comment

Links

Script Junk

10 list of the security flaws developers introduce into their software

Introducing OData
Data Access for the Web, the cloud, mobile devices, and more

Project Silk from patterns & practices, provides guidance for building cross-browser Web applications with a focus on client-side interactivity. These applications take advantage of the latest Web standards like HTML5, CSS3 and ECMAScript 5 along with modern Web technologies such as jQuery, Internet Explorer 9 and ASP.NET MVC3

HTML 5


Getting Started with HTML5

 

Posted in Script | Leave a comment

How to add the 3D animated HTML5 logo into your webpages

I was looking about the use of Canvas and it seems this the cool site for it http://www.kevs3d.co.uk/dev/

 
DDD NLayered .NET 4.0 Architecture Guide

Posted in Uncategorized | Leave a comment