<feed version="0.3" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns="http://purl.org/atom/ns#" xml:lang="en-US"><title>Bayer White, Connected Systems MVP - .Net Made Easy With WF</title><link rel="alternate" type="text/html" href="http://whiteknighttechnology.com/cs/blogs/bayer_white/default.aspx" /><tagline type="text/html">&lt;B&gt;&lt;Font face='Arial' color='Orange'&gt;&lt;i&gt;Let Your Mind Flow!&lt;/i&gt;&lt;/font&gt;&lt;/B&gt;</tagline><id>http://whiteknighttechnology.com/cs/blogs/bayer_white/default.aspx</id><author><url>http://whiteknighttechnology.com/cs/blogs/bayer_white/default.aspx</url></author><generator url="http://communityserver.org" version="1.1.0.51101">Community Server</generator><modified>2008-04-08T20:03:00Z</modified><entry><title>&amp;quot;Live Mesh and Other Clouds&amp;quot;...Jacksonville Arch SIG Meets July 22, 2008</title><link rel="alternate" type="text/html" href="http://whiteknighttechnology.com/cs/blogs/bayer_white/archive/2008/07/21/2239.aspx" /><id>720582ff-8035-4bfa-b342-71888eb27a37:2239</id><created>2008-07-21T13:53:00Z</created><content type="text/html" mode="escaped">&lt;p&gt;
Our Arch SIG is meeting tomorrow and the topic is “Live Mesh and Other Clouds”. If you have been reading magazines like Visual Studio and MSDN, you might have read about SSDS(SQL Server Data Services) which is a new concept coming over the horizon. Check out Eugene Chuvyrov as he gives us an overview of this technology concept!
&lt;/p&gt;
&lt;p&gt;
For directions and to register, click &lt;a href="https://www.clicktoattend.com/invitation.aspx?code=129976"&gt;here&lt;/a&gt;
&lt;/p&gt;&lt;img src="http://whiteknighttechnology.com/cs/aggbug.aspx?PostID=2239" width="1" height="1"&gt;</content><slash:comments>0</slash:comments><wfw:commentRss>http://whiteknighttechnology.com/cs/blogs/bayer_white/commentrss.aspx?PostID=2239</wfw:commentRss></entry><entry><title>Speaking At PASS 2008 In Seattle</title><link rel="alternate" type="text/html" href="http://whiteknighttechnology.com/cs/blogs/bayer_white/archive/2008/06/25/2201.aspx" /><id>720582ff-8035-4bfa-b342-71888eb27a37:2201</id><created>2008-06-26T03:36:00Z</created><content type="text/html" mode="escaped">&lt;p&gt;
I just got back word from my buddy Brian, that we were invited back to &lt;a href="https://www.sqlpass.org/Pages/Default.aspx"&gt;PASS&lt;/a&gt;. This will be my forth year speaking at this conference and even though Brian and I keep the same title of our session, "Hacking SqlServer" every year is diffrent due to new threats and technologies. This means that we are continually implementing new tactics and technologies within our demos to help form opinions within our audiances if certain practices are safe or not. This year I will probably put LINQ to the test for our hacking dual demo and Brian may flash some new features of SQLServer 2008.
&lt;/p&gt;&lt;img src="http://whiteknighttechnology.com/cs/aggbug.aspx?PostID=2201" width="1" height="1"&gt;</content><slash:comments>0</slash:comments><wfw:commentRss>http://whiteknighttechnology.com/cs/blogs/bayer_white/commentrss.aspx?PostID=2201</wfw:commentRss></entry><entry><title>Generic &amp;quot;HasValue&amp;quot; And Policy Activity Gotcha</title><link rel="alternate" type="text/html" href="http://whiteknighttechnology.com/cs/blogs/bayer_white/archive/2008/06/25/2200.aspx" /><id>720582ff-8035-4bfa-b342-71888eb27a37:2200</id><created>2008-06-26T03:23:00Z</created><content type="text/html" mode="escaped">&lt;p&gt;
Recently I noticed this error,&lt;b&gt; Cannot evaluate property "HasValue" because its target object is null.&lt;/b&gt; I did not get it at compilation of my workflow project, but running a workflow application.
I use generic data types whenever possible, and I use the "HasValue" property as well, so when I started getting this error I was not sure where to start looking. 
Fortunately, this error means exactly what it says and since I cannot debug to the point where it occurs it probably means it is happening within a WF rule or condition.
&lt;/p&gt;
&lt;p&gt;
Normally if you have code that looks like 
&lt;b&gt;if(NewPerson.IsMarried.HasValue &amp;&amp; NewPerson.IsMarried.Value == true)&lt;/b&gt; it will process fine, however if you use generic data types regularly like me within policy activities you will come across the same error message like above. Fortunately, the way around this issue is to simply use the null condition so that your policy's business rules look similiar to this...
&lt;b&gt;if(NewPerson.IsMarried!=null &amp;&amp; NewPerson.IsMarried.Value == true)&lt;/b&gt; 
  
