.NET news » Search results

Search results for query "System" (117):

Creating UI Automation Client Applications

Sometimes an application needs to interact with the user interface (UI) of a second application. The first application might be a test application that drives the UI of the target to run through some automated tests. It might describe the UI out loud, as an aid to users that are blind. It might be a speech application that allows users to give vocal commands. In each of these cases, the application needs a way to inspect and interact with the UI of the system and other running applications.

2008-10-27 19:00:00   Source: Creating UI Automation Client Applications   Tags: Testing

Exploring Tablet PC Application Deployment

You have decided to take the plunge and create a Microsoft Windows XP Tablet PC Edition operating system-aware application. This decision comes with a new set of requirements when it comes to enabling Tablet PC-specific features and deployment of your application. This article will take you through the process of creating a Tablet PC-aware application and deploying it in the enterprise.
2007-03-29 19:00:00   Source: Exploring Tablet PC Application Deployment   Tags: Tablet PC

How to Build Grammars for Speech-enabled Applications

Speech-enabled applications require specialized grammars that clearly define the types of input they're expected to parse and understand. Find out how to build grammars by walking through the process of building a grammar for an order status retrieval system that lets callers retrieve orders by voice.
2006-01-09 22:27:35   Source: How to Build Grammars for Speech-enabled Applications   Tags: Multimedia

Visual Studio Code Analysis

Visual Studio Team System 2008 now includes code analysis tools in the Development and Team Suite editions. Using the code analysis feature, your code for managed assemblies can be scanned to ensure compliance with standard programming and design rules.
2008-04-07 18:10:25   Source: Visual Studio Code Analysis   Tags: Visual Studio

Application Pool identity and Directory Security in IIS6

In today’s post I will describe different security settings of the application pool and the IIS6 directory. It’s not always easy to guess which permissions must be set on system folders and files in order to make the application run … Continue reading →
2012-08-18 12:04:00   Source: Application Pool identity and Directory Security in IIS6   Tags: Security

Using SQL Server Metadata and Statistics to Build a Table Explorer Application

Develops an analogy between database table and file directory information and argues that it could be very useful if it were possible to have a similar application to Windows Explorer for database tables. Demonstrates how to obtain the information from Sql Server system tables and dynamic management
2012-10-01 10:52:00   Source: Using SQL Server Metadata and Statistics to Build a Table...   Tags: Build

Online Article: ASP.NET 2.0 Web Part Infrastructure

Online Article: ASP.NET 2.0 Web Part Infrastructure

Web applications today do a number of things. They could be a banking site, a content management system, or a news Web site. In spite of the diversity of Web applications available today, it almost always makes sense to break a Web page into smaller, reusable widgets

2006-10-19 19:00:00   Source: Online Article: ASP.NET 2.0 Web Part Infrastructure   Tags: ASP.NET

Big Data Overview

Enterprises collect a wide variety of data in the form of text, audio, video, geospatial attributes, web, system and device logs, clickstreams, sensor readings, device outputs, link traversal logs from bots, crawlers, etc. In fact, about 90% of the data in the world has been created in the last few years. As hardware gets cheaper, more people have and use more devices and generate huge volumes of data which needs to be stored and analyzed to create value.

2012-06-26 18:00:00   Source: Big Data Overview   Tags: Multimedia

Developing Windows Vista Applications for the Ultra-Mobile PC (UMPC)

Growing up in the 80s, two of the concepts that drew me in to computer science were computers that were small enough to take with you (called "Luggables" then) and displays that were thin enough to hang on a wall. Technology has come a long way in that time-and the Ultra-Mobile class of personal computers that run the Windows Vista operating system is a great example of that progress. So what is a UMPC and why would I be interested in writing an application that is optimized for it?
2007-03-29 19:00:00   Source: Developing Windows Vista Applications for the...   Tags: Mobile

PSAM Control Library

PSAM Control Library is a WinForms library containing the IncipitViewer control for drawing musical notes which can be read from MusicXml file or added programmatically. The library was initially a component of larger software Polish System for Archivising Music but I thought it could be useful for other software developers so I decided to distribute it under BSD licence. PSAM Control Library is written in C# under Microsoft Visual Studio Express.
2010-06-13 03:39:00   Source: PSAM Control Library   Tags: Graphics