Browse by Tags

16 January 2013
Visual Studio 2012 Debugger: Unable to start program ‘http://localhost/….’ The system cannot find the file specified.
I used to get this Error Message in Visual Studio 2012 when I was about the start debugging my MVC or any other art of Web Application under Internet Explorer as soon as I installed the first RTM version of Visual Studio 2012 and Windows 8, but I fixed it fast and I thought it is not that big deal to... Read More...
21 June 2010
Silverlight for Symbian - Beta
For all of you Nokia/Symbian Fans, today I found out (have no Idea how I missed this news) that there is a Silverlight Runtime Version for Symbian OS. This is still in Beta, but I found it cool and definitely something to try if you are going to do some Silverlight Apps for Windows Phone 7. More about... Read More...
03 June 2010
Silverlight for Windows Phone 7 Session at the TU Darmstadt
Today I spoken at the Visual Studio 2010 Launch Event at the Technical University in Darmstadt, Germany organized by my fellow Microsoft Student Partner Axel Schulz about Developing Applications with Silverlight for Windows Phone 7. This was my first Session as Microsoft Student Partner and it was a... Read More...
26 June 2007
Properly debugging the Javascript
When I started the Major Web Application Project more then a year ago, I would not even dream that I will spent so much time writing and debugging Javascripts. With the new "Web 2.0" era Javascript has become even more represented and important, as well as how to properly integrate Javascript... Read More...
14 May 2006
ASP CheckBox asp:CheckBox Component Attributes
As I was few days ago, trying to add some Attributes to the ASP .NET Components ( ListBox , CheckBox ...etc) from the Code Behind, I came to a very " funny " thing about how the ASP.NET is placing the Attributes to the Output HTML Code. If you have sample Default.aspx Page, with following lines... Read More...
05 April 2006
Debugging Javascripts in Visual Studio 2005
Most of you have probably already heard that in this version of Visual Studio (2005) it is possible ( but really possible ) to debug Javascripts. Well it is true, and to be honest it works pefect! It saved me a lot of time while writing many Javascript (espacially with AJAX or DOM), but there is one... Read More...