<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Niels R. &#187; Vici MVC</title>
	<atom:link href="http://lxit.be/tag/vici-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://lxit.be</link>
	<description>... LXIT.be ...</description>
	<lastBuildDate>Tue, 17 Aug 2010 19:04:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Developer Evangelism</title>
		<link>http://lxit.be/the-web/developer-evangelism/</link>
		<comments>http://lxit.be/the-web/developer-evangelism/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 08:57:14 +0000</pubDate>
		<dc:creator>Niels R.</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[Developer Evangelism]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Vici MVC]]></category>
		<category><![CDATA[Vici Project]]></category>

		<guid isPermaLink="false">http://lxit.be/?p=84</guid>
		<description><![CDATA[Yesterday I attended the StackOverflow DevDays in Amsterdam. Some minor attempts were made to put out the word of the Vici Project (and in particular Vici MVC). A reply to a tweet of @B_Virtual lead us to this website: Developer &#8230; <a href="http://lxit.be/the-web/developer-evangelism/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I attended the <a title="Schedule of the StackOverflow DevDay in Amsterdam" href="http://stackoverflow.carsonified.com/events/amsterdam/">StackOverflow DevDays in Amsterdam</a>. Some minor attempts were made to put out the word of the <a title="Vici Project - A collection of free tools for building next-generation online applications for .NET." href="http://viciproject.com/">Vici Project</a> (and in particular <a title="Vici MVC - An open-source MVC Web Application Framework for .NET 2.0 or higher." href="http://viciproject.com/wiki/projects/mvc/home">Vici MVC</a>).</p>
<p><a title="Christian Heilmann (codepo8) replied on a tweet from Björn" href="http://twitter.com/codepo8/status/5361598488">A reply</a> to <a title="Tweet from Björn about Vici Project" href="http://twitter.com/B_Virtual/status/5361550438">a tweet</a> of <a title="Björn Bailleul (B-Virtual) on Twitter" href="http://twitter.com/b_virtual">@B_Virtual</a> lead us to this website: <a title="Developer Evangelism handbook" href="http://www.developer-evangelism.com/">Developer Evangelism</a></p>
<p>We&#8217;ll be digging into the website and hopefully we can get some information that will help us spreading the word of &#8220;our&#8221; open-source project(s).</p>
]]></content:encoded>
			<wfw:commentRss>http://lxit.be/the-web/developer-evangelism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You want ASP.NET MVC? Choose Vici MVC!</title>
		<link>http://lxit.be/programming/you-want-aspnet-mvc-choose-vici-mvc/</link>
		<comments>http://lxit.be/programming/you-want-aspnet-mvc-choose-vici-mvc/#comments</comments>
		<pubDate>Sun, 31 May 2009 08:16:27 +0000</pubDate>
		<dc:creator>Niels R.</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ORM]]></category>
		<category><![CDATA[Vici CoolStorage]]></category>
		<category><![CDATA[Vici MVC]]></category>
		<category><![CDATA[Vici Parser]]></category>
		<category><![CDATA[Vici Project]]></category>

		<guid isPermaLink="false">http://lxit.be/?p=77</guid>
		<description><![CDATA[Yesterday, Philippe Leybaert released Vici MVC 2.0. This full-blown MVC framework for building ASP.NET web applications without using WebForms is now part of the open-source Vici Project. Philippe describes Vici Project as follows: &#8220;The idea of the Vici Project is to provide &#8230; <a href="http://lxit.be/programming/you-want-aspnet-mvc-choose-vici-mvc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday, Philippe Leybaert released Vici MVC 2.0. This full-blown MVC framework for building ASP.NET web applications without using WebForms is now part of the open-source <a title="Vici Project - Free open-source tools for building next-generation (online) applications for .NET." href="http://viciproject.com">Vici Project</a>.</p>
<p>Philippe describes Vici Project as follows: &#8220;The idea of the Vici Project is to provide .NET developers with a collection of lightweight libraries and frameworks, and at the same time get the community involved in the development and support of these libraries.&#8221;</p>
<p>The first sub-project of the Vici Project to be released is <a title="Vici MVC - An open-source MVC Web Application Framework for .NET 2.0 or higher." href="http://viciproject.com/wiki/projects/mvc/home" target="_blank">Vici MVC</a>, formerly known as ProMesh.NET. Later this week, 2 other projects will be released as well: <a title="Vici Parser - An open-source .NET library for late-bound expression parsing and template rendering." href="http://viciproject.com/wiki/projects/parser/home" target="_blank">Vici Parser</a> (formerly LazyParser.NET/SharpTemplate.NET) and <a title="Vici CoolStorage - An open-source fully typed Object Relational Mapping (ORM) library for .NET 2.0." href="http://viciproject.com/wiki/projects/coolstorage/home" target="_blank">Vici CoolStorage</a> (formerly CoolStorage.NET).</p>
<p>I personally use Promesh.NET/Vici.Mvc with Coolstorage.NET/Vici.CoolStorage for some months now and I really enjoy developing web applications using this powerful framework.<br />
After getting tired of using WebForms I&#8217;m happy that I now again have full control of my application! No more ViewState&#8217;s, no more &#8220;wanna-be-events&#8221;, &#8230;</p>
<p>Are you a .NET web developer? Get your ass over <a title="Vici Project - Free open-source tools for building next-generation (online) applications for .NET." href="http://viciproject.com/">there</a> and try out this wonderful products!</p>
]]></content:encoded>
			<wfw:commentRss>http://lxit.be/programming/you-want-aspnet-mvc-choose-vici-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

