Tag: Development

Community

Tapping the Juice UI with ASP.NET

(Bipin Joshi) jQuery and jQuery UI are quite popular JavaScript libraries amongst ASP.NET developers. jQuery UI provides several widgets and plugins that help you develop professional looking websites quickly and easily. Though ASP.NET developers have been using jQuery UI in their websites, one down

Community

Integrating Bing Maps With WPF

(James McCaffrey) Released in January, version 1 of the Bing Maps Windows Presentation Foundation (WPF) Control allows you to integrate mapping functionality directly into WPF applications. The downloadable SDK, which contains the library binaries and programming reference, provides some good exampl

Community

Pager for ASP.NET MVC

(Keith Wood) I recently implemented a pager in ASP.NET MVC and thought it would be worth sharing. It uses fluent syntax – a technique I’ve not seen used much in MVC to solve similar problems so I thought I’d throw it out there! At first glance, MVC has a much more limited number of built in features