Welcome to Windows Presentation Foundation (WPF)
Top Tasks :

WPF Community Bloggers

Wednesday, September 05, 2007 - Posts

  • [LINQ] NLinq: Pour disposer des fonctionnalités de LINQ avec .NET 1.1 et .NET 2 !

    Sébastien Ros vient de mettre à disposition, sur Codeplex, le projet NLinq, qui n'est rien d'autre qu'un Framework visant à réimplémenter les fonctionnalités de LINQ mais pour les framework .NET 1.1 et 2.0. "NLinq is a framework focusing on rei... Read More...
  • Silverlight 1.0 Final Release

    La versión final de Silverlight 1.0 ha sido liberada hoy junto a un nuevo refresh de Silverlight 1.1 y la versión final de Expression Media Encoder 1.0. También hoy se ha anuncio un acuerdo con Novell para dar soporte a Monolight, la implementación open source de Silverlight 1.0 y 1.1, que les da soporte y acceso a información de primera mano que les permitirá un desarrollo más rápido y una compatibilidad asegurada. A continuación les dejo algunos links con más información acerca de los anuncios y los links correspondientes a las descargas. Silverlight 1.0 Released and Silverlight for Linux Announced (Scott's Blog) Microsoft/Novell Collaboration on Silverlight (Miguel de Icaza's Blog) Microsoft Silverlight 1.0 Microsoft Silverlight 1.1 Alpha September Refresh Microsoft Expression Encoder 1.0 Read More...
  • Attempt at Simple WPF 3D Cell-Shading

    I received a recent query about cell-shading in WPF. Cell-shading is the technique of using just a few solid colors to imitate hand-drawn animation. The first idea that occurred to me was fiddling around with the Normals collection of a MeshGeometry3D by restricting it to just a few values. I derived from my TeapotMesh class (described here ) and reset all the items in the Normals collection to the closest vector among the group (1, 0, 0) , (–1, 0, 0) , (0, 0, 1) , and (0, 0, –1) . Then I aimed some directional light at (1, 0, –1) , and I rotated the teapot a bit relative to the light, and here's what it looked like: That result, although interesting in its own way, is only a very distant relative to this example shown in the Wikipedia article on cell shading : The problem, of course, is that the normals are vertex normals, and the surface of each pixel in each triangle in the mesh is shaded based on the averaqe of the shading at the triangle's vertices. (See Chapter Read More...
  • Summer Reading: “The History of Tom Jones, a Foundling”

    In 1747 and 1748, Samuel Richardson published his novel Clarissa , which I read earlier this summer . In 1749, Henry Fielding published The History of Tom Jones, a Foundling , which I just finished. It was a good three years for English literature. (The year 1748 also saw the publication of Tobias Smollett's Adventures of Roderick Random and David Hume's Enquiry Concerning Human Understanding .) Clarissa and Tom Jones are very different novels, and not just because Clarissa is a tragedy and Tom Jones is a comedy. The two works have entirely different narrative strategies. Clarissa is a series of letters that reveal the characters' personalities in extreme and often agonizing depth. Although Richardson obviously wrote every word of Clarissa , he masquerades as merely the "editor" of these letters and stays very much in the background, only showing up in occasional footnotes to clarify something, or to point out a connection the lazy reader may have missed. Fielding, on the other hand, is Read More...
  • [Silverlight] Comment débugger le code Javascript de votre application Silverlight ?

    Si vous avez déjà commencé à travailler avec Silverlight 1.1, vous avez sans doute remarqué une chose assez frustrante: il n'est pas possible de débugger le code Javascript et le code managé en même temps ! (ou, pour être exact, dans le même processus... Read More...
  • Is ASP.NET good enough for startup's

    James Avery has a link to Jeff Eaton post that asks "Why not ASP.NET [for startup's]?". Let's consider that if this is a cost thing then it's running Windows (costs) as opposed to Linux (free, unless your paying for support options but its relative). ASP.NET\Visual Studio Express (web edition and c# edition) are free. Jeff's remaining points can be addressed as Webform issues not ASP.NET issues, if your looking for Rails style in ASP.NET then projects like Castle MonoRail shoild be your first port of call. You can find all the power, flexability, community and all that Rails goodness and it's built onto of ASP.NET framework. To be fair to webforms, it's short comings are well know, it's product team is hard working in solving those problems and as a great community (which extends to the ASP.NET framework as a whole) of users and problem solvers\experts like the MVPs and ASP Insiders. To address problem 1, if you want to cut costs and run Linux you can still use ASP.NET using Mono. Mono Read More...
  • [Silverlight] La version finale de Silverlight 1.0 est disponible !

    Microsoft vient de mettre en téléchargement la version finale de Silverlight 1.0 (ainsi que Expression Encoder 1.0) De plus, Microsoft vient d'annoncer un partenariat avec Novell afin de fournir une implémentation de Silverlight pour Linux (Moonlig... Read More...

Copyright © 2006 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us