| bio | website | notesoncode.com |
|---|---|---|
| location | Utah | |
| age | 30 | |
| visits | member for | 2 years, 9 months |
| seen | 2 days ago | |
| stats | profile views | 521 |
I write a little bit of code for the aerospace industry.
|
Apr 26 |
awarded | Good Answer |
|
Apr 10 |
awarded | Popular Question |
|
Apr 1 |
awarded | Nice Answer |
|
Dec 10 |
awarded | Notable Question |
|
Nov 22 |
awarded | Nice Answer |
|
Nov 16 |
awarded | Revival |
|
Oct 31 |
awarded | Popular Question |
|
Oct 2 |
comment |
Using Linq to get the last N elements of a collection? @AndrewMao - Then kindly ask Microsoft to correct their documentation. The code throws an exception when using Entity Framework. It is important not to confuse general LINQ-to-objects with the Entity Framework. They work together; however, they are not the same thing. |
|
Oct 2 |
comment |
Using Linq to get the last N elements of a collection? @AndrewMao, not so. In Entity Framework 4, a negative value for Skip results in an ArgumentException. |
|
Sep 21 |
awarded | Custodian |
|
Sep 10 |
awarded | Enlightened |
|
Sep 10 |
awarded | Nice Answer |
|
Aug 23 |
awarded | Nice Answer |
|
Aug 10 |
awarded | Nice Question |
|
Jul 30 |
awarded | Guru |
|
Jul 28 |
awarded | Yearling |
|
Jun 28 |
accepted | SharePoint 2010: How to extract personalized web part property for all users |
|
Jun 28 |
comment |
Streaming a file from SharpSSH @Illep File.Open is intolerant if the specified path refers to a folder that does not exist or is inaccessible due to permissions. Very likely, you simply need to create the folder first. Also, it has been two years since this posting. Take a look at SharpSSH to see if they have updated their API to be stream-friendly. If they have, it could save you some work. |
|
Jun 28 |
comment |
How do I Get SharePoint 2010 WebApplication-scoped features to Activate Only on One Web Application Thank you @Dinesh. While this solution prevents the feature from being automatically activated on any application, I am looking for a solution to activate the feature automatically only on web applications to which the solution is deployed. |
|
Jun 25 |
awarded | Nice Answer |