September 6, 2012 at 2:25 PM
—
alex
.NET API subset for Windows Store Apps is considerable smaller than the full .NET Framework 4.5. Particularly, Reflection.Emit is not available and most members in the System.Type class have been moved to the System.Reflection.TypeInfo class.
http://www.infoq.com/news/2012/08/reflection-windows-store-apps
Also, check out complete source code:
http://referencesource.microsoft.com/netframework.aspx
adcf403e-cee3-42e6-bd32-840a74507b41|0|.0
Posted in: Development | R&D
Tags:
August 29, 2012 at 8:58 AM
—
alex
6e7a17a9-83a7-498b-b737-d245f94e48bd|0|.0
Posted in:
Tags:
July 9, 2012 at 12:26 AM
—
alex
66197a67-32de-4c12-9358-8bfd43503914|1|5.0
Posted in: R&D
Tags:
July 3, 2012 at 11:28 PM
—
alex
In .net there is a build-in ability to mock up any http uri. See code after the break.
More...
59b67029-a267-4646-b6cb-7218f0d1cf05|1|5.0
Posted in: Development | R&D
Tags:
May 23, 2012 at 1:32 PM
—
alex
4c38de55-5dde-4f7e-b46d-c75384621695|1|5.0
Posted in: Development | R&D
Tags:
May 15, 2012 at 1:04 PM
—
alex
9192951f-4a15-4e40-baa2-0fb90ed4520b|1|5.0
Posted in: Development
Tags:
April 27, 2012 at 9:57 AM
—
alex
If you need to rollback TFS changeset, and getting this error:
C:\>tfpt rollback
Unrecognized command: rollback.
Its because rollback command was moved to TF command-line utility, which can be fount at:
<drive>:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE and is available from the Visual Studio 2010 Command Prompt.
More information is avaliable at:
http://msdn.microsoft.com/en-us/library/z51z7zy0.aspx
d968b74d-4c65-47fd-a986-c8a0da4cb4ec|0|.0
Posted in: Development
Tags:
April 4, 2012 at 8:38 PM
—
alex
Get all ASP.NET components (platform-independent pieces) at http://aspnetwebstack.codeplex.com/
e5ace36d-7f4b-4278-a32d-075f28d99b4a|0|.0
Posted in: Development
Tags:
March 30, 2012 at 10:16 AM
—
alex
Read on how to debug VS extensions easily: http://donovanbrown.com/post/How-to-debug-a-Visual-Studio-Extension.aspx
March 15, 2012 at 10:22 AM
—
alex
754ad8a3-d140-404c-a963-bff4f6804f00|0|.0
Posted in: Development
Tags: