Search Results

25
votes

How do I programmatically create a PDF in my .NET application?

Have you looked at http://sourceforge.net/projects/itextsharp/? I have used the Java version on a project and it worked wel …
-1
votes

Do sealed classes really offer performance Benefits?

@Vaibhav, what kind of tests did you execute to measure performance? I guess one would have to use Rotor and to drill int …
3
votes

Reading Excel files from C#

Here's some code I wrote in C# using .NET 1.1 a few years ago. Not sure if this would be exactly what you need (and may not be my best code :)). using System; using System.Data; usi …
1
vote

rss parser in .net

You may want to look at Argotic too - http://www.codeplex.com/Argotic I have used Argotic during .Net 1.1 when the Syndication …