¡@

Home 

c# Programming Glossary: www.codeproject.com

how to create an animated gif in .net

http://stackoverflow.com/questions/1196322/how-to-create-an-animated-gif-in-net

blogs rick archive 2005 05 10 3830.aspx http www.codeproject.com KB GDI plus NGif.aspx hope this helps share improve this answer..

Reading CSV files in .NET?

http://stackoverflow.com/questions/1405038/reading-csv-files-in-net

How do I get a Video Thumbnail in .Net?

http://stackoverflow.com/questions/155314/how-do-i-get-a-video-thumbnail-in-net

question This project will do the trick for AVIs http www.codeproject.com KB audio video avifilewrapper.aspx Anything other formats you..

The need for volatile modifier in double checked locking in .NET

http://stackoverflow.com/questions/1964731/the-need-for-volatile-modifier-in-double-checked-locking-in-net

speculation. i've also found these articles helpful http www.codeproject.com KB tips MemoryBarrier.aspx vance morrison's article everything..

Views in separate assemblies in ASP.NET MVC

http://stackoverflow.com/questions/19746/views-in-separate-assemblies-in-asp-net-mvc

their UserControl ASCX files into a DLL. I found this http www.codeproject.com KB aspnet ASP2UserControlLibrary.aspx that might work for you..

Reading/writing an INI file

http://stackoverflow.com/questions/217902/reading-writing-an-ini-file

party solutions available though. Take a look at http www.codeproject.com KB cs cs_ini.aspx and http jachman.wordpress.com 2006 09 11..

C# - google translate

http://stackoverflow.com/questions/2246017/c-sharp-google-translate

in C using Google Translate.aspx Google Translator http www.codeproject.com KB IP GoogleTranslator.aspx Translate your text using Google.. Detection from C.aspx Translation Web Service in C# http www.codeproject.com KB cpp translation.aspx Using Google's Translation API from..

Can I automatically increment the file build version when using Visual Studio?

http://stackoverflow.com/questions/356543/can-i-automatically-increment-the-file-build-version-when-using-visual-studio

I work with mainly web projects.... I looked at both http www.codeproject.com KB dotnet Auto_Increment_Version.aspx http www.codeproject.com.. KB dotnet Auto_Increment_Version.aspx http www.codeproject.com KB dotnet build_versioning.aspx and I couldn't believe it so.. EDIT It does not work in VS2005 as far I can tell http www.codeproject.com KB dotnet AutoIncrementVersion.aspx c# asp.net visual studio..

C# Telnet Library

http://stackoverflow.com/questions/390188/c-sharp-telnet-library

What's the proper way to minimize to tray a C# WinForms app?

http://stackoverflow.com/questions/46918/whats-the-proper-way-to-minimize-to-tray-a-c-sharp-winforms-app

archive 2005 10 20 483300.aspx And here it is in C http www.codeproject.com KB shell minimizetotray.aspx You can use that to figure out..

Good crash reporting library in c# [closed]

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

http www.codeplex.com ExceptionReporter 2 Bug Trap http www.codeproject.com KB applications BugTrap.aspx BugTrap's author site http www.intellesoft.net..

Is there a CSS parser for C#? [closed]

http://stackoverflow.com/questions/512720/is-there-a-css-parser-for-c

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

www.codeplex.com InterIMAP which was extension to http www.codeproject.com KB IP imaplibrary.aspx fid 91819 df 90 mpp 25 noise 5 sort Position..

How do you do AppBar docking (to screen edge, like WinAmp) in WPF?

http://stackoverflow.com/questions/75785/how-do-you-do-appbar-docking-to-screen-edge-like-winamp-in-wpf

version that can be consumed. Related resources http www.codeproject.com KB dotnet AppBar.aspx http social.msdn.microsoft.com Forums.. the code from the first link provided in the question http www.codeproject.com KB dotnet AppBar.aspx and modified it to do two things Work..

Deep cloning objects in C#

http://stackoverflow.com/questions/78536/deep-cloning-objects-in-c-sharp

summary Reference Article http www.codeproject.com KB tips SerializedObjectCloner.aspx Provides a method for performing..

Why catch and rethrow Exception in C#?

http://stackoverflow.com/questions/881473/why-catch-and-rethrow-exception-in-c

programmer for 10 years. I'm looking at this article http www.codeproject.com KB cs datatransferobject.aspx on Serializable DTO's. The article..