<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>NBusiness</title><link>http://www.codeplex.com/NBusiness/Project/ProjectRss.aspx</link><description>Entity Oriented Programming Library&amp;#58; A .net Entity Language Provider, E&amp;#35; compiler and light weight business object framework.   NBusiness features an Entity Definition Language known as E&amp;#35; &amp;#40;E Sharp&amp;#41;...</description><item><title>New Post: VS2008 Again</title><link>http://www.codeplex.com/NBusiness/Thread/View.aspx?ThreadId=32788</link><description>&lt;div style="line-height: normal;"&gt;Thanks Justin, I got the Entity item in the list.&amp;nbsp; I'll be playing with it a little this weekend to get a feel for the framework - I may have a small project next week where it might come in handy.&amp;nbsp; In that case, I'll of course produce patches for anything that's changed.&lt;br&gt;
&lt;/div&gt;</description><author>tanden</author><pubDate>Thu, 07 Aug 2008 16:32:54 GMT</pubDate><guid isPermaLink="false">New Post: VS2008 Again 20080807043254P</guid></item><item><title>New Post: VS2008 Again</title><link>http://www.codeplex.com/NBusiness/Thread/View.aspx?ThreadId=32788</link><description>&lt;div style="line-height: normal;"&gt;Ah yes, well there is plenty left to do before it's fully ready but it should work for you in VS 2008. The plugin usability has plenty left to do that's for sure.&lt;br&gt;
&lt;br&gt;
However a few things to note:&lt;br&gt;
&lt;ul&gt;
    &lt;li&gt;The new version doesn't have NBusiness projects! This ends up being a much simpler solution, in the older version you had NBusiness projects with C#/VB partial classes with it which totally eliminated syntax hilighting and intellisense in those code files. That was very painful now E# files can exist in any regular .net project. Try creating a console application in C# (for example) and adding a new item. In your new items list you should see an &amp;quot;Entity&amp;quot;. If you don't you can just add a text file and use the .es file extension. Make sure the custom tool ESharpCodeGenerator is applied to your es file. To get the &amp;quot;Entity&amp;quot; to show up in your new items list you might have to run &amp;quot;devenv /rootSuffix exp /ranu /setup&amp;quot; from the visual studio command prompt. Getting those templates registered is sometimes a pain in the butt for the experimental hive.&lt;/li&gt;
    &lt;li&gt;Templates are sparse right now, that's what I have been working on. Creating templates is time consuming... but you can easily create your own. One new feature of v3 is that you can define templates in the same project that you declare your entities. Just add a reference to NBusiness.Templates then create a class that inherits from TemplateBase or CodeDomTemplatebase. Make sure you build once but then you should be able to use that template to do your code generation.&lt;/li&gt;
    &lt;li&gt;You can also use Spark or NVelocity to do your code generation, this is heavily under construction right now though. I have created a few &amp;quot;Custom Tools&amp;quot; that you can apply to .spark or .nv files to generate a class that inherits from TemplateBase for you. This is not very pluggable right now but if you want to use a different view engine I can help you figure out how and would be happy to accept patches for new view engines. So far Spark has been treating me pretty well... except that it only works with C# currently :( I've also been toying around with creating a XAML based view engine for generating code... it's pretty cool but might be more work that it's worth at this point.&lt;/li&gt;
    &lt;li&gt;The default business object framework needs lots of TLC. I've been creating templates targeting CSLA for now. I plan on having templates for both later on. Targeting new frameworks (NHibernate for example) will require a patch to allow you to detect validation rules etc. for intellisense. There is nothing stopping you from targetting them but it won't detect rules automatically (it turns out that is an incredibly hard problem).&lt;/li&gt;
    &lt;li&gt;Basically, most phases are in process right now. The core functionality &amp;quot;works&amp;quot; now it's just a matter of polishing up the VS integration piece and building templates and generally making the barrier to entry lower.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>justinc</author><pubDate>Tue, 05 Aug 2008 17:20:12 GMT</pubDate><guid isPermaLink="false">New Post: VS2008 Again 20080805052012P</guid></item><item><title>New Post: VS2008 Again</title><link>http://www.codeplex.com/NBusiness/Thread/View.aspx?ThreadId=32788</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
