четверг, 16 июня 2011 г.

Visual Studio Feeds English

Visual Studio Feeds English


One step closer to a release…

Posted: 16 Jun 2011 03:17 PM PDT

Did I mention *no install*?...(Read whole news on source site) (http://feedproxy.google.com/~r/CodeBetter/~3/J5Hs8t9OXxk/)

Email Therapy

Posted: 16 Jun 2011 03:02 PM PDT

One of the scenarios I get asked to coach teams on is, "Email Therapy." Basically, this translates to, "Help our team deal with

Interview Questions

Posted: 16 Jun 2011 12:43 PM PDT

So we're hiring another senior developer for our team at my day job, and I've spent a fair amount of time in the

Windows Phone 7 Tip: Showing and Hiding onscreen keyboard in Emulator

Posted: 16 Jun 2011 12:25 PM PDT

If you are developing any Windows Phone 7 application form and using the Emulator to run the app, you may find this tip

Introducing System.Web.Providers - ASP.NET Universal Providers for Session, Membership, Roles ...

Posted: 16 Jun 2011 12:10 PM PDT

I always like to remind folks of the equation ASP.NET (ASP.NET MVC ASP.NET WebForms). The whole "base of the pyramid"

C#/.NET Fundamentals: Choosing the Right Collection Class

Posted: 16 Jun 2011 11:54 AM PDT

The .NET Base Class Library (BCL) has a wide array of collection classes at your disposal which make it easy to manage collections

Nightly news, 17 June 2011

Posted: 16 Jun 2011 10:53 AM PDT

We've been busy this week closing down LightSpeed 4 (soon, we promise!) but does that mean we haven't been busy on our existing

Dynamic Authorization for FBA based WCM Applications (Sanjay Arora)

Posted: 16 Jun 2011 10:38 AM PDT

Summary: Learn how to dynamically assign claims to users in a WCM application such as when the user authorization model is being fully

Compare Two NameValueCollections Extension Method

Posted: 16 Jun 2011 10:23 AM PDT

    public static class NameValueCollectionExtension     {         public static bool CollectionEquals(this NameValueCollection nameValueCollection1, NameValueCollection nameValueCollection2)         {             return nameValueCollection1.ToKeyValue().SequenceEqual(nameValueCollection2.ToKeyValue());         }         private static IEnumerable ToKeyValue(this NameValueCollection nameValueCollection)         {             return nameValueCollection.AllKeys.OrderBy(x => x).Select(x => new {Key = x, Value = nameValueCollection[x]});         }     }     ...(Read whole news on source site) (http://geekswithblogs.net/Nettuce/archive/2011/06/16/compare-two-namevaluecollections-extension-method.aspx)

Kinect .NET SDK–Getting Started

Posted: 16 Jun 2011 10:23 AM PDT

Today Microsoft (16/06/2011) released the Kinect .NET SDK, I've seen it first from Guy Burstein (http://blogs.microsoft.co.il/blogs/msdn/archive/2011/06/16/Kinect-for-Windows-SDK-beta.aspx) and right away I had to

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

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