CSharpFeeds - All your C# feeds in one place.

Monday, July 31, 2006

C# Feeds and News

by ssmith via Blog on 7/31/2006 8:06:39 PM

Today CSharpFeeds officially goes live.  This is a pet project of mine and Gregg Stark’s based on Serge’s VBFeeds.com site and its source code (thanks to Serge for letting me see the source!).  VBFeeds is a great place to find just VB information from the top VB people, moderated so that it doesn’t include posts about going on vacation or other personal posts.  C# Feeds seeks to do the exact same thing, but for C# content, rather than VB.  If there’s a C# feed we should be pu ...

[ read more ]

Passing parameters to predicates

by Alex Perepletov via The Code Project Latest Articles on 7/31/2006 6:28:00 PM

Simple and thread-safe way to reuse predicates ...

[ read more ]

VolumeMeter (Managed DirectX)

by Jacob Klint via The Code Project Latest Articles on 7/31/2006 5:44:00 PM

A flexible Windows Forms control for live monitoring of volume levels from an audio capture source. ...

[ read more ]

Simple FilmStrip Control

by rahulparthe via The Code Project Latest Articles on 7/31/2006 5:20:00 PM

An article on writing your own simple FilmStrip control ...

[ read more ]

BorderBug

by brian.hawley via The Code Project Latest Articles on 7/31/2006 5:01:00 PM

A workaround for the DrawImage border problem. ...

[ read more ]

Notice on the end of NDoc

by via Bill Wagner: C# Development Blog | MySmartChannels on 7/31/2006 2:40:09 PM

I think this says something about Open source as a business modelKevin Downs, the force behind NDoc is dropping work on Open Source Software.  He sent an email to many of the members of the NDoc project.  It was posted here:http://weblogs.asp.net/bhouse/archive/2006/07/26/NDoc-2.0-_2D00_-R.I.P.aspxFirst, my own confession:  like many others, I used Ndoc and paid diddly.  On the other hand, I fixed a couple of issues, and helped publicize the project in a couple of magazines.I ...

[ read more ]

Mandelbrot in C# and windows forms

by Pierre Leclercq via The Code Project Latest Articles on 7/31/2006 2:21:00 PM

A project written in C# and windows forms to interactively explore the Mandelbrot set ...

[ read more ]

Sandcastle CHM-compile BAT script & configuration utility

by Ashley van Gerven via The Code Project Latest Articles on 7/31/2006 12:37:00 PM

Create MSDN-style class documentation CHM files for your assemblies using Microsoft Sandcastle CTP with this configuration utility & BAT script ...

[ read more ]

Serializing- and Deserializing objects in .net

by Ernst Kuschke via    Ernst Kuschke : C# on 7/31/2006 10:00:00 AM

I get asked how to do this many times; here are two quick methods to serialize as well as deserialize objects in .NET:private static string SerializeObject(object o){    StringWriter sw = new StringWriter();    new XmlSerializer(o.GetType()).Serialize(sw, o);    return sw.ToString();} private static T DeserializeObject<T>(string xml){            return (T)new XmlSerializer(typeof(T)).De ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us