I have an installation of Visual Studio 2008 with the VS SDK.&amp;nbsp; The latest source from SVN (as of Aug. 2) compiles (almost) cleanly.&amp;nbsp; However, when trying the 'experimental hive' of Visual Studio I still can't get any projects having to do with E# projects.&amp;nbsp; Am I missing something, or is support for VS2008 not ready yet?&amp;nbsp; If not, how would you suggest I proceed in order to test drive NBusiness?&amp;nbsp; &lt;br&gt;
&lt;br&gt;
Thanks for your time and efforts!&lt;br&gt;
Yuval&lt;br&gt;
&lt;/div&gt;</description><author>tanden</author><pubDate>Sat, 02 Aug 2008 15:55:43 GMT</pubDate><guid isPermaLink="false">New Post: VS2008 Again 20080802035543P</guid></item><item><title>Source code checked in, #34514</title><link>http://www.codeplex.com/NBusiness/SourceControl/ListDownloadableCommits.aspx</link><description>I have switched the default template generators over to use Spark. I have also changed the template engine model where you have to create a custom tool for each type of template engine you wish to have. These are somewhat easy to create. Spark is a lot better than NVelocity&amp;#33;</description><author>justinc</author><pubDate>Mon, 28 Jul 2008 07:29:10 GMT</pubDate><guid isPermaLink="false">Source code checked in, #34514 20080728072910A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Home&amp;version=39</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=NBusiness&amp;amp;DownloadId=5242" alt="NBusiness" /&gt; &lt;b&gt;NBusiness: A Entity Domain Specific Language Tool&lt;/b&gt;&lt;br /&gt;&lt;i&gt;A .NET Entity DSL Provider, Templated Code Generator, Visual Studio Plugin and Business Object Framework&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;note:&lt;/b&gt; &lt;i&gt;[This wiki is in the process of updating for v3 of NBusiness, some pages may not be accurate right now]&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;NBusiness is a Visual Studio Plugin that allows you to define entities and models in projects of various languages (i.e. C#, VB and &lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Boo&amp;amp;referringTitle=Home"&gt;Boo&lt;/a&gt;). Once defined these &lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Entities&amp;amp;referringTitle=Home"&gt;Entities&lt;/a&gt; and &lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Models&amp;amp;referringTitle=Home"&gt;Models&lt;/a&gt; can be attached to &lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Templates&amp;amp;referringTitle=Home"&gt;Templates&lt;/a&gt; that will generate code in the language of the project. NBusiness can be used to generate middle tiers of applications as well as SQL for performing data access and even database tables.&lt;br /&gt; &lt;br /&gt;NBusiness includes &lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Templates&amp;amp;referringTitle=Home"&gt;Templates&lt;/a&gt; for generating &lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=CSLA&amp;amp;referringTitle=Home"&gt;CSLA&lt;/a&gt; business objects and NBusiness business objects. &lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Templates&amp;amp;referringTitle=Home"&gt;Templates&lt;/a&gt; are easy to create and existing &lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Templates&amp;amp;referringTitle=Home"&gt;Templates&lt;/a&gt; are easy to customize. &lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=NBusiness&amp;amp;DownloadId=5242" alt="NBusiness" /&gt; &lt;b&gt;Benefits of using NBusiness&lt;/b&gt;&lt;br /&gt;NBusiness differentiates itself from other code generators with a few distinct points:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Your &lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=DSL&amp;amp;referringTitle=Home"&gt;DSL&lt;/a&gt; is E# rather than XML.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Computers like to read XML but people like to read Code.&lt;/li&gt;&lt;li&gt;Source Control software doesn't like to merge XML but it does like to merge Code.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Your DSL &lt;i&gt;is&lt;/i&gt; the &lt;a href="http://justnbusiness.blogspot.com/2007/06/nearing-v20-release.html" class="externalLink"&gt;source of truth&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;i&gt;NOT&lt;/i&gt; the database.&lt;/li&gt;&lt;li&gt;NBusiness supports business objects, not just data access.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Creating%20your%20own%20template&amp;amp;referringTitle=Home" class="externalLink"&gt;Object oriented templates.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;NBusiness also comes with some template generator tools for popular view engines such as &lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=NVelocity&amp;amp;referringTitle=Home"&gt;NVelocity&lt;/a&gt; and &lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Spark&amp;amp;referringTitle=Home"&gt;Spark&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Visual Studio Integration (&lt;a href="http://www.codeplex.com/NBusiness/Release/ProjectReleases.aspx?ReleaseId=3900" class="externalLink"&gt;v2.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, &lt;a href="http://www.justnbusiness.com/uploads/images/nbusiness-vsintegration.png" class="externalLink"&gt;screenshot&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=NBusiness&amp;amp;DownloadId=5242" alt="NBusiness" /&gt; &lt;b&gt;More Information&lt;/b&gt;&lt;br /&gt;To get more information about NBusiness please visit the other areas of our wiki pages:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Frequently%20Asked%20Questions%20%28FAQ%29&amp;amp;referringTitle=Home"&gt;Frequently Asked Questions (FAQ)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Getting%20Started&amp;amp;referringTitle=Home"&gt;Getting Started&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Project documentation&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=A%20simple%20entity&amp;amp;referringTitle=Home"&gt;A simple entity&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Creating%20relationships&amp;amp;referringTitle=Home"&gt;Creating relationships&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Creating%20rules&amp;amp;referringTitle=Home"&gt;Creating rules&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Specifying%20actions&amp;amp;referringTitle=Home"&gt;Specifying actions&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Assigning%20templates&amp;amp;referringTitle=Home"&gt;Assigning templates&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Compiling%20an%20entity%20project%20using%20esc&amp;amp;referringTitle=Home"&gt;Compiling an entity project using esc&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Visual%20Studio%20Integration&amp;amp;referringTitle=Home"&gt;Visual Studio Integration&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Using%20your%20NBusiness%20objects&amp;amp;referringTitle=Home"&gt;Using your NBusiness objects&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Using%20the%20entity%20data%20source%20control&amp;amp;referringTitle=Home"&gt;Using the entity data source control&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Configuring%20NBusiness&amp;amp;referringTitle=Home"&gt;Configuring NBusiness&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Extending NBusiness&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Creating%20your%20own%20provider&amp;amp;referringTitle=Home"&gt;Creating your own provider&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Creating%20your%20own%20template&amp;amp;referringTitle=Home"&gt;Creating your own template&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Adding%20custom%20code&amp;amp;referringTitle=Home"&gt;Adding custom code&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Extras&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Gold%20Parser%20Grammar&amp;amp;referringTitle=Home"&gt;Gold Parser Grammar&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://www.justnbusiness.com/" class="externalLink"&gt;justnbusiness &lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - An NBusiness developer blog&lt;/li&gt;&lt;li&gt;Futures&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Entity%20Inheritance&amp;amp;referringTitle=Home"&gt;Entity Inheritance&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Entity%20Models&amp;amp;referringTitle=Home"&gt;Entity Models&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Entity%20Attributes&amp;amp;referringTitle=Home"&gt;Entity Attributes&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Partial%20Entities&amp;amp;referringTitle=Home"&gt;Partial Entities&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Entity%20Reflection&amp;amp;referringTitle=Home"&gt;Entity Reflection&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NBusiness/Wiki/View.aspx?title=Targeted%20Validation&amp;amp;referringTitle=Home"&gt;Targeted Validation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=NBusiness&amp;amp;DownloadId=5242" alt="NBusiness" /&gt; &lt;b&gt;Powered By NBusiness&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.pertnearsandstone.com/default.aspx" class="externalLink"&gt;Pert Near Sandstone&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.justnbusiness.com" class="externalLink"&gt;justnbusiness&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=NBusiness&amp;amp;DownloadId=9914" alt="Powered By NBusiness" /&gt; feel free to use &lt;a href="javascript:window.location.href='http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=NBusiness&amp;amp;DownloadId=9914';"&gt;this&lt;/a&gt; logo on your site!&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=NBusiness&amp;amp;DownloadId=5242" alt="NBusiness" /&gt; &lt;b&gt;Developers Wanted!&lt;/b&gt;&lt;br /&gt;We're looking for developers experienced with business object frameworks, code generation, ORM, compilers or unit testing. Furthermore we're seeking conversation on how best to define syntax for &amp;quot;Entity Languages&amp;quot; and the responsibilities of business objects. We are also looking for anyone experienced in Aspect Oriented Programming and Intentional Programming to help expand our minds and to help us incorporate those concepts as well as possible.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=NBusiness&amp;amp;DownloadId=5242" alt="NBusiness" /&gt;If you would like to join the NBusiness team or contact the project lead send an email to &lt;a href="mailto:justncase80@gmail.com" class="externalLink"&gt;justncase80@gmail.com &lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>justinc</author><pubDate>Wed, 23 Jul 2008 03:47:36 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080723034736A</guid></item><item><title>Source code checked in, #34422</title><link>http://www.codeplex.com/NBusiness/SourceControl/ListDownloadableCommits.aspx</link><description>Cleaning up the end to end process. The ESharpCodeGenerator will now create one file for each template on an entity.</description><author>justinc</author><pubDate>Mon, 21 Jul 2008 00:35:19 GMT</pubDate><guid isPermaLink="false">Source code checked in, #34422 20080721123519A</guid></item><item><title>Source code checked in, #34398</title><link>http://www.codeplex.com/NBusiness/SourceControl/ListDownloadableCommits.aspx</link><description>Underlying frameworks are now accessed through IFrameworkService, Csla is currently supported. The unit tests will need to be majorly fixed up but validation rules are now working for Csla.</description><author>justinc</author><pubDate>Fri, 18 Jul 2008 14:10:27 GMT</pubDate><guid isPermaLink="false">Source code checked in, #34398 20080718021027P</guid></item><item><title>Source code checked in, #34386</title><link>http://www.codeplex.com/NBusiness/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>justinc</author><pubDate>Fri, 18 Jul 2008 02:15:27 GMT</pubDate><guid isPermaLink="false">Source code checked in, #34386 20080718021527A</guid></item><item><title>Source code checked in, #34288</title><link>http://www.codeplex.com/NBusiness/SourceControl/ListDownloadableCommits.aspx</link><description>Some validation changes, somewhat working. Still a few tests to touch up. You can now specify a delegate in your settings as a validationbase type and it will find methods that match it&amp;#39;s signature as rules.</description><author>justinc</author><pubDate>Sat, 12 Jul 2008 14:39:57 GMT</pubDate><guid isPermaLink="false">Source code checked in, #34288 20080712023957P</guid></item><item><title>Source code checked in, #34204</title><link>http://www.codeplex.com/NBusiness/SourceControl/ListDownloadableCommits.aspx</link><description>improved code coverage for Query library and addition of the NBusinessTemplateCodeGenerator.</description><author>justinc</author><pubDate>Thu, 03 Jul 2008 15:40:48 GMT</pubDate><guid isPermaLink="false">Source code checked in, #34204 20080703034048P</guid></item><item><title>Source code checked in, #34154</title><link>http://www.codeplex.com/NBusiness/SourceControl/ListDownloadableCommits.aspx</link><description>Improved code coverage for NBusiness.Data.Providers.SqlServer</description><author>justinc</author><pubDate>Fri, 27 Jun 2008 13:48:05 GMT</pubDate><guid isPermaLink="false">Source code checked in, #34154 20080627014805P</guid></item><item><title>Source code checked in, #34123</title><link>http://www.codeplex.com/NBusiness/SourceControl/ListDownloadableCommits.aspx</link><description>Big updates to the Query library and the Model library. The query library now supports insert&amp;#47;update&amp;#47;delete as well as fetch. Can be used for transactions and will be the only way to communicate into the IDataProvider from the model library.</description><author>justinc</author><pubDate>Wed, 25 Jun 2008 03:33:14 GMT</pubDate><guid isPermaLink="false">Source code checked in, #34123 20080625033314A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/NBusiness/SourceControl/ListDownloadableCommits.aspx</link><description>a variety of upgrades in process.</description><author>justinc</author><pubDate>Mon, 02 Jun 2008 04:12:20 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080602041220A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/NBusiness/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>justinc</author><pubDate>Sat, 19 Apr 2008 02:22:05 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080419022205A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/NBusiness/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed up intellisense, the beginnings are there. Some big performance improvements in hilighting and intellisense. There is still lots of room for improvement.</description><author>justinc</author><pubDate>Thu, 17 Apr 2008 13:42:00 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080417014200P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/NBusiness/SourceControl/ListDownloadableCommits.aspx</link><description>Big improvements with VisualStudio parsing performance. Some colorizing changes, but I still can&amp;#39;t figure out how to get intellisense to appear without hitting ctrl&amp;#43;j. Everything appears to be correct yet it still does not call &amp;#34;GetDeclarations&amp;#34;.</description><author>justinc</author><pubDate>Tue, 15 Apr 2008 03:00:30 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080415030030A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/NBusiness/SourceControl/ListDownloadableCommits.aspx</link><description>Authorization tests.</description><author>justinc</author><pubDate>Mon, 14 Apr 2008 16:39:25 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080414043925P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/NBusiness/SourceControl/ListDownloadableCommits.aspx</link><description>Added more unit tests for access rules. Found a bug related to file encoding and fixed that and added some unit tests.</description><author>justinc</author><pubDate>Mon, 14 Apr 2008 00:59:20 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080414125920A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/NBusiness/SourceControl/ListDownloadableCommits.aspx</link><description>Beginning to imlement arbitrary access rules. Passing first unit test.&amp;#13;&amp;#10;Code comments unit tests.</description><author>justinc</author><pubDate>Sun, 13 Apr 2008 03:20:26 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080413032026A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/NBusiness/SourceControl/ListDownloadableCommits.aspx</link><description>Created a unit test for testing custom validation rule frameworks.</description><author>justinc</author><pubDate>Sat, 12 Apr 2008 19:11:28 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080412071128P</guid></item></channel></rss>