Communautés

TwitterFacebook
Get flash to fully experience Pearltrees

Présentation d'ADO.NET Data Services - Club des décideurs et pro

http://morpheus.developpez.com/adodataservices/ Cet article a pour objectif de vous présenter ADO.NET Data Services, anciennement connu sous le nom de code « Astoria », dont le but est de permettre aux développeurs de requêter des sources de données exposées sur le Web. ADO.NET Data Services est un framework, respectant la technologie REST, permettant aux données d'être exposées, via le Web, comme un service flexible. Il est ainsi possible, lors de vos développements, de consommer ces données et cela au travers d'un réseau local ou d'Internet.
D'abord nommés Object d'automation OLE (Object Linking and Embedding) , puis COM (Component Object Model) , les ActiveX permettent à plusieurs programmes de dialoguer ensemble. Le dialogue se base sur un mode client/serveur, le serveur offre au client des contrats, avec une sémantique qu'il se doit de respecter. En 2002, Microsoft sort la première version de la Framework .NET qui, par rapport à la technologie COM, apporte des améliorations du référencement client avec une meilleure gestion de version. Actuellement, les assemblys .NET ne sont pas gérés par nos navigateurs Web. http://dung-tri.developpez.com/tutoriels/dotnet/activex-az-ie-com-interop/

Un activeX Dotnet en COM Interop de A à Z - Club des décideurs e

Les doublons sont des informations parasites qui polluent les données des bases. La plupart du temps ils sont générés lors des imports et fusions de données. Les doublons absolus sont des tuples strictement identiques. http://sqlpro.developpez.com/cours/doublons/

Les petits papiers de SQLPro - les doublons

http://www.codeplex.com/

CodePlex - Open Source Project Hosting

Picturethrill Downloads Picture of the Day from various sites and sets them as Wallpaper Desktop Background. Currently supported sites: Bing, NASA, National Geographic, and Earth Science. Use wonderful Sp...
Some slight improvements have been made to make for "prettier code", including using properties for certain image properties (such as width/height)

ImageMagick.NET

http://imagemagick.codeplex.com/
Many Windows C++ programmers get confused over what bizarre data type identifiers like TCHAR and LPCTSTR are. Here, in brief, I will try to clear... QxOrm C++ library: Persistence (based on QtSql Qt library) - Serialization (based on boost::serialization library) - Reflection (introspection) The course is devoted to creation of 64-bit applications in C/C++ language and is intended for the Windows developers who use Visual Studio... As a programmer, I can honestly say that I am lazy.

CodeProject

http://www.codeproject.com/
http://www.codeproject.com/Articles/41978/Using-ADO-NET-Data-Servics-in-Silverlight-3-and-ea We decided (well my boss decided :P ) that in our Silverlight app that we develop we should not waste time writing WCF services manually to interact with data. So we turned to ADO.NET Data Servics. I created a small Web App to host the ADO.NET Data Service which exposed the Entity Framework Model. All fine and dandy, being a bit pedant I created a very small console application just to add a service reference and test the data retrieval. All went well.

Using ADO.NET Data Servics in Silverlight 3 and eager loading pa

http://stackoverflow.com/questions/1876135/silverlight-event-mouseleftbuttondown-not-fired You are not serious! What happens if a user touches a cancel button on a large form? Just firing what is connected to the cancel button?? The magic has to do with focus-mechanism, coming from control. It will redirect all events to the focused element (in a static class deep in the framework). And on mousebuttondown, this focus is set via base.Focus();

Silverlight event MouseLeftButtonDown not fired - Stack Overflow

http://stackoverflow.com/questions/275098/what-applications-could-i-study-to-understand-datamodel-view-viewmodel

What applications could I study to understand (Data)Model-View-ViewModel? - Stack Overflow

I am still exploring these patterns myself, but I would point you to the Stock Trader reference implementation inside of Prism (aka the Composite Application Guidance for WPF). Prism calls the pattern 'Presentation Model'. You can find more info about Prism from Glenn Block's blog and Brian Noyes' blog . Here also, is the MSDN link to the Presentation Model in Prism . I know that Blend also uses the M-V-VM pattern extensively.
DotNetGuru

Windows TechInfo