My thoughts regarding ASP.NET, C#, programming practices, and more...
reading
You Should Read archives
blogs I read
|
Tuesday, August 09, 2005Helpful: C# to HTML; 101 VS 2005 Code Samples
C# Code Format
Content copyright ©2003-2006 Tod Birdsall
I was trying to find a tool to format C# source code into HTML to use in content pages. I came up with Jean-Claude Manoli's C# Code Format. The only drawback is that it needs to be updated to use the new VS 2005 color formatting. 101 Samples for Visual Studio 2005 "101 Samples, in both Visual Basic and C#, featuring many of the new features available with Visual Studio 2005 and the .NET Framework 2.0" The examples include: - Base Class Libraries - Data Access - Web Development - Windows Forms You can see a summary list of the examples and download them from Microsoft's website. |