(Suprotim Agarwal) This article demonstrates how to populate an ASP.NET ListBox using data coming from a JSON Serialized ASP.NET Web Service. This article is a sample chapter from my EBook called 51 Tips, Tricks and Recipes with jQuery and ASP.NET Controls. The chapter has been modified to publish i
Tag: Development
Constructors and Value Types
(Ron Petrusha) A number of recent customer comments have made it clear that some confusion surrounds the use of constructors with value types. Most common are the complaints that we’ve failed to document a constructor for a particular value type. In one case, though, a customer asked that we remove
Visual Studio 2010 Extension Manager (and the new VS 2010 PowerCommands Extension)
(Scott Guthrie) Today’s blog post covers some of the extensibility improvements made in VS 2010 – as well as a cool new “PowerCommands for Visual Studio 2010” extension that Microsoft just released (and which can be downloaded and used for free).
ListView controls in .NET
(Rick Malek) This is the second half of our article on TreeView and ListView controls in .NET. The previous article dealt with the creation of the main window and the TreeView control. In this article we will expand the coding to utilize a ListView control. What we will be doing is presenting a dire
Building AJAX Based Navigation list in ASP.NET MVC and LINQ
(Devesh Kumar) In this article we are going to learn how to develop a custom HTML navigation helper for ASP.NET MVC. The navigation helper also demonstrates the use of ASP.NET MVC AJAX. The navigation from one set of result to another is done using AJAX. I have used VS 2008 and ASP.NET MVC 1.0.
jQuery Template Markup Language (JTML) AJAX Demo
(Ben Nadel) After publishing the jQuery Template Markup Language (JTML) project with a basic, single-page demo, I thought I’d put together a simple AJAX demo. In this example, the JTML template is still defined on the main page; but, the JSON data used to populate the template is being pulled down f
Design View Performance Improvements
(Dan Chartier) Hi, I’m Dan Chartier, I work on the Web Tools designer and helped improve its performance in Visual Studio 2010. For some background, Visual Studio 2008 completely replaced the original trident (Internet Explorer) designer with the FrontPage designer (which is also used by Expression
Visual Studio.NET 2010 at first glance
(John Charles Olamendy) As one member of the Microsoft Most Valuable Professinal (MVP) team and evangelist of Microsoft technologies, I’ve exploring Visual Studio.NET 2010 since its Beta stages over the past two years of the project. In this article, I want to write a Visual Studio.NET Quick Referen
ASP.NET 4.0 and the Entity Framework 4 – Part 4 – A 3 Layered Approach to the Entity Framework
(Vince Varallo) The previous 3 articles in this series showed you how easy it is to use the Entity Framework 4 to create a database, add, update, delete, and select records from tables, and also how to execute stored procedures.
Testing .NET Applications Using IronRuby
(Shay Friedman) IronRuby is a Ruby implementation that is written on top of the .NET framework. It runs on top of the DLR (Dynamic Language Runtime), the bridge between the .NET framework and the dynamic languages that are written on top of it.
