Welcome to WindowsClient.net | My Blog | Sign in | Join

Community Blogs

Sponsors





  • advertise here

Browse by Tags

All Tags » LINQ (RSS)
AndAnd.NET
Sean Foy talks about his implementation of AndAnd (following the example of Ruby's Object#AndAnd ) using first LINQ AST and then later Monads . The discussion around Monads I found quite interesting. Read More...
New year – new blog or how to migrate Community Server to any other engine, supports XML-RPC
Please update your bookmarks, because the new url of this blog is http://khason.net/ (you have not update RSS feeds, it will be done automatically). Why I did it? Why I decided to go to “stand-alone”… Well. there are some reasons. Generally, I do not...
How to migrate from CS2007 to WordPress, Movable Type (or any other blog engine, supports XML-RPC) with C#
Today we’ll speak about migration from community server 2007 to another blog engine, when you have no access to CS and/or other database. Let’s set targets first: You want to migrate all posts You want to migrate all comments You want to transfer all...
[PDC] .NET Framework Overview & Apps for babies
Présentée par Scott Hanselman, cette session a été la plus intéressante de celle que j’ai vu lors de cette première journée car la plus fun (grâce au speaker) ! En effet, je ne savais pas trop à quoi m’attendre en y assistant et j’avais peur que cela...
[Architecture] Application Architecture Guide 2.0
Les équipes du groupe Patterns & Practices ont mis à disposition la 2ème version de leur guide d'architecture d'applications. Pour rappel, ce guide a pour objectif de vous permettre de bien mettre en place l'architecture et le design de...
Posted: Sep 12 2008, 02:01 PM by Thomas Lebrun
Filed under: , , ,
.NET 3.5 SP1 is RTM and available for download
For all those who asked, .NET 3.5 SP1 is final and available for download. What’s inside? ASP.NET Dynamic data Core improvements for CLR A lot of performance improvements in WPF ClickOnce enhancements ADO.NET with Data Services and Entity Framework LINQ2SQL...
Silverlight accessibility and CEO support for beta 2
Yesterday, beta 2 of Silverlight was officially announced in TechEd Orlando. There are a lot of interesting changes. One of most significant changes, I want to notice and accessibility support in Silverlight. See yourself (if you do not know what this...
Using Where and Group in Linq
I tried lots of Google time to find the answer to this and failed (my google searching may also suck :) so in trying to tie a Where and GroupBy together in a Linq query I used the following. var values = from p in tbl_data where p.some_other_value ==...
[.NET] La première Beta du SP1 de VS 2008 et du FX 3.5 est disponible !
Je ne surpris de ne pas encore avoir vu passer l'info sur les blogs de CodeS-SourceS mais bon, week-end prolongé oblige je suppose Quoi qu'il en soit, Microsoft vient de mettre en téléchargement la première Beta du SP1 de Visual Studio 2008 et...
WordML to FlowDocument – how to convert docx files to WPF FlowDocument
Recently we spoke about converting XPS files and FixedDocuments to FlowDocuments . It works, but there are lot of problems, due to fact, that FixedDocument (or XPS/PDF document) has less information, then the original file. Those files are, actually,...
Parallel programming? Well, it’s all about CPU affinity or how to set processor affinity in WPF
Parallel computing is very cool technology, that makes you able to leverage tasks between processors in your system. Today it’s already impossible to buy single processor computer – when you’ll buy new PC, you’ll probably get dual...
[Livre] "LINQ In Action", un livre pour tous les développeurs .NET 3.5 !
Je viens tout juste de terminer la lecture du livre "LINQ In Action" de Fabrice Marguerie, Steve Eichert et Jim Wooley Je dois admettre que je suis très impressionné par ce livre. Non pas par la le niveau technique du livre (je n'en attendai...
[LINQ] Les bonnes pratiques à appliquer lors de l'utilisation de LINQ
Microsoft vient de mettre à disposition, via le blog de Mircea Trofin, un ensemble de "Design Guidelines" pour LINQ (Language-Integrated Query). Autrement dit, il s'agit d'un ensemble de bonnes pratique à appliquer lorsque l'on doit...
Some new post-mix downloads
Today is download day at MSDN. There are some very interesting things published. New release of Windows SDK (new classes for WPF 3.5, bugs fixes, and enhanced support for Windows Server 2008, including speech, error reporting and UAC). Download it here...
How to: High performance graphics in WPF
Microsoft DPE : "WPF is ever best super performance oriented technology for creating hyper multi point graphs, using parallelism and huge in-memory persistence vector scrounged math distributed calculations... And ever more with branded new Microsoft...
Next page »