Tag: Development

Community

ASP.NET Code Debugging

(Assessino) There are several kinds of mistakes you can make when you coding, no matter how skilled you are. It can be very hard to track down the problem in your code. Fortunately the .NET Framework SDK includes a lightweight debugger that is perfectly suited for this task. Together with Tracing an

Community

Persisting State Information

(Bipin Joshi) In the previous lessons you developed HyperLinkGroup control. The control is working as expected but it has one limitation. It can’t retain its state information across post backs. For example, if you set the SourceFile property programmatically to some other XML file then across post

Community

Get RAD with ASP.NET Extensions

(Bill McCarthy) The ASP.NET 3.5 Extensions Preview gives you a first look at some interesting paths ASP.NET might take in the coming year. The download includes the ASP.NET Model-View-Controller (MVC), ASP.NET Dynamic Data and ADO.NET Data Services, as well as additions to AJAX and some Silverlight

Community

.NET Debugging Demos Lab 2: Crash

(Tess Fernandez) It was nice to see that so many people downloaded the demo site already and checked out the lab instructions for the first lab, and thanks to Pedro for pointing out that the original demo site required .NET Framework 3.5… I’ve changed it now so the one that you can download from t