<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>klauskjeldsen.dk &#187; .Net</title> <atom:link href="http://klauskjeldsen.dk/category/net/feed/" rel="self" type="application/rss+xml" /><link>http://klauskjeldsen.dk</link> <description>About web... &#38; stuff</description> <lastBuildDate>Fri, 04 May 2012 15:33:17 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>Paint.NET &#8211; lightweight photo editing</title><link>http://klauskjeldsen.dk/paintnet-lightweight-photo-editing/</link> <comments>http://klauskjeldsen.dk/paintnet-lightweight-photo-editing/#comments</comments> <pubDate>Mon, 16 Jun 2008 21:24:17 +0000</pubDate> <dc:creator>Klaus Kjeldsen</dc:creator> <category><![CDATA[.Net]]></category> <category><![CDATA[Windows]]></category><guid
isPermaLink="false">http://klauskjeldsen.dk/?p=95</guid> <description><![CDATA[Paint.NET is a great and free lightweight alternative to Adobe Photoshop, Paint Shop Pro, Microsoft Photo Editor, The GIMP, and of course the crappy Microsoft Paint. Of course Adobe Photoshop is my preference, but this also a $999USD piece of &#8230; <a
href="http://klauskjeldsen.dk/paintnet-lightweight-photo-editing/">Continue reading <span
class="meta-nav">&#8594;</span></a><div
class="addthis_toolbox addthis_default_style " addthis:url='http://klauskjeldsen.dk/paintnet-lightweight-photo-editing/' addthis:title='Paint.NET &#8211; lightweight photo editing '  ><a
class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a
class="addthis_button_tweet"></a><a
class="addthis_counter addthis_pill_style"></a></div> No related posts.]]></description> <content:encoded><![CDATA[<p>Paint.NET is a great and free lightweight alternative to Adobe Photoshop, Paint Shop Pro, Microsoft Photo Editor, The GIMP, and of course the crappy Microsoft Paint. Of course Adobe Photoshop is my preference, but this also a $999USD piece of software compared to a free alternative.</p><p><img
src="http://www.getpaint.net/screenshots/pdn310_car_thumb.jpg" alt="Paint.NET" width="450" height="335" /></p><blockquote><p>Paint.NET is free image and photo editing software for computers that run Windows. It  features an intuitive and innovative user interface with support for layers, unlimited undo, special effects, and a wide variety of useful and powerful tools. An active and growing online community provides friendly help,  tutorials, and plugins. It started development as an undergraduate college senior design project mentored by Microsoft, and is currently being maintained by some of the alumni that originally worked on it. Originally intended as a free replacement for the Microsoft Paint software that comes with Windows, it has grown into a powerful yet simple image and photo editor tool. It has been compared to other digital photo editing software packages such as AdobeÂ® PhotoshopÂ®, CorelÂ® Paint Shop ProÂ®, Microsoft Photo Editor, and The GIMP.<br
/> The programming language used to create Paint.NET is C#, with a small amount of C++ for installation and shell-integration related functionality. The source code is available under the terms of the MIT License.</p></blockquote><p>Paint.NET can be downloaded at <a
href="http://www.getpaint.net/">GetPaint.NET</a></p><div
class="addthis_toolbox addthis_default_style " addthis:url='http://klauskjeldsen.dk/paintnet-lightweight-photo-editing/' addthis:title='Paint.NET &#8211; lightweight photo editing '  ><a
class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a
class="addthis_button_tweet"></a><a
class="addthis_counter addthis_pill_style"></a></div><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://klauskjeldsen.dk/paintnet-lightweight-photo-editing/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Essential .NET development tools</title><link>http://klauskjeldsen.dk/net-development-tools/</link> <comments>http://klauskjeldsen.dk/net-development-tools/#comments</comments> <pubDate>Fri, 28 Dec 2007 21:35:00 +0000</pubDate> <dc:creator>Klaus Kjeldsen</dc:creator> <category><![CDATA[.Net]]></category> <category><![CDATA[Windows]]></category><guid
isPermaLink="false">http://klauskjeldsen.dk/2007/12/28/great-and-useful-net-development-tools/</guid> <description><![CDATA[In the recent year I tried using various .Net tools (C#) supplementary to what Visual Studio offers, and the tools listed below really has great functionality. If you know of more useful tools please post a comment. JetBrains ReSharper ReSharper &#8230; <a
href="http://klauskjeldsen.dk/net-development-tools/">Continue reading <span
class="meta-nav">&#8594;</span></a><div
class="addthis_toolbox addthis_default_style " addthis:url='http://klauskjeldsen.dk/net-development-tools/' addthis:title='Essential .NET development tools '  ><a
class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a
class="addthis_button_tweet"></a><a
class="addthis_counter addthis_pill_style"></a></div> Related posts:<ol><li><a
href='http://klauskjeldsen.dk/javascript-jquery-tools-web-application/' rel='bookmark' title='JavaScript and jQuery Tools For Web Application Development'>JavaScript and jQuery Tools For Web Application Development</a></li></ol>]]></description> <content:encoded><![CDATA[<p>In the recent year I tried using various .Net tools (C#) supplementary to what Visual Studio offers, and the tools listed below really has great functionality. If you know of more useful tools please post a comment.</p><p><a
href="http://www.jetbrains.com/resharper/">JetBrains Re<strong>Sharper</strong></a></p><p>ReSharper provide you with various code productivity enhancements, it is analyzing code while typing finding and highlighting errors and warnings. Furthermore ReSharper offers code suggestions, analysis of possible flaws in code design, and suggestions to improve them when typing. Key features are Code Analysis for C#, Code Templates, XAML &amp; XML Support, Code Formatting, Code Formatting, Coding Assistance, and Code Refactoring.</p><p><a
href="http://www.aisto.com/roeder/dotnet/">Reflector for .NET</a></p><p>Reflector is the class browser, explorer, analyzer and documentation viewer for .NET. Reflector allows to easily view, navigate, search, decompile and analyze .NET assemblies in C#, Visual Basic and IL. Furthermore various <a
href="http://www.codeplex.com/reflectoraddins">add-ins</a> are available to boost the potential and functionality of Reflector.</p><p><a
href="http://www.ayende.com/projects/rhino-mocks.aspx">Rhino.Mocks</a></p><p>A dynamic mock object framework for the .Net platform. It&#8217;s purpose is to ease testing by allowing the developer to create mock implementations of custom objects and verify the interactions using unit testing. Alternatively use the non-free <a
href="http://www.typemock.com/">Typemock</a>.</p><p><a
href="http://www.testdriven.net/">TestDriven.NET</a></p><p>TestDriven.NET makes it easy to run unit tests with a single click, anywhere in your Visual Studio solutions.         It supports all versions of Microsoft Visual Studio and it integrates with the best .NET development tools.</p><p><a
href="http://www.ncover.com">NCover &#8211; Code Coverage</a></p><p>NCover is an essential tool to measure code coverage while creating automated tests, and it helps to <span
class="highlight">test intelligently</span> by revealing which tests haven&#8217;t been written yet.</p><p><a
href="http://www.ncoverexplorer.org/">NCover Explorer</a></p><p>Once you have used <a
href="http://ncover.org/">NCover</a> to produce an xml result of your coverage, you can open it in this tool to browse the source code with the coverage information highlighted.</p><p><a
href="http://www.liquid-technologies.com/Product_XmlStudio.aspx"><span
id="rptDownloads_ctl05_DownloadName">Liquid XML Studio 2008</span></a></p><p>Highlights the results of your XPath query in real time against any XML document. Intellisense XPath expression builder. Code samples are provided for mainstream languages (C#, java etc).</p><p><a
href="http://www.sisulizer.com/">Sisulizer</a></p><p>Sisulizer is a visual software localization tool, which is able to work directly with your C++ Builder, Delphi, C#, Visual C++, Visual Basic, Turbo languages, Java, Windows binary files, HTML Help (.chm), XLIFF, or with .NET.</p><p><a
href="http://www.jetbrains.com/profiler/index.html">JetBrains dotTRACE Profiler<br
/> </a></p><p>dotTrace provides an extremely fast way to profile the performance of .NET applications (frameworks 1.x, 2.0 or 3.x).</p><div
class="addthis_toolbox addthis_default_style " addthis:url='http://klauskjeldsen.dk/net-development-tools/' addthis:title='Essential .NET development tools '  ><a
class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a
class="addthis_button_tweet"></a><a
class="addthis_counter addthis_pill_style"></a></div><p>Related posts:<ol><li><a
href='http://klauskjeldsen.dk/javascript-jquery-tools-web-application/' rel='bookmark' title='JavaScript and jQuery Tools For Web Application Development'>JavaScript and jQuery Tools For Web Application Development</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://klauskjeldsen.dk/net-development-tools/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 46/63 queries in 0.070 seconds using disk: basic
Content Delivery Network via N/A

Served from: klauskjeldsen.dk @ 2012-05-17 09:25:53 -->
