вторник, 15 мая 2012 г.

Visual Studio Feeds English

Visual Studio Feeds English


Learn about RadDiagnostics for retrieving Exception Details using the Telerik Controls for WP7

Posted: 15 May 2012 01:29 PM PDT

Telerik introduces a new component called "RadDiagnostics" in their Q1.2012 release. RadDiagnostics component enables an application developer to receive crash reports and other

Cloudera VirtualBox boot error NET: Registered protocol family 2

Posted: 15 May 2012 12:59 PM PDT

I downloaded Cloudera CDH3 Virtual Machine for VirtualBox (https://ccp.cloudera.com/display/SUPPORT/Downloads) to have a readymade Hadoop environment to experiment with. While booting the VM I

“Meet Windows Azure” Event Scheduled for 6/7/2012 in San Francisco

Posted: 15 May 2012 10:57 AM PDT

The Windows Azure Team announced (https://twitter.com/WindowsAzure/statuses/202491406466547715) on 5/15/2012 "An innovative online and in-person event introducing cloud-based development technologies from Windows Azure" on June

EF5 Release Candidate Available on NuGet

Posted: 15 May 2012 10:42 AM PDT

A couple of months ago we released EF5 Beta 2. Since releasing Beta 2 we have made a number of changes to the

Some insight into our 4/26 deployment

Posted: 15 May 2012 10:26 AM PDT

This is a post I wrote about a week ago and somehow left it in my drafts folder.  Though it's "old" now, I

Team Explorer Everywhere in the Eclipse Marketplace

Posted: 15 May 2012 10:26 AM PDT

Several weeks ago, I announced (http://blogs.msdn.com/b/bharry/archive/2012/03/08/even-better-access-to-team-foundation-server.aspx) that we'd be removing the price on the Team Foundation Server Eclipse plug-in.  One of the benefits

The DevOps PaaS Infusion: Taking Any App To The Cloud–Windows Azure & Cloudify ...

Posted: 15 May 2012 09:56 AM PDT

Wanted to share another great event around the cloud going on in New York City this week!  On Thursday at the Microsoft office

Windows Azure, Scott Guthrie, 22nd June, London

Posted: 15 May 2012 08:11 AM PDT

A quick plug for an event in London on the 22nd June. Scott Guthrie will be in the UK and will be keynoting

IQueryable Dynamic Expressions

Posted: 15 May 2012 08:10 AM PDT

public static class QueryableExtensions     {         public static IQueryable Filter(this IQueryable queryable, IEnumerable filters) where T : class         {             foreach (var filter in filters)             {                 var propertyName = typeof(T).GetProperties().Select(x => x.Name).SingleOrDefault(x => x.ToLower() == filter.Key.ToLower());                 if (propertyName.IsNullOrWhiteSpace()) continue;                 var parameterExpression = Expression.Parameter(typeof(T));                 var propertyExpression = Expression.Property(parameterExpression, propertyName);                 var toStringCallExpression = Expression.Call(propertyExpression, typeof(T).GetMethod("ToString"));                 var toLowerCallExpression = Expression.Call(toStringCallExpression, typeof(string).GetMethod("ToLower", Type.EmptyTypes));                 var constantExpression = Expression.Constant(filter.Value.ToLower());                 var equalExpression = Expression.Equal(toLowerCallExpression, constantExpression);                 var methodCallExpression = Expression.Call(typeof(Queryable), "Where", new[] { typeof(T) }, queryable.Expression, Expression.Lambda(equalExpression, new[] { parameterExpression }));                 queryable = queryable.Provider.CreateQuery(methodCallExpression) as IQueryable;             }             return queryable;         }     } ...(Read whole news on source site) (http://geekswithblogs.net/Nettuce/archive/2012/05/15/iqueryable-dynamic-expressions.aspx)

Mobile Development with C# - O'Reilly Media

Posted: 15 May 2012 08:10 AM PDT

Mobile Development with C# - O'Reilly Media (http://shop.oreilly.com/product/0636920024002.do?imm_mid=0869b1&cmp=em-npa-newsletter-oreilly-may15): Code Sharing TechniquesProject SetupFile LinkingAbstractionObserver PatternPartial ClassesConditional CompilationSummaryChapter 4 Accessing the NetworkReaching into the CloudNotifying

Комментариев нет:

Отправить комментарий