.NET news » Search results
Search results for query "orm" (111):
Wizard Form Implementation
Create a dynamically resizable wizard form
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.
2010-06-06 19:00:00 Source: Thread Performance: Resource Contention Concurrency...
Tags: Debug
Performance
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!
2010-06-03 14:23:00 Source: GMap.NET - Great Maps for Windows Forms and Presentation
Tags: Components
Web Services
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…
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…
2010-04-23 04:32:00 Source: How to Access and Encrypt Your Files via Windows Forms
Tags: Examples
Security
WinForms WebBrowser + HTTP Server
A tiny HTTP server wrapped in a WebBrowser control
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…
2010-04-13 12:33:00 Source: How to Avoid the Top Five SharePoint Performance Mistakes
Tags: SharePoint
Performance
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
Tom's Halls - A JavaScript Platform Game Engine
A 2D platform game engine using JavaScript DOM manipulation and CSS
A small ADO.NET library with some ORM capabilities
Basic CRUD methods with some other interesting features


Syndicate