//Cloud notes from my desk -Maheshk

"Fortunate are those who take the first steps.” ― Paulo Coelho

How to view assemblies in GAC as like Explorer files and folders

If you navigate to Assembly folder say C:\Windows\assembly in Explorer, you could see the assemblies without folder structure where as you will see a structured directories like GAC_32, GAC_MSIL, Nativeimages, tmp folders in Command prompt. If you want to browse the GAC like any other folder structure. you can try this simple regedit entry-
Create a DWORD value named “DisableCacheViewer” and set it to value 1 under reghives -HKLM\Software\Microsoft\Fusion
Now explore to c:\windows\assembly, you will see something like this
Image

2014-02-28 Posted by | Uncategorized | | 1 Comment

Browsing .NET Reference Source

Finally, .NET team announced online version of .NET assembly references. Yes, You can browse through any of the .NET class library code easily.

Link – http://referencesource-beta.microsoft.com/

For core lib’s – http://referencesource-beta.microsoft.com/#mscorlib

Read in detail at – http://blogs.msdn.com/b/dotnet/archive/2014/02/24/a-new-look-for-net-reference-source.aspx

Update: Now http://referencesource.microsoft.com/ is updated with easier interface.

2014-02-25 Posted by | Uncategorized | Leave a comment

Bing Code Search for C#

The Bing Code Search add-in for Visual Studio 2013 makes it easier for .NET developers to search for and reuse code samples from across the coding community, including MSDNStackOverflowDotnetperls and CSharp411.

Bing Code Search improves developer productivity and speed by bringing the experience of searching for reusable C# code into Visual Studio IDE.

http://visualstudiogallery.msdn.microsoft.com/a1166718-a2d9-4a48-a5fd-504ff4ad1b65

Here is an excellent online portal to try this out.. http://codesnippet.research.microsoft.com/ 

Note: Oops this works only with VS 2013 😦

2014-02-18 Posted by | .NET General, Uncategorized | Leave a comment

How to get Outlook PST path quickly with an exe.

About GetPst.exe tool in action. Read here – http://support.microsoft.com/kb/2000021/en-us 
getpst

2014-02-09 Posted by | Outlook | Leave a comment