.NET news » Search results

Search results for query "Control" (238):

LightSwitch Security: Securing Access to LightSwitch Applications

Visual Studio LightSwitch is an exciting new product that helps developers quickly and easily build business applications. This article explores the challenge of securing three-tier applications and describes how developers can use the access control features in LightSwitch to secure their applications.
2011-09-25 19:00:00   Source: LightSwitch Security: Securing Access to LightSwitch...   Tags: Security

Internet of Things: Using Windows Azure Service Bus for ... Things!

In this second in a series of articles about the Internet of Things, you’ll learn how to leverage the Windows Azure Service Bus, not only to collect information from “things” but also to control them.

UI Frontiers: Silverlight, Windows Phone 7 and the Multi-Touch Thumb

The versatile, touch-enabled Thumb control is supported by Silverlight on both the Web and Windows Phone 7. We’’ll show you how to create a shared-code project for both platforms that uses Thumb for both mouse and multi-touch input.
2010-12-02 18:00:00   Source: UI Frontiers: Silverlight, Windows Phone 7 and the...   Tags: GUI

Group GridView Data

A custom GridView control which provides you an additional facility to group the data in gridview along with the facility to customise the Group Header and Group Footer
2010-10-05 07:05:00   Source: Group GridView Data   Tags: Components

Jigsaw Puzzle Game using Ajax Drag and Drop

This tutorial is intended to explains quickly how to implement Drag and Drop using ASP.NET 2.0 AJAX Futures November CTP.

To explain this technology I've created a simple project with a custom Ajax control that implement a Jigsaw Puzzle Game.

2008-03-30 08:31:00   Source: Jigsaw Puzzle Game using Ajax Drag and Drop   Tags: Ajax Examples

Master/Detail Using a Selectable Master GridView with a Details DetailView

The fiinal tutorial on master/detail reports. We'll look at how to display a list of products in a GridView where each row has a Select button. Clicking the Select button will display that product's details in a DetailsView control on the same page.
2007-02-08 14:10:10   Source: Master/Detail Using a Selectable Master GridView with a...   Tags: ASP.NET

Customize and Extend Windows Forms Controls

Everybody who writes native Windows applications knows that the Windows Forms controls provided by Microsoft are a great time-saver for oft-used interface components such as text boxes and drop-down lists. But sometimes we need a reusable form control that does things Microsoft hasn't pre-built for us. Learn to extend existing Windows Forms controls with custom functions that will save you time.

Team Foundation Service: Implementing Build Automation with Team Foundation Service Preview

Team Foundation Service Preview provides the ability to run builds entirely in the cloud. Here, the Visual Studio ALM Rangers show how to set up build automation on-premises for scenarios where the development team needs more control of the build machine than is available on Windows Azure.

Simplified MVVM: Silverlight 4 Video Player

This project demonstrates an implementation of the MVVM (Model-View-ViewModel) pattern to create a fully "Designable" Silverlight Video Player. This is not to be confused with a "Skinable" Video Player. A Skinable Video Player allows you to change the look and feel of the buttons that control the player. A Designable player allows a Designer to use ANY set of controls to implement the Video Player.
2010-04-12 08:21:00   Source: Simplified MVVM: Silverlight 4 Video Player   Tags: Silverlight

Using Custom Controls to Enhance LightSwitch Application UI

Developers of LightSwitch applications are not limited to the set of standard UI controls that come “out of the box.” If your application has specific requirements that are not covered by the standard control set, you can use third-party LightSwitch controls or use regular Silverlight controls (also called “custom controls”) to enhance your UI. In this article I will show you how to get started with custom controls and how to make custom controls and screens work together (interact).

2011-06-30 19:00:00   Source: Using Custom Controls to Enhance...   Tags: Silverlight