.net

January 30, 2003 .net

Sam .NET Blog has changed locations and technology

From Sam Gentile: For people who were reading my .NET Radio Blog. I have moved to an ASP.NET based solution. The new location and feed are at: http://dotnetweblogs.com/sgentile/
January 28, 2003 .net

Editor for Web.Config files in ASP.NET

Here. From Jim Corbin: Hunter Stone has created a useful tool for managing one or multiple Web.Config XML files in an ASP.NET application.
January 24, 2003 .net

ASP.NET: Tips and Tricks

Here. From Ben Kohn: See demonstrations of a variety of useful techniques and approaches that can be leveraged to help build powerful ASP.NET Web applications and Web Services. Learn about: debugging, tracing, event logging, performance counters, error handling, Web form session state, sending email from, file upload and others.
January 22, 2003 .net

Free VS.NET Trial DVD

Here. If you haven't done .NET yet because your company hasn't upgraded to VS.NET or you don't want to spend the money if you're not going to like it, you can get a 60-day eval copy on this link in exchange for giving up some personal details.
January 22, 2003 .net

CodeSmith Integrated into VS.NET

Here. Eric Smith has integrated his CodeSmith code-generation tool directly into VS.NET. Very nice.
January 21, 2003 .net

Another C# Refactoring Tool

Here. A VS.NET add-in that provides the following C# refactoring operations: -Encapsulate Field -Extract Method -Inline Temp -Introduce Explaining Variable -Move Method new -Rename Field -Rename Method -Rename Property -Rename Local Variable -Rename Parameter -Replace Magic Number with Symbolic Constant -Replace Temp with Query It seems to be implemented in Java and then ported to .NET via J# and the web site has the coolest little visitor counter control.
January 21, 2003 .net

Talking C#/CLR with Microsoft

Here. An interview of Peter Hallam, the dev. lead for the C# compiler. Most of the interview covers stuff you're likely to already know, e.g. the design goals for C# and the CLR, etc, but Mr. Hallam does spend some time talking about generics and his opinion on mono (he likes it).
January 20, 2003 .net

COM & WinForms…Happy together?

Here. From Shawn Wildermuth: Chris has a new article up on http://ONDotNet.com on Hosting your Windows Forms controls in COM Containers? Wouldn't you love to use the DataGrid inside your MFC project?