EPiServer CMS 6 and 7 XML documentation files – Visual Studio Intellisense

EPiServer CMS 6 and 7 XML documentation files – Visual Studio Intellisense:
EPiServer CMS 6 XML documentation files.
PS. the xml files should be placed in the folder where you referenced dlls are to work!

EPiServer 7 XML files should be included in nuget package:
http://world.episerver.com/Modules/Forum/Pages/Thread.aspx?id=73912&epslanguage=en

 

Episerver Translate Language xml text 4 different approaches

This is mainly a EPiServer 6 / Webforms approach.

If no pagebase object is readable:

<%= EPiServer.Core.LanguageManager.Instance.Translate("/mygadget/index/hello") %>

EPiServer.PageBase method xml/xslt path to value:

<p><%= Translate("/productlist/links/viewallcleaningpkgandacc")%></p>

Through asp.net get resource $ dot notated path to xml value

<%$ Resources: EPiServer, productlist.buttons.buyonline %>

Only valid inside server tags e.g:

<asp:Label runat="server" Text="<%$ Resources: EPiServer, productlist.buttons.buyonline %>" />

Web control episerver native (xml path to value):

<EPiServer:Translate runat="server" LocalizedText="/productlist/links/viewallcleaningpkgandacc" />

 

NirSoft – freeware utilities: password recovery, system utilities, desktop utilities

NirSoft web site provides a unique collection of small and useful freeware utilities, all of them developed by Nir Sofer.

If you are looking for Windows password-recovery tools, click here.

If you are looking for network tools, click here.

To view your IP address and other information, click here.

To view all major IP address blocks assigned to your country, click here.

To read the Blog of NirSoft, click here.

To download a package of all NirSoft utilities (Updated every week), go to this Web page.

via NirSoft – freeware utilities: password recovery, system utilities, desktop utilities.

IIS Add to Hosts File Extension

Here’s a simple module to solve a recurrent and an annoying everyday task in IIS management: creating an entry in the Windows TCP/IP Hosts file for every demo and test web site.


This module extends the IIS Manager UI in order to add an entry on request in the Hosts file located in%SystemRoot%\System32\drivers\etc\hosts when a web site is created or its bindings are edited.”

WebsiteAdd2.png

IIS Hosts File Manager – Home.

Newer working link:
https://github.com/richardszalay/iishosts

Remote Debugging a Window Azure Web Site with Visual Studio 2013 – .NET Web Development and Tools Blog – Site Home – MSDN Blogs

Remote Debugging a Window Azure Web Site with Visual Studio 2013 – .NET Web Development and Tools Blog – Site Home – MSDN Blogs.