<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9" -->
<rss version="0.92">
<channel>
	<title>Gennadiy Donchyts</title>
	<link>http://don.env.com.ua/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 22 Jun 2010 07:03:35 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Is it good or bad practice to use events in Domain Classes?</title>
		<description><![CDATA[Why to use events in entities?
.NET provides a native implementation of observer / subscriber pattern by means of events. I tried to use them not only in the UI classes but also to manage changes in the entities (see info about DDD for a definition of an entity). A lot of Entities in our application [...]]]></description>
		<link>http://don.env.com.ua/blog/?p=102</link>
			</item>
	<item>
		<title>Fitnesse4net source code is available on Google Code</title>
		<description><![CDATA[I've uploaded source code for .NET version of FitNesse4Net to Google Code. It is simply original version of FitNesse but converted to .NET using IKVM.NET and then extended with a small wrapper allowing to use default test runner to run .NET tests. Also command-line is a bit extended so that it can run as a [...]]]></description>
		<link>http://don.env.com.ua/blog/?p=99</link>
			</item>
	<item>
		<title>Just learned from ReSharper how to make code look nicer</title>
		<description><![CDATA[ReSharper really helps to learn how to code. During writing a test for a ForEach extension method for IEnumerable&#60;T&#62; it suggested to improve the following code:

The resulting code got much better:

]]></description>
		<link>http://don.env.com.ua/blog/?p=93</link>
			</item>
	<item>
		<title>Update version of FitNesse for .NET.</title>
		<description><![CDATA[This time a command-line and MSBuild runners are included: fitnesse4net-bin.zip 8.3Mb
After experimenting a bit more with FitNesse I managed to make it run .NET assemblies with about 15Kb of source code injected directly into FitNesse internals  . It not tested much so probably some bugs will need to be fixed, but it is able to [...]]]></description>
		<link>http://don.env.com.ua/blog/?p=66</link>
			</item>
	<item>
		<title>Got stack overflow on StackOverflow :)</title>
		<description><![CDATA[
]]></description>
		<link>http://don.env.com.ua/blog/?p=64</link>
			</item>
	<item>
		<title>Using FitNesse under .NET without JRE</title>
		<description><![CDATA[Not sure if anyone will use it but it was kind of funny thing to do. After playing with FitNesse (Function Integration Testing Framework) which is mainly developed in Java I check if it can be converted to .NET using IKVM and the trick seems to work, you can start server, edit pages and runs [...]]]></description>
		<link>http://don.env.com.ua/blog/?p=57</link>
			</item>
	<item>
		<title>Making NHibernate lazy-loading PostSharp-ed objects work.</title>
		<description><![CDATA[I'm using PostSharp to add implementation of INotifyPropertyChanged in AOP way using PostSharp compound aspect.
At the same time object has to be saved into a database and loaded in a lazy way (NHibernate + LinFu as a DynamicProxy). It seems that when object is loaded - all aspects disappear in a proxy object created by [...]]]></description>
		<link>http://don.env.com.ua/blog/?p=14</link>
			</item>
	<item>
		<title>SPAM</title>
		<description><![CDATA[Или как же меня достало удалять эти комменты, кто бы им интернет зафайерволил в конце-концов, поставил вот что-то под названием clickacha, чтобы им жизнь немного усложнить.
update: clickacha не работает, удалил и поставил обычную Capatcha
]]></description>
		<link>http://don.env.com.ua/blog/?p=11</link>
			</item>
	<item>
		<title>Upgraded jar2ikvmc to ikvm 0.38.0.2</title>
		<description><![CDATA[Just upgraded jar2ikvmc to the last version of ikvm. The most annoying problem was with conversion of JarAnalyzer to .NET, a resource file called Filter.properties was missing. The problem was solved after I embedded it by hand into JarAnalyzer.jar and then converted using ikvmc.exe.
The new version is uploaded to jar2ikvmc on Google code page.
]]></description>
		<link>http://don.env.com.ua/blog/?p=8</link>
			</item>
	<item>
		<title>Minor release. Moved to Google Code.</title>
		<description><![CDATA[Today I moved all sources and binaries to Google Code. It seems to work fine for such a small tool  .
Please use Issues section there to submit bug fixes or suggestions.
Also a new release was created combined with latest version of ikvm: ikvmbin-0.37.2855.zip.
From now tool will be distributed using the following naming convention:
jar2ikvmc-&#60;major&#62;.&#60;minor&#62;.&#60;build&#62;.zip 
Build [...]]]></description>
		<link>http://don.env.com.ua/blog/?p=5</link>
			</item>
</channel>
</rss>
