|
|
-
At one point while debugging the HtmlConverter class , when I found certain situations in the XML, I wanted to dump the XML in binary to see the actual hex values of characters being used. I got tired of stopping and examining the values in the debugger. Read More...
|
-
I regularly use functional programming and LINQ in two contexts – when writing code that is part of an example or tool that will potentially execute millions of times, and when writing ad-hoc queries. These days, I use C# and LINQ as my ‘scripting language’, Read More...
|
-
Some time ago, I blogged about an approach for converting an XElement object to an XmlNode object , and vice versa. This is useful when you want to use a programming interface that takes and returns objects of type XmlNode, but you want to use the expressiveness Read More...
|
-
Recently, I had need for a new extension method for IEnumerable<T>, which I call "Rollup". This extension method is sort of a cross between the Select and Aggregate extension methods. Like Select, when using this extension method you write a lambda Read More...
|
-
This is the seventeenth in a series of posts on how to build a LINQ IQueryable provider. If you thought this series would last this long then you must have some eerie metaphysical powers of insight that go beyond mere blind faith in the gods of interwebs. So powerful, in fact, you may now be considered a threat to national security, since with all your witchery and kanoodling you might be secretly tapping the thoughts and provoking the actions of persons in higher office into doing unthinkable, irrevocable Read More...
|
-
Windows Azure, SQL Azure Database and related cloud computing topics now appear in this weekly series. Note: This post is updated daily or more frequently, depending on the availability of new articles in the following sections: Azure Blob, Table Read More...
|
-
Volta began life in 2007 as a Microsoft Live Labs’ incubator project from the Tesla group with two primary objectives: Declarative refactoring from single-tier to multi-tier applications Recompilation of MSIL code to JavaScript Following are earlier references Read More...
|
-
I need to write out some XHtml, and in several places, I want that XHtml to contain entities references. However, you can't simply write the entitle reference like this: XElement p = new XElement ( "p" , " Hello" ); Console .WriteLine(p); Read More...
|
-
Windows Azure, SQL Azure Database and related cloud computing topics now appear in this weekly series. ••• Update 10/31 and 11/1/2009: Soyatec: Windows Azure SDK for Java ; Gunnar Peterson: Thinking Person’s Guide to the Cloud (Parts 1 – 4) ; • • Update Read More...
|
-
Note: This post is updated weekly or more frequently, depending on the availability of new articles. Entity Framework and Entity Data Model (EF/EDM) Julie Lerman created a Screencast – What’s new in the Entity Data Model Designer in VS2010 and posted Read More...
|
-
Despite the lowly 38 authority reported for several days by the Technorati widget to the left, a visit to the OakLeaf Systems Site Details page on 10/24/2009 reveals Techorati Authority: 511 and membership in the TOP 100 INFOTECH group for the OakLeaf Read More...
|
-
Note: This post is updated weekly or more frequently, depending on the availability of new articles. Entity Framework and Entity Data Model (EF/EDM) Nikolaos Kantzelis dives into ASP.NET 4.0,SEO and meta tags in this 9/27/2009 post: I am thinking to create Read More...
|
-
Note: This post is updated daily or more frequently, depending on the availability of new articles. Entity Framework and Entity Data Model (EF/EDM) Julie Lerman warns Take Caution with WinForms DataGridView RowPrePaint in this 10/9/2009 post: The DataGridView’s Read More...
|
-
This is the sixteenth in a series of posts on how to build a LINQ IQueryable provider. If you have not read the previous posts you might try rolling into a ball and crying for momma. That’s right, reading on is as hazardous to your health as a skinned knee. Just be warned and have an anti-biotic on hand. ...( read more ) Read More...
|
-
Note: This post is updated daily or more frequently, depending on the availability of new articles. Entity Framework and Entity Data Model (EF/EDM) Julie Lerman ’s Follow up on last week’s Entity Framework Tips & Tricks webcast post of 9/3/2009 says: Read More...
|
|
|
|