Browse by Tags
All Tags »
.NET »
C# (
RSS)
Last night I finished my 30th article on Eels: Creating Custom Configuration Sections In ASP.NET ... tell me what you think. It's funny, when I went to www.asp.net this morning I saw that Rob Meade (another author on Eels) got published on the front page...
I've just finished writing and publishing my latest article: Learn The Basics Of LINQ It usually takes about a month or so to show up on the front of ASP.net, so here's the abstract: "LINQ (Language INtegrated Query) is a powerful but misunderstood new...
I've taken a change from using 'inline-delegates' which were introduced in .NET 2.0 (in C# 2) to using Lambda expressions for those quick "one-liner" functions. The great thing is that you can do this in C# 3.0 or VB9 ! If you didn't already know, C#...
Thanks to the new language features such as LINQ, Extension Methods and Lambda in .NET 3.5, working with arrays is as easy as one line. Just by including a reference to the System.Linq namespace in your .Net 3.5 project you automatically get so much functionality...
Last night I attended the Sarasota .NET Developers Group monthly meeting and got to hear another great talk by Jonathan Carter (who has also spoken at the Tampa and Jacksonville code camps recently). Most of the talk was spent on LINQ, starting off with...
The new language feature (Extension Methods) brought to C# and VB.NET in Visual Studio 2008 (.NET framework 3.5) is a great tool to speed up validation routines. At first I didn't think that this feature would really be used a lot, but I'm really loving...
SingingEels.com has a custom article engine and a custom blog engine which, like many others, uses a database to store the entries, but accesses them through friendly "named" urls such as : http://www.singingeels.com/Articles/Custom_Controls_And_Control_Builders...
As I continue to use LINQ more and more, I'm learning some neat things that I never knew before (obviously)... so today's little "gotcha" was something that I found to be very insightful. Basically, without boring anyone with too many details, I made...
As I was writing my latest article for Eels ( Creating Your Own ListView Control ), and I was reflecting how similar controls (such as the Repeater) were made, I realized that there was some poor choices made in the 2.0 framework that were very nicely...
One of my biggest passions when it comes to programming has always been communication between computers (and networks), whether it be with raw communication with Sockets, Web Services, remoting or whatever. Just the thought of all that's going on behind...
More Posts