.NET news » Search results

Search results for query "orm" (111):

Wizard Form Implementation

Create a dynamically resizable wizard form
2010-06-24 06:46:00   Source: Wizard Form Implementation   Tags: Examples GUI

Thread Performance: Resource Contention Concurrency Profiling in Visual Studio 2010

Visual Studio 2010 includes new resource contention profiling features that help detect concurrency contention among threads. We walk through a profiling investigation to demonstrate how you can pinpoint and fix resource contention problems in your code.

GMap.NET - Great Maps for Windows Forms and Presentation

GMap.NET is a powerful, free, cross platform, Open Source .NET control. It enables the use of routing, geocoding, and maps from Google, Yahoo!, OpenStreet in Windows Forms and Presentation, and supports caching!

Programming Microsoft Agent in Windows Forms

Microsoft Agent is an unprecedented technology to create innovative, new conversational interfaces for applications and Web pages. It provides powerful animation capability, interactivity, and versatility, with incredible ease of development. Microsoft Agent is a technology that provides a foundation for more natural ways for people to communicate with their computers. It is a set of software services that enable developers to incorporate interactive animated characters into their applications and Web pages. These characters can speak, via a Text-to-Speech (TTS) engine or recorded audio, and even accept spoken voice commands. Microsoft Agent empowers developers to extend the user interface beyond the conventional mouse and keyboard interactions prevalent today. Enhancing applications and Web pages with a visible interactive personality will both broaden and humanize the interaction between users and their computers. There are a limitless number of roles and functions that developers can create for these personalities to perform
2010-05-06 08:48:00   Source: Programming Microsoft Agent in Windows Forms   Tags: Examples Multimedia

How to Access and Encrypt Your Files via Windows Forms

The purpose of this article is demonstrate how to build a Windows Forms application that encrypts files through the use of the RijndaelManaged class, a symmetric algorithm, which is used to encrypt and decrypt data by using its automatically generated Key and IV. Encryption involves the creation of a cipher (an algorithm) that takes data and a generated key as its input. The algorithm will behave in accordance with the length of the key. A symmetric algorithm is one that uses the same key to both decrypt and encrypt the data file. In our case, we will use the RSACryptoServiceProvider, an asymmetric algorithm, to encrypt and decrypt the key to the data encrypted by RijndaelManaged…

WinForms WebBrowser + HTTP Server

A tiny HTTP server wrapped in a WebBrowser control
2010-04-18 15:30:00   Source: WinForms WebBrowser + HTTP Server   Tags: Internet

How to Avoid the Top Five SharePoint Performance Mistakes

SharePoint is without question a fast-growing platform and Microsoft is making lots of money with it. It’s been around for almost a decade and grew from a small list and document management application into an application development platform on top of ASP.NET using its own API to manage content in the SharePoint Content Database.

Over the years many things have changed – but some haven’t – like – SharePoint still uses a single database table to store ALL items in any SharePoint List. And this brings me straight into the #1 problem I have seen when working with companies that implemented their own solution based on SharePoint…

Workspace Template Manager for Team Build to intelligently update workspace information at the right time across builds in Team Foundation Server

Workspace Template Manager for Team Build to intelligently update workspace information at the right time across builds in Team Foundation Server
2010-04-12 08:40:00   Source: Workspace Template Manager for Team Build to...   Tags: Build

Tom's Halls - A JavaScript Platform Game Engine

A 2D platform game engine using JavaScript DOM manipulation and CSS
2010-04-08 19:56:00   Source: Tom's Halls - A JavaScript Platform Game Engine   Tags: Graphics ASP.NET

A small ADO.NET library with some ORM capabilities

Basic CRUD methods with some other interesting features
2010-04-05 17:14:00   Source: A small ADO.NET library with some ORM capabilities   Tags: Database
« Previous123456789101112Next »