(Zain Naboulsi) I thought it would be a good idea to talk about working with the Call Stack some more. Specifically, the option to show external code. Let’s start with the basics. When you are in break mode and you look at a “normal” call stack, this is what you will see:
Tag: Development
ASP.NET MVC 2.0 and AJAX Part 2
(Brian Mains) In this article, we are going to look at how you can utilize AJAX in your views, and utilize a concept called unobtrusive JavaScript to take advantage of a variety of situations. ASP.NET MVC provides AJAX features very easily as we previously saw, but this comes with a caveat, and it h
Top 7 Features of Visual Studio LightSwitch
(V.N.S Arun) Microsoft introduced LightSwitch applications very recently. It is integrated with Microsoft Visual Studio which can be a standalone on Visual Studio 2010 or could accommodate itself as a part of the normal Microsoft Visual Studio 2010 IDE. The LightSwitch applications are introduced fo
How to Rotate and Flip an Image in Windows Forms
(Ged Mead) You can’t always be sure that every image that the user opens in a PictureBox is going to have the correct orientation. To save them having to twist their necks sideways to see an image that’s the wrong way round, you can easily implement rotation options.
Accessing Server-Side Data from Client Script (Part 1)
(Scott Mitchell) When building a web application, we must decide how and when the browser will communicate with the web server. The ASP.NET WebForms model greatly simplifies web development by providing a straightforward mechanism for exchanging data between the browser and the server.
New Features ASP.NET 4.0
(Michael Bridge) ASP.Net 4.0 allows view state in a page to be more controllable from page to its child controls level. That is, view state of a control can be enabled or disabled irrespective of its parent control’s view state.
There’s only one ThreadExceptionHandler
(Simon Cooper) There can only ever be one Application.ThreadException handler. Yes, you read that correctly.
Breaking Out Of jQuery’s Each() Iteration Method
(Ben Nadel) In the past, I’ve talked about the beauty and the power of jQuery’s each() method for collection iteration. But, as awesome as it is, I still find myself falling back to for-loop iteration in cases where I might need to break out of a loop, mid-collection.
Display Scrollbars in Silverlight
(Mahesh Chand) When you create a Silverlight application using Expression Blend 4 or Visual Studio 2010, and run it, there are no scrollbars in the browser and you may not see your complete page.
Using Composed Javascript UI Controllers With DOM Augmentation
(Ben Nadel) Over the past couple of days, I’ve been iterating through examples of using composed Javascript UI controllers in order to help manage user interface interactions.
