Eric J. Smith's Weblog
CodeSmith, .NET, etc...
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
.NET
CodeSmith
Community News
General
General Software Development
Visual Studio
Navigation
Home
Blogs
Archives
November 2011 (1)
September 2011 (1)
August 2011 (1)
July 2011 (1)
March 2011 (1)
February 2011 (1)
January 2011 (1)
September 2010 (1)
July 2009 (1)
November 2006 (1)
October 2006 (2)
May 2006 (1)
April 2006 (1)
March 2006 (1)
February 2006 (1)
January 2006 (1)
October 2005 (1)
September 2005 (1)
August 2005 (5)
July 2005 (9)
June 2005 (12)
May 2005 (2)
April 2005 (4)
March 2005 (7)
September 2004 (2)
August 2004 (2)
July 2004 (2)
June 2004 (5)
May 2004 (3)
March 2004 (3)
February 2004 (4)
January 2004 (1)
November 2003 (2)
October 2003 (2)
September 2003 (3)
August 2003 (2)
July 2003 (10)
June 2003 (9)
May 2003 (10)
April 2003 (7)
March 2003 (7)
February 2003 (4)
January 2003 (1)
.NET
ASP.NET
GotDotNet
CodeSmith
Download
CodeSmith
June 2004 - Posts
1
Comments
Whidbey Beta 1 and Yukon Beta 2 to ship at Tech-Ed Europe?
by
ejsmith
It's looking more and more like we will finally see the long awaiting betas for Whidbey and Yukon this week. Beta 1 of Whidbey and Beta 2 of Yukon to ship at Tech-Ed Europe? The blogosphere is absolutely exploding with news that Beta 1 of Visual Studio...
Filed under:
.NET
0
Comments
Delegate-Based APIs
by
ejsmith
Generics and Anonymous Methods/Delegates make up a powerful pair that can be used to create elegant query APIs. Here are some that we just added to the .NET Framework’s Collection libraries. I used List<T> to illustrate the APIs but most of...
Filed under:
.NET
1
Comments
CodeSmith - Strongly-typed ArrayList collection template for VB.NET
by
ejsmith
I've completed the conversion for the ArrayList.cst and IList.cst C# source files distributed with CodeSmith to VB.NET (all 2752 lines of it ;-) ). Assuming I don't have any conversion bugs left it in (I've done some testing and it's working great for...
Filed under:
CodeSmith
4
Comments
Top 10 Must-Have .NET Tools Every Developer Should Download Now
by
ejsmith
In the latest issue of MSDN magazine there is an article titled “Top 10 Must-Have .NET Tools Every Developer Should Download Now“. Here is a list of the tools: NUnit to write unit tests NDoc to create code documentation NAnt to build your...
Filed under:
CodeSmith
,
.NET
0
Comments
Hanselman on Layered Architecture
by
ejsmith
Amen brother! http://www.hanselman.com/blog/CommentView.aspx?guid=a0a65e0c-5ef8-41e4-a566-1739b4428aa5
Filed under:
.NET
More Posts