Welcome to Office Zealot Sign in | Join | Help

Browse by Tags

All Tags » C#   (RSS)

Zipping/Unzipping Files in a C# Application

Recently, I wrote a web service that consumes XML and generates output (PDF) files. I used a component from tallPDF ( http://tallpdf.net/ ) to handle the PDF file creation (based on an XML template) and things worked great. However, we found that the
Posted by Mauro | 1 Comments
Filed under: ,

Authenticating the Current User in Active Directory

Anytime I can say "I can do that with one line of code!" I feel the need to share... I have a custom SharePoint web part that shows employee data in a datagrid. Recently, the client asked to have a couple of additional columns shown... only if the current
Posted by Mauro | 0 Comments
Filed under: , ,