Contents tagged with .NET
-
CodeDomProvider - Targeting .Net 3.5
If your using a CodeDomProvider to compile code yourself programmatically in VS 2008, what version of the Framework is targeted?
-
Adventures in .NET 3.5 Part 4
This is the 4th part in a series. See Part1, Part 2 and Part3.
-
Adventures in .NET 3.5 Part 3
-
Adventures in .NET 3.5 Part 2 - Ruby Blocks
In my previous post, I talked about .NET 3.5 Extension Methods and ended by mentioning Ruby Blocks - because they are much admired. As one example in Ruby, one might output the sum of an array of numbers as follows ...
-
Adventures in .NET 3.5 Part 1
A "Print" To the Console
-
Number of Types/Methods in IronPython
Thomas and Oren recently showed a couple of scripts in PowerShell and Boo respectively that count the number of types and methods in mscorlib.
-
DDD and SOA Are Unrelated
There seems to be a lot of discussion these days regarding the relationship between DDD (Domain Driven Design) and SOA (Service Oriented Architecture).
-
XPO (ORM) vs ADO.NET?
I recently responded to a question on a newsgroup regarding what to use for persisting data - XPO (an Object/Relational Mapper (ORM) tool) or Microsoft's ADO.NET. The question was from a Delphi developer new to .NET. For posterity, I've included my response below.
-
SQL Express 2005 Remote Connections and Backups
SQL Server Express 2005 doesn't allow remote connections by default. Some simple instructions for allowing remote connections can be found at ... http://www.datamasker.com/SSE2005_NetworkCfg.htm.
-
Books and an Update to Fritz Onion's Classic
My favorite book on ASP.NET is without doubt Fritz Onion's Essential ASP.NET With Examples in C#, but I've been wondering about an update for 2.0. Looks like the answer is that he'll be co-authoring Essential ASP.NET 2.0 with Keith Brown - can't wait.