<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by schoenbeck</title>
    <description>Stories kicked by schoenbeck</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Fun with MDA: generating and testing the modeled web application</title>
      <description>Live and let code! This article tells you how an application model generated with Olivanova can be easily transformed into a running client/server web application within five minutes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmdafun.blogspot.com%2f2008%2f07%2fpart-five-generating-and-testing.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmdafun.blogspot.com%2f2008%2f07%2fpart-five-generating-and-testing.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Fun_with_MDA_generating_and_testing_the_modeled_web_application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Fun_with_MDA_generating_and_testing_the_modeled_web_application</guid>
      <pubDate>Wed, 30 Jul 2008 16:24:06 GMT</pubDate>
    </item>
    <item>
      <title>MDA rocks: modeling the user interface with OlivaNova</title>
      <description>In this tutorial I'll show you how easy a fully functional user interface can be modeled with OlivaNova on top of the business logic that has already been defined within the model. The running application can be seen on http://www.c5solutions.de/TravelmanagementDemo . Enjoy! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmdafun.blogspot.com%2f2008%2f07%2fpart-four-modeling-user-interface.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmdafun.blogspot.com%2f2008%2f07%2fpart-four-modeling-user-interface.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/MDA_rocks_modeling_the_user_interface_with_OlivaNova</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/MDA_rocks_modeling_the_user_interface_with_OlivaNova</guid>
      <pubDate>Fri, 18 Jul 2008 21:16:12 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC preview release 4 - part 1</title>
      <description>The ASP.NET MVC team is in the final stages of finishing up a new &amp;quot;Preview 4&amp;quot; release that they hope to ship later this week.  The Preview 3 release focused on finishing up a lot of the underlying core APIs and extensibility points in ASP.NET MVC.  Starting with Preview 4 this week you'll start to see more and more higher level features begin to appear that build on top of the core foundation and add nice productivity.

There are a bunch of new features and capabilities in this new build - so much in fact that I decided I needed two posts to cover them all.  This first post will cover the new Caching, Error Handling and Security features in Preview 4, as well as some testing improvements it brings.  My next post will cover the new AJAX features being added with this release as well.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f07%2f14%2fasp-net-mvc-preview-4-release-part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f07%2f14%2fasp-net-mvc-preview-4-release-part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_preview_release_4_part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_preview_release_4_part_1</guid>
      <pubDate>Mon, 14 Jul 2008 19:01:09 GMT</pubDate>
    </item>
    <item>
      <title>Have fun with MDA: modeling business logic</title>
      <description>This is part three of my five-part tutorial that shows how to implement a web-based database application with a powerful MDA-Tool called OlivaNova Modeler. In this part, I'll explain how to implement nearly any business logic within the software model. When generating the code, the business logic is also transformed into C# code that matches the business logic defined in the model - and of course - you could also transform it into Java J2EE code that behaves identically. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmdafun.blogspot.com%2f2008%2f07%2fpart-three-modeling-business-logic.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmdafun.blogspot.com%2f2008%2f07%2fpart-three-modeling-business-logic.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Have_fun_with_MDA_modeling_business_logic</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Have_fun_with_MDA_modeling_business_logic</guid>
      <pubDate>Tue, 08 Jul 2008 22:10:53 GMT</pubDate>
    </item>
    <item>
      <title>Building a web-based database application within 8 hours, Part Two</title>
      <description>This is part two of my five-part tutorial about implementing a web-based database application with the OlivaNova Modeler. In this part, we're going to discuss a rather simple task, the creation of classes, attributes, associations and inheritance. Modeling the class diagram is the foundation of modeling all other logics and user interface features, such as transactional business logic and AJAXified data views, filters and service forms. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmdafun.blogspot.com%2f2008%2f07%2fpart-two-modeling-class-diagram.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmdafun.blogspot.com%2f2008%2f07%2fpart-two-modeling-class-diagram.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Building_a_web_based_database_application_within_8_hours_Part_Two</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Building_a_web_based_database_application_within_8_hours_Part_Two</guid>
      <pubDate>Thu, 03 Jul 2008 18:04:22 GMT</pubDate>
    </item>
    <item>
      <title>Building a web-based database application within 8 hours</title>
      <description>This article shows you how to implement a rock-solid, multi-tier, scalable, AJAXified C# ASP.NET client/server-application with ease. The tutorial consists of five parts that show how the application has been modeled. Today, I'd like to start with a short introduction and the specification of the application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmdafun.blogspot.com%2f2008%2f07%2fthats-cool-mda-introduction.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmdafun.blogspot.com%2f2008%2f07%2fthats-cool-mda-introduction.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Building_a_web_based_database_application_within_8_hours</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Building_a_web_based_database_application_within_8_hours</guid>
      <pubDate>Tue, 01 Jul 2008 23:51:52 GMT</pubDate>
    </item>
  </channel>
</rss>