Ashutosh Nilkanth's .NET Blog
"Source Code is Free Speech"
-
PDF's on-the-fly and Code in Indigo
iText# (iTextSharp) is a port of the iText open source java library written entirely in C# for the .NET platform. iText# is a library that allows you to generate PDF files on the fly. It is implemented as an assembly. [via Jay R]
-
Refactoring with Whidbey or is it?!?!
-
SQL Server 2000 Reporting Services
Have you tried the beta release of SQL Server 2000 Reporting Services yet? If so, please leave a comment on what you think of it. How does it compare to Crystal Reports 9?
-
MySQL Gotchas
Anyone using MySQL as a primary or secondary database system must checkout the MySQL Gotchas (a list of features or functions which work as advertised - but not as expected).
-
.NET Tools and BizTalk
A friend from work sent me this list of Companion Tools for .NET development.
-
XAML Samples
Dino Esposito provides an overview of Longhorn, focusing on the build-once, deploy n-times application model. In addition, he discusses XAML, that's used to create UI elements, then presents some working samples.
-
Network Ports, LCIDs and SQL ParseName
Here's an Excel spreadsheet illustrating network ports used by Microsoft products. The spreadsheet shows what network ports are used by the system services utilized by the Microsoft Windows Server System products.
-
Whitepapers written by Googlers
Although not entirely related to .NET, Google Labs has a list of some really interesting whitepapers written by Googlers on stuff like Data Mining, Search Engine Design, Algorithms, File System Design, UI Design, Natural Language Processing and much more.
-
Faster Managed Code & Self-Installing Service
Jan Gray from the Microsoft CLR Performance Team wrote a while back on Writing Faster Managed Code: Know What Things Cost. A very nice article to read.
-
xp_dirtree and Dynamic Page Title
The xp_dirtree extended procedure in SQL Server (7.0 and 2000) will list the subdirectories in the specified directory. Usage: EXEC master.dbo.xp_dirtree 'C:\Windows'