<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Violet Tape</title>
	<link>http://softblog.violet-tape.net</link>
	<description>Some thoughts about .Net programming</description>
	<lastBuildDate>Thu, 15 Apr 2010 04:26:39 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>PostSharp. Overview.</title>
		<description><![CDATA[Before turning directly to the theme of the story, it is necessary to say a few words about the system things. Aspect-Oriented Programming Aspect-oriented programming (AOP) - programming paradigm, based on the idea of separation of functionality to improve the partitioning the program into modules. There are many classes of problems whose solution is impossible [...]]]></description>
		<link>http://softblog.violet-tape.net/2010/04/15/postsharp-overview/</link>
			</item>
	<item>
		<title>Design pattern &#8220;Specification&#8221;</title>
		<description><![CDATA[Disclaimer This article is mostly for beginners at programming, who know only some programming patterns or don’t know them at all. About design patterns Let’s take definition of design pattern from Wikipedia. In software engineering, a design pattern is a general reusable solution to a commonly occurring problem in software design. A design pattern is [...]]]></description>
		<link>http://softblog.violet-tape.net/2010/04/13/specification-pattern/</link>
			</item>
	<item>
		<title>Featured Common Controls</title>
		<description><![CDATA[I would like to share my little library, which make my life easier when I create an user interface. At all, there are the same standard components, but with smart tags. They adapt on general and private fields. After starting installer and successful end of its work, you can find a new toolbar in the [...]]]></description>
		<link>http://softblog.violet-tape.net/2010/04/05/featured-common-controls/</link>
			</item>
	<item>
		<title>ReSharper Recipes. File templates.</title>
		<description><![CDATA[Now I’ll redeem a promise about which I’ve told in the previous article. I’ll tell you how to reduce your working hours which you spend on writing tests. If you can create new classes with the help of alt +ins in the Solution Explorer, why don’t we create text classes with all we need at [...]]]></description>
		<link>http://softblog.violet-tape.net/2010/03/31/resharper-recipes-file-templates/</link>
			</item>
	<item>
		<title>ReSharper: Code snippets for tests.</title>
		<description><![CDATA[I’ve always felt too lazy to key in full words, write different standard formulatings, it usually drives me crazy or make me bored. Some time before it hasn’t been so ruefully, but during these two years of working with ReSharper everything redoubled, for instance I don’t type «public» at all, I prefer to type «р» [...]]]></description>
		<link>http://softblog.violet-tape.net/2010/03/27/resharper-code-snippets-for-tests/</link>
			</item>
	<item>
		<title>Technical delay</title>
		<description><![CDATA[Due to technical reasons in last 2 weeks i have no time and possibilities to write and post new articles. But now everything is ok and I hope that in the short time I'll post something interesting. Hard'n'heavy! Share and Enjoy: © Koissakh Kadderah for Violet Tape, 2010. &#124; Permalink &#124; No comment &#124; Post [...]]]></description>
		<link>http://softblog.violet-tape.net/2010/02/14/technical-delay/</link>
			</item>
	<item>
		<title>DDD &amp; TDD. Part III</title>
		<description><![CDATA[As the result of previous parts we have domain with core classes and services. Actually we can generate and process any amount of data with methods provided by domain services. But there are some issues: How user will input data; How data will reconstitute/persist. Domain by nature and the general plan must be absolutely independent [...]]]></description>
		<link>http://softblog.violet-tape.net/2010/02/03/ddd-tdd-part-iii/</link>
			</item>
	<item>
		<title>DDD &amp; TDD. part II</title>
		<description><![CDATA[Disposition So we have domain classes with minimal set of properties and methods. Also we have several tests on these classes. The goal is to learn how deal with domain classes – i.e. write services which will do complex calculations and modifications. For example count students in selected course. Domain services Assume that one of [...]]]></description>
		<link>http://softblog.violet-tape.net/2010/01/30/ddd-tdd-part-ii/</link>
			</item>
	<item>
		<title>DDD &amp; TDD. part I</title>
		<description><![CDATA[Disclaimer Article is a simple presentation of DDD and TDD in order to show how to deal with it and give an opportunity to start development according describing techniques. Those who already practice TDD and DDD,  please don’t be strict to words. Magic abbreviations DDD – Domain Driven Design, in few words it is a [...]]]></description>
		<link>http://softblog.violet-tape.net/2010/01/26/ddd-tdd-part-i/</link>
			</item>
	<item>
		<title>Custom controls</title>
		<description><![CDATA[What for? During everyday work I create a dozen of custom control.  Formally, every “User Control” is a custom control. I create a specific layout from standard controls and use it in a program. I don’t think about them as about “real custom control”, because they are useful only for me in my very particular [...]]]></description>
		<link>http://softblog.violet-tape.net/2010/01/22/custom-controls/</link>
			</item>
</channel>
</rss>
