0
votes
Why does System.Net.Mail fail where System.Web.Mail works.
It looks like System.Web.Mail is an older, deprecated, mail library. See systemnetmail for details. Use it only if yo …
7
votes
Best Server-side .Net PDF editing library
Have a look at iTextSharp. iTextSharp is a port of the iText , a free Java …
1
vote
1
vote
2
votes
Can I automate creating a .NET web application in IIS?
You can look inside the Cassini Sample Web Server (comes with source):
The ASP.NET Cassini Web Ser …
0
votes
logging for web application
You can get some pointers from answers to a previous question: what is the best way to wri …
5
votes
Best Open Source Content Management System for ASP.NET in C#
Have a look inside N2. N2 is a lightweight CMS framework, Developers benefit from a programmer …
0
votes
Asp.net - what are the best latest tools /frameworks, etc to look at . . .
In case you've overlooked it, The AJAX Control Toolkit -
addresses three needs. First it gives website …
0
votes
ASP.NET wiki with AD authentication
The N2 Open Source ASP.NET CMS is a lightweight CMS framework to help you build great web sites that anyone can update. It contains a package …
0
votes
4
votes
Whats the best CMS/Website Starter kit for my project?
Since this question is tagged .NET, take a look at N2 -
N2 Open Source ASP.NET CMS
N2 …
0
votes
What options do I have available in C# asp.net to draw charts on websites?
If you are ready for some Ajax, look at the way SO draws the reputation chart. The tool is a Jquery extension named …
0
votes
Why is this appearing in my c# strings: £
Note that %a3 cannot be encoded in ASCII (7 bit, Basic Latin).
The …
0
votes
MVC or Webform Architecture for new site
There is a herding code podcast from May 13 on the subject.
Herding Code 47: Joe Brinkman on Webforms vs ASP.NET MV …
1
vote
How can I emulate End Process Tree in C#/.Net
On an earlier occasion, process-tree question, the SO community did not vote up any answer. Good luck this time!
…
