.NET news » Search results

Search results for query "Control" (238):

Git, from a Developer's Perspective

What is Git? Git is a content-addressable file system wrapped in a version control system.That may sound complicated, but code snippets sometimes speak louder than words:

2010-07-01 19:00:00   Source: Git, from a Developer's Perspective   Tags: Source Control

C# 4.0, the Dynamic Keyword and COM

Are you a Microsoft .NET Framework programmer who struggles with critical legacy applications using COM objects that are beyond your control? Dino Esposito shows how to lessen the burden by going dynamic.
2010-06-06 19:00:00   Source: C# 4.0, the Dynamic Keyword and COM   Tags: C#

.NET Building Blocks: Custom User Control Fundamentals

Find out the gritty details required to create, test, use, inherit, install, and distribute .NET User Controls of all types.

Inversion of Control/Dependency Injection with Repository Pattern, Fluent Nhibernate and LightCore Framework

Using IOC/DI and Repository Factory with LightCore
2011-08-04 10:11:00   Source: Inversion of Control/Dependency...   Tags: Components

Work Flow of Build Automation

Describes general processes of build automation using NAnt and Cruise Control
2010-11-24 01:14:00   Source: Work Flow of Build Automation   Tags: Components

Making Transparent Controls with C# and .NET 3.5

This article provides an approach to a Transparent Control that draws an ellipse with real transparent background and a brush that supports transparent colors.
2008-06-11 15:32:00   Source: Making Transparent Controls with C#...   Tags: GUI

Web UI Test Automation with the WebBrowser Control

Modal message boxes generated by a Web application pose a tricky problem for automated testing. We’ll show you a relatively simple technique for creating a test harness for these cases.

Line Graph Component in C#

Line graph is user control which can be integrated into Winforms. The X points are plotted against Y.
2011-10-27 08:35:00   Source: Line Graph Component in C#   Tags: C#

Controlling a SqueezeBox Server using C# (VS2010) - Part 1

This article describes how you can asynchronously control your SqueezeBox server
2010-11-06 14:56:00   Source: Controlling a SqueezeBox Server...   Tags: C#

GridView Enhancements and Fixes

Enhancements and Fixes that add features like more control over column widthes and preventing wrapping.
2008-06-23 08:51:00   Source: GridView Enhancements and Fixes   Tags: ASP.NET