<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi guys,<div><br></div><div>Sunimal is about to finish a level 1 C# client implementation so we're thinking to release a first ALPHA to gather some feedback.</div><div>After doing a bit of research and asking around here are some thoughts about the release:</div><div>- the client is released into a .zip file uploaded in github, using the same pattern as the python client[1]&nbsp;</div><div>- the zip contains</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>- bin (dir): hotrodclient.dll(compiled in release mode), &nbsp;nlog.dll (logger dependency) and&nbsp;hotrodclient.pdb[2] (needed for debugging)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; - config(dir): hotrodclient.xml (sample/default configuration file), NLog.xml (logger config) [3]</div><div>&nbsp; &nbsp; &nbsp; &nbsp; - apidocs: xml file(s) containing API docs[4]&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; - sample: sample application using the client (sources) + sample.html (describes the sample application)&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; - readme.txt: describes the required .NET version, link to the user-guide page[5], and to the source code/github</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>Nice to have/ consider for next releases:</div><div>- nuget[6] &nbsp;a sort of maven/dependency manager for Visual Studio&nbsp;</div><div>- an MS installer[7] instead of the &nbsp;zip would be nicer but I think a zip would do for now</div><div><br></div><div>Any suggestion welcomed! I know Dan has been on the dark side, does this look okay to you ? :-) &nbsp;&nbsp;</div><div><br></div><div>Cheers,</div><div>Mircea</div><div><br></div><div>[1]&nbsp;<a href="https://github.com/infinispan/python-client/archives/1.0.0b1">https://github.com/infinispan/python-client/archives/1.0.0b1</a></div><div>[2]&nbsp;<a href="http://msdn.microsoft.com/en-us/library/yd4f8bd1(v=vs.71).aspx">http://msdn.microsoft.com/en-us/library/yd4f8bd1(v=vs.71).aspx</a></div><div>[3] in the next version we'll probably switch to&nbsp;Common.Logging (abstract logging interface):&nbsp;<a href="http://netcommon.sourceforge.net/">http://netcommon.sourceforge.net/</a></div><div>[4] note for Sunimal: this can be generated in Visual Studio 2010 by checking "xml documentation" in "Project properties"</div><div><div>[5] new page/entry added here:&nbsp;<a href="https://docs.jboss.org/author/display/ISPN/User+Guide">https://docs.jboss.org/author/display/ISPN/User+Guide</a></div></div><div>[6]&nbsp;&nbsp;<a href="http://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c">http://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c</a></div><div>[7]&nbsp;<a href="http://en.wikipedia.org/wiki/Windows_Installer">http://en.wikipedia.org/wiki/Windows_Installer</a>&nbsp;</div><div><br></div></body></html>