VisualSVN Server

The guys that already made VisualSVN, a plugin that integrates into Visual Studio and provides a way to manage your source code changes into Subversion, just realized VisualSVN Server.

VisualSVN Server is a package that contains everything you need to install, configure and manage Subversion server for your team on Windows platform. It includes Subversion, Apache and a management console.

Continue reading

In place of writing something like:

protected string GetUrl(Information info)
{
if (info is News)
return ResolveUrl(string.Format(/news.aspx/{0}”, info.NormalizedTitle));
else if (info is Publication)
return ResolveUrl(string.Format(“/publications.aspx/{0}”, info.NormalizedTitle));
else
return string.Empty;
}

Continue reading
Author's picture

Laurent Kempé

I am an experienced Team Leader & Distinguished Solution Architect with a passion for shipping high-quality products by empowering development team and culture toward an agile mindset. I bring technical vision and strategy, leading engineering teams to move product, processes and architecture forward.


Team Leader, Distinguished Solutions Architect


Illzach, France