Google Chrome
Oooh…Google Chrome: Google’s new browser. (Comics & Blog) This will be interesting indeed. Hooray for open source~! More code to mess around with. On another note: I think I’m going overboard with my code… C# info["Errors"] = context.AllErrors == null ? “” : string.Join( “<br/><br/>”, (from error in context.AllErrors select String.Format( “{0}<br/>{1}”, error.Source, error.Message)) .ToArray<string>()); [...]
Filed under: Technology, web by Loki
View Comments