&lt;/p&gt;&lt;img src="http://whiteknighttechnology.com/cs/aggbug.aspx?PostID=2200" width="1" height="1"&gt;</content><slash:comments>0</slash:comments><wfw:commentRss>http://whiteknighttechnology.com/cs/blogs/bayer_white/commentrss.aspx?PostID=2200</wfw:commentRss></entry><entry><title>Jacksonville .Net Code Camp 2008, Suggest A Topic!</title><link rel="alternate" type="text/html" href="http://whiteknighttechnology.com/cs/blogs/bayer_white/archive/2008/06/25/2198.aspx" /><id>720582ff-8035-4bfa-b342-71888eb27a37:2198</id><created>2008-06-25T20:02:00Z</created><content type="text/html" mode="escaped">&lt;p&gt;
The official site for &lt;a href="http://www.jaxcodecamp.com"&gt;Jacksonville's 2008 Code Camp&lt;/a&gt; is up! The actual event is scheduled for August 23, 2008. Check out the site and add suggestions of topics that you are interested in learning more about.
&lt;/p&gt;&lt;img src="http://whiteknighttechnology.com/cs/aggbug.aspx?PostID=2198" width="1" height="1"&gt;</content><slash:comments>0</slash:comments><wfw:commentRss>http://whiteknighttechnology.com/cs/blogs/bayer_white/commentrss.aspx?PostID=2198</wfw:commentRss></entry><entry><title>Jacksonville,Fl. Architects SIG Meets June 24, 2008</title><link rel="alternate" type="text/html" href="http://whiteknighttechnology.com/cs/blogs/bayer_white/archive/2008/06/13/2188.aspx" /><id>720582ff-8035-4bfa-b342-71888eb27a37:2188</id><created>2008-06-13T21:18:00Z</created><content type="text/html" mode="escaped">&lt;p&gt;
Well, I hope everyone is starting to enjoy the warm weather and the feeling of summer, which reminds me… this summer’s first meeting is scheduled June 24, 2008. This meeting will be a little different than any we have had in the past. The plan is to get our group to participate and learn by helping others within the community. I will start off the meeting with some basic architectural concerns/issues that are common within most IT shops, and hopefully this will break the ground for other participants to share their experience and expertise within certain areas.
&lt;/p&gt;
&lt;p&gt; 
Please plan on attending this meeting if possible. I would like to have as many participants as possible to cover different topic areas.
&lt;/p&gt;
&lt;p&gt;
Register &lt;a href="http://www.clicktoattend.com/?id=129412"&gt;here&lt;/a&gt;
&lt;/p&gt;&lt;img src="http://whiteknighttechnology.com/cs/aggbug.aspx?PostID=2188" width="1" height="1"&gt;</content><slash:comments>0</slash:comments><wfw:commentRss>http://whiteknighttechnology.com/cs/blogs/bayer_white/commentrss.aspx?PostID=2188</wfw:commentRss></entry><entry><title>Orlando, Fl. Microsoft Community Summit Recap</title><link rel="alternate" type="text/html" href="http://whiteknighttechnology.com/cs/blogs/bayer_white/archive/2008/06/10/2179.aspx" /><id>720582ff-8035-4bfa-b342-71888eb27a37:2179</id><created>2008-06-10T15:29:00Z</created><content type="text/html" mode="escaped">&lt;p&gt;
Many thanks to Joe Healy and crew for organizing the community summit we had last weekend. I came down to Orlando, Fl. last Saturday, not sure what to expect, however when I saw the facilities and attendees, I knew that this was going to be a fun weekend. To recap...We were able to use the civic center for the weekend in between the first and second weeks of Teched. It almost felt like we were speaking at Teched, minus a few thousand attendees. However our MS TE's and community leaders did an outstanding job of organizing the event.
&lt;/p&gt;
&lt;p&gt;
Saturday night we had a geek social where our very own Eugene Chuvyrov spun the dance hits. He did a great job of DJing the party and getting things rolling throughout the night. There were some cool games played for play money to buy an XBox 360.
&lt;/p&gt;
&lt;p&gt;
My talk was last Sunday morning at 9 a.m.(probably one of the earliest times I have ever spoke), and I think I pulled around 100 attendees. I did a 1.5 hour presentation on WF, setting the foundation on what to expect for later presentations that followed  for 3.0/3.5 services.
&lt;/p&gt;
&lt;p&gt;
Based on some of the feedback I received from speaking, my next couple of blog postings will be focused on answering the questions that were gathered from my session.
&lt;/p&gt;&lt;img src="http://whiteknighttechnology.com/cs/aggbug.aspx?PostID=2179" width="1" height="1"&gt;</content><slash:comments>2</slash:comments><wfw:commentRss>http://whiteknighttechnology.com/cs/blogs/bayer_white/commentrss.aspx?PostID=2179</wfw:commentRss></entry><entry><title>Speaking at Microsoft Community Summit 2008(tweener)</title><link rel="alternate" type="text/html" href="http://whiteknighttechnology.com/cs/blogs/bayer_white/archive/2008/05/30/2167.aspx" /><id>720582ff-8035-4bfa-b342-71888eb27a37:2167</id><created>2008-05-30T14:08:00Z</created><content type="text/html" mode="escaped">&lt;p&gt;
Many of us have the unique opportunity of heading to Florida for &lt;a href="http://www.microsoft.com/events/teched2008/default.mspx"&gt;Tech-ed&lt;/a&gt; in the next couple of weeks. One of the most anticipated conferences Microsoft hosts. Unfortunately, like so many others, I will not be able to attend due to client needs. Fortunately though, Microsoft Florida Evangelist, &lt;a href="http://www.devfish.net/"&gt;Joe Healy&lt;/a&gt; and crew have found an effective way of utilizing the Orlando Convention Center in &lt;b&gt;between&lt;/b&gt; Tech-ed tracks. The weekend of June 7-8, 2008, &lt;a href="http://www.devfish.net/articles/inbetween/contacts.aspx"&gt;Microsoft Community Summit, Inbetween&lt;/a&gt; will come to life with some of the most talented speakers in the region. The best thing about it is this event is &lt;b&gt;FREE&lt;/b&gt;. You geeks hearing me out there? If so, click the link and &lt;a href="http://www.devfish.net/articles/inbetween/registrations.aspx"&gt;register&lt;/a&gt;!
&lt;/p&gt;&lt;img src="http://whiteknighttechnology.com/cs/aggbug.aspx?PostID=2167" width="1" height="1"&gt;</content><slash:comments>0</slash:comments><wfw:commentRss>http://whiteknighttechnology.com/cs/blogs/bayer_white/commentrss.aspx?PostID=2167</wfw:commentRss></entry><entry><title>Speaking At Next Jacksonville Technology Council Meeting</title><link rel="alternate" type="text/html" href="http://whiteknighttechnology.com/cs/blogs/bayer_white/archive/2008/05/19/2145.aspx" /><id>720582ff-8035-4bfa-b342-71888eb27a37:2145</id><created>2008-05-19T14:35:00Z</created><content type="text/html" mode="escaped">&lt;p&gt;
It has been awhile since I have spoken this early in the morning however I have the great opportunity of speaking to the Jacksonville Chamber of Commerce's Information Technology Council. My session is on how to gather requirements to encourage software project success. The meeting is Tuesday, May 27, 2008 at FCCJ's Advanced Technology Center, downtown. More information about the council can be found &lt;a href="http://www.myjaxchamber.com/general.asp?id=571"&gt;here&lt;/a&gt;.
&lt;/p&gt;&lt;img src="http://whiteknighttechnology.com/cs/aggbug.aspx?PostID=2145" width="1" height="1"&gt;</content><slash:comments>0</slash:comments><wfw:commentRss>http://whiteknighttechnology.com/cs/blogs/bayer_white/commentrss.aspx?PostID=2145</wfw:commentRss></entry><entry><title>Jax Architects SIG Meets May 27, 2008</title><link rel="alternate" type="text/html" href="http://whiteknighttechnology.com/cs/blogs/bayer_white/archive/2008/05/19/2144.aspx" /><id>720582ff-8035-4bfa-b342-71888eb27a37:2144</id><created>2008-05-19T14:12:00Z</created><content type="text/html" mode="escaped">&lt;p&gt;
Business Process Management was unheard of a few years ago and overshadowed by Service Oriented Architecture.  SOA has changed the way we connect and integrate our systems.  However, SOA is only one aspect of developing a modern solution.  If SOA is the how then BPM is the why. Join us in a lively discussion of BPM where we’ll define BPM, its technology and approaches for adoption.
&lt;/p&gt;
&lt;p&gt;
Register and get directions &lt;a href="http://www.clicktoattend.com/invitation.aspx?code=128579"&gt;here&lt;/a&gt;
&lt;/p&gt;&lt;img src="http://whiteknighttechnology.com/cs/aggbug.aspx?PostID=2144" width="1" height="1"&gt;</content><slash:comments>0</slash:comments><wfw:commentRss>http://whiteknighttechnology.com/cs/blogs/bayer_white/commentrss.aspx?PostID=2144</wfw:commentRss></entry><entry><title>My Month of Speaking</title><link rel="alternate" type="text/html" href="http://whiteknighttechnology.com/cs/blogs/bayer_white/archive/2008/05/16/2138.aspx" /><id>720582ff-8035-4bfa-b342-71888eb27a37:2138</id><created>2008-05-16T18:20:00Z</created><content type="text/html" mode="escaped">&lt;p&gt;
Yesterday was my fourth week speaking consecutively for a month straight. These past weeks have been the most grueling while trying to balance my daily work efforts as a consultant, creating new presentation slides and demos while also trying to balance my family life. There have been many nights of staying up late, learning new things and figuring out ways to effectively present on them. Here is a rundown of the past four weeks and where I have been presenting.  
&lt;/p&gt;
&lt;p&gt;
Annually I do a lot of Florida code camp presentations but for the end of April into May, I wanted to focus strictly on user groups and special interest groups (SIG). I really did not plan to have all of my presentations run consecutively, however it just seemed to happen that way. I actually had to cancel speaking at the Jax SQL Saturday since I was doing a ton of travelling with work and could not balance the two. April 24, 2008 I had the opportunity to speak in Tallahassee, Fl., at an Architect SIG that had just started up. I did my presentation on gathering and modeling requirements. I was the second speaker after the previous month of Jeff Barnes (MS) priming them up for me. Now I run the Arch SIG in Jax and when I saw around 30+ attendees in Tally I was shocked. I started soul searching trying to figure out what I could do to draw that many to our arch SIG meetings. I mean, these guys were hungry! 
&lt;/p&gt;
&lt;p&gt;
The next week, May 1, 2008, I headed back to Tallahassee, Fl. to speak again, except this time it was at the Capital City .Net User Group. I wound up doing a two hour session on Migrating WF. I had originally planned for an hour session, but these guys were even hungrier. Again, I think we had around 30 or so which really fired me up.  
&lt;/p&gt;
&lt;p&gt;
The third week, May 7, 2008, I spoke at JaxDUG, right here in my home town of Jacksonville, Fl. This was a special time for me because it was in my own backyard, even though there were not many I knew personally that attended, there is just something special about speaking within your local community. This time I spoke on integrating WF with WCF, however a bit more watered down with different demos that I had planned for my next week's presentation at VSLive. I think we had around 25 which also was exciting.
&lt;/p&gt;
&lt;p&gt;
Now for the best part! VSLive has been and will always be one of my favorite conferences. Being in Orlando, Fl. It makes things even more worth wild, because you can enjoy so many things while you are down there. Yesterday, I did my presentation on Integrating WF with WCF and probably had around 50-75 attendees. One of the main reasons why I think the attendees enjoyed it, was because my demos expressed real world scenarios and none of them blew up! More importantly, there were very few people I saw leave during my presentation. Not that it means people do not enjoy what a presenter is presenting on, but I think it means that the presenter has kept it interesting enough, that attendees are connected with what you are presenting on. 
&lt;/p&gt;
&lt;p&gt;
Other than presenting, VSLive was just as fun as if I had just been an attendee. It was a huge rush presenting at it this year and I hope to be back. Everything was top notch and extremely professional. One interesting thing was Crazy Wednesday, a wild event that was hosted by Billy Hollis. Towards the end they needed a panel of speakers to answer questions from the hundreds of developers attending the conference. Billy Hollis was hosting, Rocky Lhotka, Richard Shaw Hale, Walt Ritscher and me made up the panel. It was quite interesting about some of the questions that the attendees came up with however we all had a blast!
&lt;/p&gt;&lt;img src="http://whiteknighttechnology.com/cs/aggbug.aspx?PostID=2138" width="1" height="1"&gt;</content><slash:comments>0</slash:comments><wfw:commentRss>http://whiteknighttechnology.com/cs/blogs/bayer_white/commentrss.aspx?PostID=2138</wfw:commentRss></entry><entry><title>Speaking At Tallahassee, Fl. .Net User Group May 1, 2008</title><link rel="alternate" type="text/html" href="http://whiteknighttechnology.com/cs/blogs/bayer_white/archive/2008/04/30/2113.aspx" /><id>720582ff-8035-4bfa-b342-71888eb27a37:2113</id><created>2008-05-01T00:30:00Z</created><content type="text/html" mode="escaped">&lt;p&gt;
I will be heading back to Tallahassee, Fl. tomorrow to speak at the &lt;a href="http://capitalcitydotnet.net/dotnetnuke/Home/tabid/36/ModuleID/371/ItemID/4/mctl/EventDetails/Default.aspx?selecteddate=5/1/2008"&gt;Capital City .Net User Group&lt;/a&gt; about WF. I was just there last week speaking at the Architecture SIG on tips for gathering requirements and designing architecture, however this week I will be discussing and demonstrating how to complement existing internal frameworks by migrating to Windows Workflow. My examples will focus on integration with current services, using transactions, implementing policies, persisting and tracking workflows and finally I will wrap up with an example of hosting WF within WCF.
&lt;/p&gt;
&lt;p&gt;
If you are in the Tallahassee, Fl. area, please drop by. You can register &lt;a href="https://www.clicktoattend.com/invitation.aspx?code=126704"&gt;here&lt;/a&gt;.&lt;img src="http://whiteknighttechnology.com/cs/aggbug.aspx?PostID=2113" width="1" height="1"&gt;</content><slash:comments>0</slash:comments><wfw:commentRss>http://whiteknighttechnology.com/cs/blogs/bayer_white/commentrss.aspx?PostID=2113</wfw:commentRss></entry><entry><title>Save on Orlando's VSLive 2008 Registration</title><link rel="alternate" type="text/html" href="http://whiteknighttechnology.com/cs/blogs/bayer_white/archive/2008/04/14/2048.aspx" /><id>720582ff-8035-4bfa-b342-71888eb27a37:2048</id><created>2008-04-15T05:38:00Z</created><content type="text/html" mode="escaped">&lt;p&gt;
I can help you save on registration for &lt;a href="http://vslive.com/2008/orlando/default.aspx"&gt;VSLive! Orlando 2008&lt;/a&gt;! Attendees who register for VSLive! Orlando using priority code &lt;b&gt;SOWHI&lt;/b&gt; will receive the Gold Passport all-access pass for just $1,895, a savings of $300.00 off the standard price. &lt;a href="https://center.uoregon.edu/conferences/redmondevents/vslive/vsor08/registration/reg_general_discount.php"&gt;Register&lt;/a&gt; today!
&lt;/p&gt;&lt;img src="http://whiteknighttechnology.com/cs/aggbug.aspx?PostID=2048" width="1" height="1"&gt;</content><slash:comments>0</slash:comments><wfw:commentRss>http://whiteknighttechnology.com/cs/blogs/bayer_white/commentrss.aspx?PostID=2048</wfw:commentRss></entry><entry><title>Experiencing MVP Summit 2008</title><link rel="alternate" type="text/html" href="http://whiteknighttechnology.com/cs/blogs/bayer_white/archive/2008/04/14/2047.aspx" /><id>720582ff-8035-4bfa-b342-71888eb27a37:2047</id><created>2008-04-15T05:04:00Z</created><content type="text/html" mode="escaped">&lt;p&gt;
I finally made it to Seattle, Wa this morning for Microsoft's MVP Summit, and I must say that Microsoft knows how to host an event. Everything has been first class. I have met a bunch of really nice fellow MVPs and finally Mark Clagett, our MVP Lead for Connected Systems...I have never felt so much at home.
&lt;/p&gt;
&lt;p&gt;
While adjusting to the time change this morning of about a 3 hour difference, I went ahead and made my schedule for today based on some open slots that we could choose from on certain topics of interest. One of the sessions I attended was open panel and invoked such a discussion that they decided to repeat it into the next hour of sessions. Little did I know I was going to be asked to facilitate the topics and run the 1 1/2 hour session...What an honor but also quite nerve racking since it was "spur of the moment" and I was speaking with fellow MVPs. After the session was over, I found out a Microsoft employee was tucked in the corner during the session, when he introduced himself and congratulated me on doing a good job. This was very rewarding!
&lt;/p&gt;&lt;img src="http://whiteknighttechnology.com/cs/aggbug.aspx?PostID=2047" width="1" height="1"&gt;</content><slash:comments>0</slash:comments><wfw:commentRss>http://whiteknighttechnology.com/cs/blogs/bayer_white/commentrss.aspx?PostID=2047</wfw:commentRss></entry><entry><title>Jacksonville,Fl. Architects SIG Meets April 22, 2008</title><link rel="alternate" type="text/html" href="http://whiteknighttechnology.com/cs/blogs/bayer_white/archive/2008/04/09/2035.aspx" /><id>720582ff-8035-4bfa-b342-71888eb27a37:2035</id><created>2008-04-09T13:19:00Z</created><content type="text/html" mode="escaped">&lt;p&gt;
Our local architect SIG will meet April 22, 2008 and we will have one of our own, Gábor Lipták, doing a presenation on &lt;a href="http://en.wikipedia.org/wiki/Enterprise_service_bus"&gt;Enterprise Service Bus(ESB)&lt;/a&gt;. Here are the bullet points that will be covered. 
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;ESB Technology&lt;/li&gt;
&lt;li&gt;ESB Functionality&lt;/li&gt;
&lt;li&gt;ESB Patterns&lt;/li&gt;
&lt;li&gt;Custom Services&lt;/li&gt;
&lt;li&gt;ESB Clients&lt;/li&gt;
&lt;li&gt;Hands-on demo of Sonic Workbench. The software site is at:
&lt;a href="http://www.sonicsoftware.com/"&gt;SonicSoftware&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
Please register &lt;a href="http://www.clicktoattend.com/?id=127762"&gt;here&lt;/a&gt; and drop by if you are in the Jacksonville, Fl. area because this is going to be a very interesting topic. Directions to this event can be found in the registration.
&lt;/p&gt;&lt;img src="http://whiteknighttechnology.com/cs/aggbug.aspx?PostID=2035" width="1" height="1"&gt;</content><slash:comments>0</slash:comments><wfw:commentRss>http://whiteknighttechnology.com/cs/blogs/bayer_white/commentrss.aspx?PostID=2035</wfw:commentRss></entry><entry><title>Speaking At Tallahassee, Fl. Arch SIG April 24, 2008</title><link rel="alternate" type="text/html" href="http://whiteknighttechnology.com/cs/blogs/bayer_white/archive/2008/04/08/2033.aspx" /><id>720582ff-8035-4bfa-b342-71888eb27a37:2033</id><created>2008-04-09T03:03:00Z</created><content type="text/html" mode="escaped">&lt;p&gt;
The Tallahassee Arch SIG has changed their meeting date this month because of some minor confusion(probably my fault). It seems they had me scheduled to speak April 17, 2008 however that did not fly with my schedule because I will be in Redmond that week for the MVP Summit. So to prove how great those guys are, they decided to change their meeting date to accommodate my short-comings.
&lt;/p&gt;
&lt;p&gt;April 24, 2008 I will be speaking on how to make projects successful, with a presentation titled, "Requirements To Architecture In 60 Minutes". This presentation was a huge success at Jacksonville's Arch SIG, so I figured I would share it with Tally. Please come by and check out the presentation if you are in the Tallahassee, Fl. area that day. You can register &lt;a href="https://www.clicktoattend.com/invitation.aspx?code=126703"&gt;here&lt;/a&gt;. Here is a description of what I will be speaking on...
&lt;/p&gt;
&lt;p&gt;
What are the steps for successfully architecting a solution? What makes software projects successful? Have you heard these questions before? In 60 minutes, I can show and tell you what makes software projects successful from gathering requirements to providing a stable architecture! This presentation will give you a better idea as to the processes that should be followed and artifacts that should be produced to be make a project 360 degrees successful.
&lt;/p&gt;&lt;img src="http://whiteknighttechnology.com/cs/aggbug.aspx?PostID=2033" width="1" height="1"&gt;</content><slash:comments>0</slash:comments><wfw:commentRss>http://whiteknighttechnology.com/cs/blogs/bayer_white/commentrss.aspx?PostID=2033</wfw:commentRss></entry></feed>