![]() |
Tags | Domains | Searches | Statistics | Options | Advanced Search |
I Love C# - Oct 9, 2008
אחד הפרמטרים להצלחת הפרויקט של LINQ זה כמות ההרחבות שנוצרו לו. הבדיחה אומרת שיש LINQ to Coffee. אספתי רשימה חלקית של LINQ's. LINQ to Object LINQ to XML LINQ to DataSet LINQ to MS-SQL LINQ to Entity LINQ to XSD Linq To …
Also tagged: dev
I Love C# - Oct 7, 2008
בזמן האחרון אני עוזר ללקוח שלי לבנות מוניטור שמורכב מ-25 Views שמוצגים בו זמנית. ה- Views מצגים מידע טבלאי של 100K נתונים כל אחד, שמתעדכנים כל 3 שניות. כל View מיצג שאילתת LINQ מורכבת. הטכנולוגיה שאנחנו בודקים עכשיו …
Also tagged: wpf, dev, win forms, win forms 2 0
Gil Fink on .Net - Aug 20, 2008
Why Data as a Service isn't a Bad Idea Early this week I encountered the post " Why the Database as a Service is a Bad Idea " written by Arnon Rotem-Gal-Oz in DZone . The title caught my eye and I read the post. I must …
Also tagged: ajax, data access, miscellaneous, ado net, opinion, silverlight, ado net data services
Ido Flatow - Aug 20, 2008
I've received a couple of request to write some of my previous posts in English so that all other 99.7% of the developers community in the world which finds these subjects interesting can understand what I'm writing …
Also tagged: tips and tricks, entity framework, c 3 0, ef, lazy load
Gil Fink on .Net - Aug 15, 2008
Building a .Net Client for ADO.NET Data Service In the previous post about ADO.NET data services I introduced the data services topic and showed a simple example of how to build a data service . In today’s post I’m …
Also tagged: data access, net framework, c, ado net, dev, visual studio 2008, ado net data services
IHateSpaghetti {code} - Aug 15, 2008
I bring you the Aspects of Functional Programming in C# Presentation and Code Redux by Matthew. In this post Matthew publishes a lot of stuff available to you online to reach and "strengthen" yourself as a functional …
Also tagged: c, f, functional
Just code - Tamir Khason - Aug 11, 2008
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 …
Also tagged: asp net, visual studio, wpf, wcf, microsoft, performance, c, tools, download, web, promo, net 3 5, wpf crossbow
Guy kolbis - Aug 10, 2008
Microsoft had released an Alpha 0.2 for supporting LINQ To XSD. The LINQ to XSD technology provides .NET developers with support for typed XML programming. LINQ to XSD contributes to the LINQ project (.NET Language …
Ido Flatow - Aug 9, 2008
אחד מהדברים השימושיים ב-3.0 #C, אע"פ שהוא מעט הוזנח במצגות השונות, הוא עץ הביטויים (Expression Tree) שהוא הדבק שמחבר את Lambda Expressions ו-Linq. מאחר ובאמצעות Expression Tree אפשר לייצג ביטוי לוגי, מצאתי לו שימוש …
Also tagged: lambda, c 3 0, expression tree
ekampf 2.0 - Aug 5, 2008
I’ve been having mixed feeling for quite some time now regarding LINQ. Sure it can make working with data sources a lot easier and it can definately save a lot of code… But, what happens with the following C# foreach …
Also tagged: net