New Object() {source, eventType.ToString}
ASP.NET Animated Gifs and Long Running Processes
System.Reflection.Assembly.GetExecutingAssembly().Location()
Extension methods
public static class MyExtensions{
public static int WordCount(this String str)
{
return str.Split(new char[] { ' ', '.', '?' },
StringSplitOptions.RemoveEmptyEntries).Length;
}
}
No comments:
Post a Comment