¡@

Home 

c# Programming Glossary: www.codeplex.com

recommend a library/API to unzip file in C#

http://stackoverflow.com/questions/1023476/recommend-a-library-api-to-unzip-file-in-c-sharp

OpenSource SharpZipLib OR the less restrictive Ms PL http www.codeplex.com DotNetZip To complete this answer the .net framework has ZipPackage..

GetOpt library for C#

http://stackoverflow.com/questions/172443/getopt-library-for-c-sharp

Parsing HTML to get content using C#

http://stackoverflow.com/questions/2038104/parsing-html-to-get-content-using-c-sharp

questions 2038104 use the html agility pack http www.codeplex.com htmlagilitypack HtmlDocument doc new HtmlDocument doc.LoadHtml..

WebBrowsing in C# - Libraries, Tools etc. - Anything like Mechanize in Perl?

http://stackoverflow.com/questions/2149867/webbrowsing-in-c-sharp-libraries-tools-etc-anything-like-mechanize-in-perl

and WebBrowser Control . Parsing HTMLAgilityPack http www.codeplex.com htmlagilitypack Web App Testing WatiN Web Application Testing..

Is there any way to automate windows forms testing?

http://stackoverflow.com/questions/25343/is-there-any-way-to-automate-windows-forms-testing

tests share improve this question Check out http www.codeplex.com white and http nunitforms.sourceforge.net . We've used the White..

Adding scripting functionality to .NET applications

http://stackoverflow.com/questions/260/adding-scripting-functionality-to-net-applications

is a Lua compiler for .NET available from CodePlex http www.codeplex.com Nua That codebase is a great read if you want to learn about..

Get Data From An Uploaded Excel File Without Saving to File System

http://stackoverflow.com/questions/262341/get-data-from-an-uploaded-excel-file-without-saving-to-file-system

probably parsing using BIFF specs . Here's the link http www.codeplex.com ExcelDataReader Here's a code sample ASP.NET Declarative asp..

Managing wireless network connection in C#

http://stackoverflow.com/questions/285665/managing-wireless-network-connection-in-c-sharp

share improve this question This should work http www.codeplex.com managedwifi This might not be ideal you have XP which is good..

How scalable is System.Threading.Timer?

http://stackoverflow.com/questions/31581/how-scalable-is-system-threading-timer

is available. You can use this tool to get it all http www.codeplex.com NetMassDownloader Unfortunately in this specific case a lot..

Enterprise Library Unity vs Other IoC Containers

http://stackoverflow.com/questions/411660/enterprise-library-unity-vs-other-ioc-containers

can be negated by using the CommonServiceLocator http www.codeplex.com CommonServiceLocator That leaves us with initialization which..

Get SSID of the wireless network I am connected to with C# .Net on Windows Vista

http://stackoverflow.com/questions/431755/get-ssid-of-the-wireless-network-i-am-connected-to-with-c-sharp-net-on-windows

I can get or should I use something else Managed WiFi http www.codeplex.com managedwifi The method that exploits WMI works for Windows XP..

Where can I find a free masked TextBox in WPF?

http://stackoverflow.com/questions/481059/where-can-i-find-a-free-masked-textbox-in-wpf

you will find what you need in this control library http www.codeplex.com WPFDeveloperTools Look for 'FilteredTextBox' amongst all the..

Good crash reporting library in c# [closed]

http://stackoverflow.com/questions/49224/good-crash-reporting-library-in-c-sharp

improve this question Try out 1 Exception Reporter http www.codeplex.com ExceptionReporter 2 Bug Trap http www.codeproject.com KB applications..

How do I get the available wifi APs and their signal strength in .net?

http://stackoverflow.com/questions/496568/how-do-i-get-the-available-wifi-aps-and-their-signal-strength-in-net

It is a wrapper project with managed code in c# at http www.codeplex.com managedwifi It supports Windows Vista and XP SP2 or later version..

using c# .net librarires to check for IMAP messages from gmail servers

http://stackoverflow.com/questions/545724/using-c-sharp-net-librarires-to-check-for-imap-messages-from-gmail-servers

The URL listed here might be of interest to you http www.codeplex.com InterIMAP which was extension to http www.codeproject.com KB..

Read excel file from a stream

http://stackoverflow.com/questions/560435/read-excel-file-from-a-stream

It seems i found a soultion to the problem myself. http www.codeplex.com ExcelDataReader This library seems to work nicely and it takes..

Converting SVG to PNG using C#

http://stackoverflow.com/questions/58910/converting-svg-to-png-using-c-sharp

your needs if that is your problem Original Project http www.codeplex.com svg Fork with fixes and more activity added 7 2013 https github.com..

HTML Agility pack - parsing tables

http://stackoverflow.com/questions/655603/html-agility-pack-parsing-tables

How about something like Using HTML Agility Pack http www.codeplex.com htmlagilitypack HtmlDocument doc new HtmlDocument doc.LoadHtml..

How do I work with dial-up (RAS) connections in Windows using C#/.NET?

http://stackoverflow.com/questions/722805/how-do-i-work-with-dial-up-ras-connections-in-windows-using-c-net