To give you an idea of what to expect, I currently think that the contents of this blog will be about .NET and related technologies. My goal is to write short and informative posts from my own experience, and I hope you'll at least find some of them useful. I will try to avoid repeating information that can be found elsewhere, and instead focus on particular tips and tricks that I think is cool and interesting. I also want to share thoughts on other issues that is important to me, and this will hopefully make this blog more personal.
This is a test of embedding code on blogger.com
<TemplatesExport> <Template uid="0fb9eda3-89fa-4507-84c9-8d8b6847e66f" shortcut="tm" description="Creates an MS Test method" text="[TestMethod, TestCategory("$TestCategory$"), Owner("$DomainAndUsername$")]
public void $Test_method_name$()
{
 $END$
}" reformat="True" shortenQualifiedReferences="True"> <Context> <CSharpContext context="TypeMember" minimumLanguageVersion="2.0" /> </Context> <Categories> <Category name="MSTest" /> </Categories> <Variables> <Variable name="TestCategory" expression="list(",Unit,Integration")" initialRange="0" /> <Variable name="DomainAndUsername" expression="JoarOyenLiveTemplateMacros.DomainAndUsername()" initialRange="-1" /> <Variable name="Test_method_name" expression="JoarOyenLiveTemplateMacros.ValidIdentifier()" initialRange="0" /> </Variables> <CustomProperties /> </Template> </TemplatesExport>
No comments:
Post a Comment