Search
Latest post:
Feb 2
12:34 AM
4 posts

'string' does not contain a definition for 'CanConvertTo'

First post: Tuizi wrote: Hello, I'm just adding this library with NuGet. I see all the extensions in Intelliscence but, when I'm using a method, I can't...
Latest post: akronite wrote: Cool. I'm glad you got it working. happy coding!
Jump to: First Post · Latest Post   
Latest post:
Feb 1
7:22 PM
10 posts

Aggressive Namespace Polution

First post: bchavez wrote: Hi,PGK.Extensions is nice.However, there is no enclosing namespace for the PGK.Extensions library.So, as soon as you reference ...
Latest post: bchavez wrote: This is awesome. Thanks so much for pushing a patch. I came back to check if there was any progress made on the issue. I hope P...
Jump to: First Post · Latest Post   
Latest post:
Dec 16 2011
6:00 PM
1 post

Subversion, missing some files when getting latest

First post: nathankoop wrote: Hey there, Just wanted to peek at the code and try and help with some stuff. I'm running VS2010 and subversion. I used the subv...
Jump to: First Post   
Latest post:
Dec 7 2011
10:46 AM
2 posts

Is GetOriginalException redundant?

First post: ConcreteGannet wrote: The GetOriginalException extension method for System.Exception appears to reproduce the GetBaseException method from .NET (http...
Latest post: PatrickLorenz wrote: Hi there!I assume you are right.Would you like to submit a bug so I could assign it to the origin developer of the method?Thank...
Jump to: First Post · Latest Post   
Latest post:
Sep 26 2011
3:15 PM
3 posts

Map DB Records to Entity

First post: juDge wrote: using System; using System.Linq; using System.Collections.Generic; using System.Data.Common; using System.Reflection; using ...
Latest post: PatrickLorenz wrote: Guys, please apply for a developer access to the project. You will be granted and then able to download and modify the sources....
Jump to: First Post · Latest Post   
Latest post:
Sep 14 2011
9:54 PM
1 post

NameValueCollectionExtension ToQueryString

First post: juDge wrote: public static string ToQueryString(this NameValueCollection parameters) { return String.Join("&", (fr...
Jump to: First Post   
Latest post:
Sep 14 2011
9:53 PM
1 post

BitmapExtensions Crop/SaveJpeg

First post: juDge wrote: public static Bitmap Crop(this Bitmap bitmap, Rectangle rectangle) { var clipRegion = new Rectangle(0...
Jump to: First Post   
Latest post:
Aug 2 2011
7:49 AM
1 post

IComparable.Clamp(value,min,max)

First post: bchavez wrote: public static class ExtensionsForIComparable { public static T Clamp<T>( this T val, T min, T max ) where T : ICo...
Jump to: First Post   
Latest post:
May 15 2011
8:08 PM
5 posts

the Levenshtein distance (string extension)

First post: juDge wrote: http://pastebin.com/7ih138ps
Latest post: juDge wrote: /// <summary> Compute the distance between two strings. </summary> /// <param name="value">The first of the two strings....
Jump to: First Post · Latest Post   
Latest post:
Apr 29 2011
5:13 AM
1 post

DynamicExtensions

First post: juDge wrote: // Duck someObject = new Duck(); // dynamic duck = someObject.Extend(); // duck.Walk(); // //Now modify this ...
Jump to: First Post   
Show 10  25  50 discussions
1-10 of 29 discussions < Previous 1 2 3 Next >
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.2.15.18416