.NET 4.5 API changes and source code

September 6, 2012 at 2:25 PMalex

.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

Posted in: Development | R&D

Tags:

Free ebook on Windows 8 programming

August 29, 2012 at 8:58 AMalex

Posted in:

Tags:

Some tips on writing better grants proposals

July 9, 2012 at 12:26 AMalex

Just came accross a few posts made recently which seems extremely useful:

http://eebatou.wordpress.com/2008/01/06/10-tips-to-better-grant-writing

http://imechanica.org/node/588

Posted in: R&D

Tags:

Mocking WebRequest in .Net

July 3, 2012 at 11:28 PMalex
In .net there is a build-in ability to mock up any http uri. See code after the break. More...

Posted in: Development | R&D

Tags:

List of web service APIs available throughout the world

May 23, 2012 at 1:32 PMalex

Posted in: Development | R&D

Tags:

Programming Windows 6th edition e-book preview

May 15, 2012 at 1:04 PMalex

Posted in: Development

Tags:

TFS rollback command

April 27, 2012 at 9:57 AMalex

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

 

Posted in: Development

Tags:

ASP.NET Core components are open-source now

April 4, 2012 at 8:38 PMalex

Get all ASP.NET components (platform-independent pieces) at http://aspnetwebstack.codeplex.com/

Posted in: Development

Tags:

Debugging VS extension

March 30, 2012 at 10:16 AMalex

Read on how to debug VS extensions easily: http://donovanbrown.com/post/How-to-debug-a-Visual-Studio-Extension.aspx

Posted in: BlogEngine.NET | Development

Tags:

Drill Into .NET Framework Internals to See How the CLR Creates Runtime Objects

March 15, 2012 at 10:22 AMalex

Posted in: Development

Tags: