¡@

Home 

c# Programming Glossary: codeplex

Is there a BigFloat class in C#?

http://stackoverflow.com/questions/10359372/is-there-a-bigfloat-class-in-c

Microsoft released it under their BCL project on CodePlex. Not actually sure how or if it will fit your needs. It keeps..

How can I dynamically switch web service addresses in .NET without a recompile?

http://stackoverflow.com/questions/125399/how-can-i-dynamically-switch-web-service-addresses-in-net-without-a-recompile

dynamic will put an entry in your app.config. Here is the CodePlex article that has more information. share improve this answer..

How do I create 7-Zip archives with .NET?

http://stackoverflow.com/questions/222030/how-do-i-create-7-zip-archives-with-net

is not supported archive . 7zSharp Wrapper found on CodePlex this wraps the 7z exe LZMA SDK . I referenced the project from..

Creating T4 templates at runtime (build-time)?

http://stackoverflow.com/questions/2307567/creating-t4-templates-at-runtime-build-time

code in if blocks etc. The class library is released on CodePlex here CodePlex TextTemplate as well as on NuGet . The project.. blocks etc. The class library is released on CodePlex here CodePlex TextTemplate as well as on NuGet . The project comes with examples..

How do I serve up an Unauthorized page when a user is not in the Authorized Roles?

http://stackoverflow.com/questions/2322366/how-do-i-serve-up-an-unauthorized-page-when-a-user-is-not-in-the-authorized-role

in the following way download the MVC2 code from CodePlex and borrow the code for AuthorizeAttribute. Change the OnAuthorization..

Checked exception catching in C#

http://stackoverflow.com/questions/232318/checked-exception-catching-in-c-sharp

Embedding mercurial revision information in Visual Studio c# projects automatically

http://stackoverflow.com/questions/2386440/embedding-mercurial-revision-information-in-visual-studio-c-sharp-projects-autom

you. I've used the extension pack for MSBuild Available at CodePlex but the second task you need is something you could just as..

Adding scripting functionality to .NET applications

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

in games. There is a Lua compiler for .NET available from CodePlex http www.codeplex.com Nua That codebase is a great read if you..

C# Math calculator [duplicate]

http://stackoverflow.com/questions/2859111/c-sharp-math-calculator

Comparison of XSD Code Generators

http://stackoverflow.com/questions/386155/comparison-of-xsd-code-generators

the functionality that was listed above and a lot more the CodePlex page also has great examples of how the various options affect..

A full operating system in c#

http://stackoverflow.com/questions/4058876/a-full-operating-system-in-c-sharp

take a look at the Singularity project also available at CodePlex . It still has some native parts but very few of them. As far..

Introducing an IoC Container to Legacy Code

http://stackoverflow.com/questions/447715/introducing-an-ioc-container-to-legacy-code

in something like the CommonServiceLocator library on CodePlex would that be a reasonable approach What have other folks done..

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

easy to enhance. As a bonus it is free and open source on CodePlex. You can also find a nice blog post about how to go about implementing..

Licensing System for .NET [closed]

http://stackoverflow.com/questions/5132943/licensing-system-for-net

currently a freeware developer. I've listed a few apps on CodePlex but have yet to have someone contribute any significant amount..

C# Is there a LINQ to HTML, or some other good .Net HTML manipulation API?

http://stackoverflow.com/questions/542194/c-sharp-is-there-a-linq-to-html-or-some-other-good-net-html-manipulation-api

based I suggest researching the HTML Agility Pack from CodePlex. Note Html Agility Pack now supports Linq to Objects via a LINQ..

How can I Convert HTML to Text in C#?

http://stackoverflow.com/questions/731649/how-can-i-convert-html-to-text-in-c

EDIT I just download the HTML Agility Pack from CodePlex and ran the Html2Txt project. What a disappointment at least..

Does VLC media player have a C# interface?

http://stackoverflow.com/questions/7382793/does-vlc-media-player-have-a-c-sharp-interface

an .Net Interface to VLC . There is an implementation on CodePlex. DMediaPlayer Simple VLC frontend. Hope this is what you are..

NuGet Behind Proxy

http://stackoverflow.com/questions/9232160/nuget-behind-proxy

which I found in the comments to this discussion on CodePlex nuget.exe config set http_proxy http my.proxy.address port nuget.exe..

HtmlAgilityPack example for changing links doesn't work. How do I accomplish this?

http://stackoverflow.com/questions/1517804/htmlagilitypack-example-for-changing-links-doesnt-work-how-do-i-accomplish-thi

doesn't work. How do I accomplish this The example on codeplex is this HtmlDocument doc new HtmlDocument doc.Load file.htm..

Alternatives to System.Drawing for use with ASP.NET?

http://stackoverflow.com/questions/1528525/alternatives-to-system-drawing-for-use-with-asp-net

There is also an ImageMagick .Net development project on codeplex that wraps up everything for you. But it doesn't show active..

Syncing SQL Server 2008 Databases over HTTP using WCF & Sync Framework

http://stackoverflow.com/questions/1656652/syncing-sql-server-2008-databases-over-http-using-wcf-sync-framework

Used SqlExpressClientSyncProvider available from MSF's codeplex project site as Client Sync Provider Used SqlSyncAdapterBuilder..

Are there .NET Framework methods to parse an email (MIME)?

http://stackoverflow.com/questions/1669797/are-there-net-framework-methods-to-parse-an-email-mime

said no external libraries but I have a library posted on codeplex http mailutilities.codeplex.com MimeMessage msg new MimeMessage.. but I have a library posted on codeplex http mailutilities.codeplex.com MimeMessage msg new MimeMessage string stream or Byte It..

Argh! Why does System.Web.Mvc.HandleErrorInfo get passed to my views?

http://stackoverflow.com/questions/1997396/argh-why-does-system-web-mvc-handleerrorinfo-get-passed-to-my-views

share improve this question Here is an issue on codeplex explaining why that error occurs. share improve this answer..

How to generate barcode from a string using c#?

http://stackoverflow.com/questions/1998209/how-to-generate-barcode-from-a-string-using-c

try using the Barcode Rendering Framework available on codeplex In response to your updated question about detecting barcode..

How to compress a directory into a zip file programmatically

http://stackoverflow.com/questions/2498572/how-to-compress-a-directory-into-a-zip-file-programmatically

Single click edit in WPF DataGrid

http://stackoverflow.com/questions/3426765/single-click-edit-in-wpf-datagrid

override or implement this I've searched on google and the codeplex answer doesn't work for me. I'm pretty new to WPF and coding..

Using the Razor view engine in a different way

http://stackoverflow.com/questions/3808076/using-the-razor-view-engine-in-a-different-way

if this is possible UPDATE Ben and Matt made a project on codeplex http razorengine.codeplex.com c# asp.net mvc razor share.. Ben and Matt made a project on codeplex http razorengine.codeplex.com c# asp.net mvc razor share improve this question Warning..

Extracting files from a Zip archive programmatically using C# and System.IO.Packaging

http://stackoverflow.com/questions/507751/extracting-files-from-a-zip-archive-programmatically-using-c-sharp-and-system-io

Deserializing JSON when sometimes array and sometimes object

http://stackoverflow.com/questions/5224697/deserializing-json-when-sometimes-array-and-sometimes-object

The developer of JSON.NET ended up helping on the projects codeplex site. Here is the solution The problem was when it was a JSON..

Converting SVG to PNG using C#

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

designed to allow SVG files to be used on the web on codeplex that might suit your needs if that is your problem Original.. needs if that is your problem Original Project http www.codeplex.com svg Fork with fixes and more activity added 7 2013 https..

how to create and download excel document using asp.net

http://stackoverflow.com/questions/643643/how-to-create-and-download-excel-document-using-asp-net

to excel document etc i'm searching a simple solution on codeplex right now i will let you know. c# asp.net excel openxml spreadsheet..

How to change the color of progressbar in C# .NET 3.5?

http://stackoverflow.com/questions/778678/how-to-change-the-color-of-progressbar-in-c-sharp-net-3-5

High performance graphics using the WPF Visual layer

http://stackoverflow.com/questions/8713864/high-performance-graphics-using-the-wpf-visual-layer

a look at the WriteableBitmapEx open source project on codeplex. Disclosure I have contributed to this once but it is not my..

Is there TryResolve in Unity?

http://stackoverflow.com/questions/878994/is-there-tryresolve-in-unity

improve this question This has been an issue on the codeplex site you can find the code here look at the bottom of that thread.. they have made an extension method...very handy http unity.codeplex.com Thread View.aspx ThreadId 24543 and the you can use code..

Unable to connect to ASP.Net Development Server issue

http://stackoverflow.com/questions/990033/unable-to-connect-to-asp-net-development-server-issue

to ASP.Net Development Server issue I am debugging codeplex simple project . I am using VSTS 2008 C# Windows Vista x86 Enterprise... Vista x86 Enterprise. I have not modified any code of this codeplex project and just press F5 to run VideoPlayerWeb project. The..

WPF in kiosk mode - taskbar troubles

http://stackoverflow.com/questions/1808505/wpf-in-kiosk-mode-taskbar-troubles

Free Barcode API for .NET [closed]

http://stackoverflow.com/questions/2043341/free-barcode-api-for-net

SVN Libraries for .NET?

http://stackoverflow.com/questions/211765/svn-libraries-for-net

It moved to SharpSvn after that. The IronSvn project on Codeplex closed down. It suggests using SharpSvn . Svn# and its 2.0 successor..

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

question I found a great lightweight open source API on Codeplex for doing this called ExcelDataReader. It can transform an input..

Memcached with Windows and .NET

http://stackoverflow.com/questions/351635/memcached-with-windows-and-net

I've found many alternate such as Memcached Providers @ Codeplex Beitmemcached and memcached provider @ Sourceforge c# .net..

Using Razor without MVC [duplicate]

http://stackoverflow.com/questions/4808348/using-razor-without-mvc

www.west wind.com weblog posts 864461.aspx Razor Engine on Codeplex http razorengine.codeplex.com Does anyone have any guidance..

Sending email through Gmail SMTP server with C#

http://stackoverflow.com/questions/704636/sending-email-through-gmail-smtp-server-with-c-sharp

EmailSender projects to create an EmailSender project at Codeplex . It's designed for testability and supports my favourite SMTP..

Saving Bitmap as PNG on WP7

http://stackoverflow.com/questions/7378946/saving-bitmap-as-png-on-wp7

to my isolated storage as a png file. I found a library on Codeplex called ImageTools which people have been recommending but when..

Which is faster: Automapper, Valuinjector, or manual mapping? To what degree is each one faster? [closed]

http://stackoverflow.com/questions/8122334/which-is-faster-automapper-valuinjector-or-manual-mapping-to-what-degree-is

objects between layers The reason I ask is because a Codeplex project called emitmapper was created to address performance..