<?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>Chris Roland &#187; Windows</title>
	<atom:link href="http://www.chrisroland.info/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisroland.info</link>
	<description>Software, Web and Database Developer</description>
	<lastBuildDate>Sun, 26 Dec 2010 00:44:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>devLINK 2010 (a week later)</title>
		<link>http://www.chrisroland.info/devlink-2010-a-week-later/</link>
		<comments>http://www.chrisroland.info/devlink-2010-a-week-later/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 14:34:51 +0000</pubDate>
		<dc:creator>Chris Roland</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[F#]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.chrisroland.info/?p=285</guid>
		<description><![CDATA[devLINK (http://devlink.net) is one of the best conferences around. This was my second time around and from my perspective, it was better than last year. Here are the sessions I attended and what I remember one week later. Opening Keynote: The Future of Software Applications Tim Huckaby did a great job creating a vision of [...]]]></description>
			<content:encoded><![CDATA[<p>devLINK (<a href="http://devlink.net">http://devlink.net</a>) is one of the best conferences around.  This was my second time around and from my perspective, it was better than last year.  Here are the sessions I attended and what I remember one week later.</p>
<p><strong>Opening Keynote: The Future of Software Applications</strong><br />
Tim Huckaby did a great job creating a vision of the near future and made me wonder how I can apply natural interfaces in my solutions.  There were times during the keynote I was lost because he was clicking around looking for the next video to show, but overall it was a great message.  The one thing I kept thinking about was, how do natural interfaces apply to me and internal business applications.  So I posted an open space, which I will go over later down.  </p>
<p><strong>Kanban to Cash: Stolen Ideas for a Beautiful Process</strong><br />
Even though I was in the wrong room, thinking it was a different session, I stayed anyway.  I&#8217;m glad I did, because Lee Brandt did an awesome job with this talk.  He went over how he does Kanban, TDD and BDD.  I was cool to see how features were broken down into stories and then translated to specs in NSpec.  It just re-enforces the fact I need to spend more time doing outside-in development.</p>
<p><strong>A Dynamic World Demands Dynamic SQL</strong><br />
This was a good talk and Jeremiah Peschka knows his $%^&#038;.  One of the issues I have is, I spend most of my time with NHibernate between me and SQL Server.  So, the talk left me wanting to know more about how to bring the ORM world and SQL world together in harmony.  I ran into Jeremiah later on during the conference and we had an awesome conversation about DBAs and developers.  Specifically how they interact and what can be done to bring them together.  The #1 thing you can do is, communicate more .  We also went over ways to use an ORM and still keep SQL happy.  I&#8217;m hoping either Jeremiah or someone else does a talk on bridging the gap between DBAs and developers, SQL and ORMs.</p>
<p><strong>Better Contracts, Better Code</strong><br />
If there is one session I took back and applied immediately, it was this one.  I wish I knew about <a href="http://research.microsoft.com/en-us/projects/contracts/">Microsoft Code Contracts</a> a lot sooner and it&#8217;s odd I don&#8217;t hear about them in the community.  Code Contracts are like unit testing, you can&#8217;t imagine how you lived without them.  I&#8217;m still scratching the surface right now as I use them, I&#8217;m looking forward to digging deeper into how they can be applied.  This can easily be seen as the &#8220;hammer and nail&#8221; mindset, but I think of it&#8217;s more like, &#8220;why wasn&#8217;t I using them before&#8221;.  Oh yeah, Kevin Hazzard did a super awesome with this session (Yeah I used super).  I was engaged the entire time and the demos were clear and effective.</p>
<p><strong>What the Math Geeks Don&#8217;t Want You to Know about F#</strong><br />
Another awesome Kevin Hazzard session.  If you have the chance to see him talk, do it.  I&#8217;ve been digging into F# for the last year off and on.  This session went over a lot of topics I&#8217;ve gone over, but it was great to hear his view.  He is the first person I&#8217;ve heard explain currying, were I got it immediately.  I&#8217;ve read about <a href="http://en.wikipedia.org/wiki/Currying">currying</a> and I always have to re-read it to refresh my memory.  After this session, I think it finally sunk in.  The one take away from this session is, functional programming is the future of programming.  Well, at least until the next thing that comes along.</p>
<p><strong>EF 4.0, Restoring the Confidence</strong><br />
Based on the session description, I thought this was going to be a different kind of talk and I was looking forward to getting insight into how <a href="http://msdn.microsoft.com/en-us/library/aa697427(VS.80).aspx">Entity Framework</a> made a come back and what features made that happen.  What the session turned into for me was, an overview of Entity Framework and the basics on how to use it.  It was a good session by Jim Wooley, I just thought it was going to be a different talk.  The good thing is, I needed to see an intro session on EF and this definitely helped.</p>
<p><strong>Advanced NHibernate Tips and Tricks</strong><br />
The one take away, Phil Japikse hates bugs.  Seriously, this was an awesome session and Phil knows his stuff.  I learned a ton of things I&#8217;m looking forward to implementing.  If you use NHibernate, definitely see this session if you have the chance.  Phil had a real world example that helped me understand how I can apply what he was talking about, today.  What&#8217;s interesting, he was the second speaker to mention NSpec during their talk, I need to check it out.</p>
<p><strong>Open Spaces: Natural interfaces and business applications</strong><br />
So, this was the open space session I posted.  What I thought was going to be a talk between one other person and me, if I was lucky, turned into a really great session with a handful of people.  When I arrived there were two guys chillin from the previous session and while waiting for people to show up, we started talking about natural interfaces.  Before I knew it, more people showed up and even one guy who was behind a plant thing who was listening in on the conversation, joined in.  This conversation really helped me see immediately that natural interfaces can be used to solve business problems, beyond a 3D image of an organ.  I will do a post very soon with the notes from the session.  </p>
<p><strong>Real World Entity Framework</strong><br />
If there is anyone you want to talk about Entity Framework with, it&#8217;s Dane Morgridge.  This session was a deeper dive into EF than the previous session and it was great to see more of a real world example into using it.  Since Dane has used EF since the beginning of time, everyone had questions on how they would apply it to their scenario.  This helped convince me, it&#8217;s time to start looking at EF as a possible replacement to NHibernate.</p>
<p><strong>Leveraging Client Capabilities with jQuery in Visual Studio and ASP.NET</strong><br />
To be honest, I ended up in this session because the closing keynote was in the same room right after this one.  It turned out to be a good session by Robert Boedigheimer.  He went over were jQuery would be used and in what cases should the Microsoft AJAX library be used.  </p>
<p><strong>Closing Keynote: Iconoclasm</strong><br />
After reading the description of the keynote, I thought this can either be really good or bomb real bad.  I came out of the keynote mixed.  I think the overall message of the keynote was awesome and mirrors a similar message I&#8217;ve heard lately about the creative generation.  I think this an important message and it ties in great with the opening keynote by Tim Huckaby.  </p>
<p>The way the message was driven home, bugged me.  Using outsourcing, Indians, Chinese or whatever as examples of why you should become an <a href="http://en.wikipedia.org/wiki/Iconoclast">Iconoclast</a>, was dated, not cool and ineffective for me.  I also think using those examples detracted from the overall message Ted Neward was trying to convey.  The other nagging thought in my head was, &#8220;great the next &#8216;thing&#8217;&#8221;.  There is going to be a hoard of individuals in and around the community who are going to be self proclaimed Iconoclasts, yay.</p>
<p>On the other side, it was cool to see examples of group think and how people are influenced.  It&#8217;s funny to see the examples Ted gave and the real world examples all around.  In the end, I came out of the keynote with an interesting perspective on things and I&#8217;m really glad I attended.</p>
<p>In conclusion, devLINK 2010 was awesome and if you have a chance to go next year, GO!  Seriously, the ROI is insane.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisroland.info/devlink-2010-a-week-later/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Great PHP on Windows Contest!</title>
		<link>http://www.chrisroland.info/the-great-php-on-windows-contest/</link>
		<comments>http://www.chrisroland.info/the-great-php-on-windows-contest/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 00:37:35 +0000</pubDate>
		<dc:creator>Chris Roland</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.chrisroland.info/?p=180</guid>
		<description><![CDATA[php&#124;architect is running a contest called The Great PHP on Windows Contest. Basically you can tell from the title, this is a contest about PHP and Windows. The challenge is to develop a PHP application, desktop or web, that runs on Windows. You get bonus points for using Microsoft technology, like SQL Server, Azure, etc. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.phparch.com/c/phpa/main/index">php|architect</a> is running a contest called The Great PHP on Windows Contest.  Basically you can tell from the title, this is a contest about PHP and Windows.  The challenge is to develop a PHP application, desktop or web, that runs on Windows.  You get bonus points for using Microsoft technology, like SQL Server, Azure, etc.  </p>
<p>For more details you can check out <a href="http://www.phparch.com/win">the contest page</a>.</p>
<p>I signed for the contest and they accepted my entry!  My project is Task HUD, a task management web application, should be awesome.  Not just for the contest, but because this is something I need.  Even though nothing is up yet, you can keep track of the progress of Task HUD at <a href="http://www.taskhud.com">http://www.taskhud.com</a>.</p>
<p>I&#8217;m excited to be a part of this contest and I look forward to what the <a href="http://www.phparch.com/win/entries">other entries</a> are developing.</p>
<p>If you use twitter, you can follow what people are saying, using the <a href="http://twitter.com/#search?q=%23winphp">#winphp</a> hash tag and you can follow <a href="http://twitter.com/phparch">@phparch</a>.</p>
<p>If you are a PHP developer, you should sign up, because by the way, did I mention the sweet prizes? no? well, you need to <a href="http://www.phparch.com/win/p/prizes">check them out for yourself</a>.</p>
<p>One last thing, I would like to thank <a href="http://www.appliedi.net/">Applied Innovations</a> for hosting my entry on their servers, rock on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisroland.info/the-great-php-on-windows-contest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

