<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://idevelopwith.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Joe's Blog</title><subtitle type="html" /><id>http://idevelopwith.net/blogs/joe/atom.aspx</id><link rel="alternate" type="text/html" href="http://idevelopwith.net/blogs/joe/default.aspx" /><link rel="self" type="application/atom+xml" href="http://idevelopwith.net/blogs/joe/atom.aspx" /><generator uri="http://communityserver.org" version="2.1.61129.2">Community Server</generator><updated>2007-05-20T07:15:00Z</updated><entry><title>VSLive Rocks!</title><link rel="alternate" type="text/html" href="http://idevelopwith.net/blogs/joe/archive/2008/12/15/vslive-rocks.aspx" /><id>http://idevelopwith.net/blogs/joe/archive/2008/12/15/vslive-rocks.aspx</id><published>2008-12-15T20:55:56Z</published><updated>2008-12-15T20:55:56Z</updated><content type="html">&lt;p&gt;I spent the last week at &lt;a href="http://vslive.com/2008/dallas/" target="_blank"&gt;VSLive in Dallas&lt;/a&gt;.&amp;#160; Think mental overload.&amp;#160; There were more sessions I wanted to attend, than there was time to attend them.&amp;#160; John Papa gave some very interesting presentations on the Entity Framework.&amp;#160; Miguel Castro gave an excellent presentation on sexy extensibility patterns.&amp;#160; Richard Hale Shaw chaired the event and his presentation on applied generics was great!&amp;#160; There were just too many great presentations to mention.&amp;#160; It was a fun time and it should be on your list of things to do.&lt;/p&gt;&lt;img src="http://idevelopwith.net/aggbug.aspx?PostID=34" width="1" height="1"&gt;</content><author><name>jbennett</name><uri>http://idevelopwith.net/members/jbennett.aspx</uri></author><category term=".NET" scheme="http://idevelopwith.net/blogs/joe/archive/tags/.NET/default.aspx" /><category term="Cool Stuff" scheme="http://idevelopwith.net/blogs/joe/archive/tags/Cool+Stuff/default.aspx" /><category term="Training" scheme="http://idevelopwith.net/blogs/joe/archive/tags/Training/default.aspx" /></entry><entry><title>Enough Said...</title><link rel="alternate" type="text/html" href="http://idevelopwith.net/blogs/joe/archive/2008/10/24/enough-said.aspx" /><id>http://idevelopwith.net/blogs/joe/archive/2008/10/24/enough-said.aspx</id><published>2008-10-24T21:12:55Z</published><updated>2008-10-24T21:12:55Z</updated><content type="html">&lt;p&gt;&lt;a href="http://www.youtube.com/watch?v=Vv2M4aIMc-8" target="_blank"&gt;PDC&lt;/a&gt;&lt;/p&gt;&lt;img src="http://idevelopwith.net/aggbug.aspx?PostID=33" width="1" height="1"&gt;</content><author><name>jbennett</name><uri>http://idevelopwith.net/members/jbennett.aspx</uri></author><category term="Cool Stuff" scheme="http://idevelopwith.net/blogs/joe/archive/tags/Cool+Stuff/default.aspx" /></entry><entry><title>Slick Tools from SlickEdit</title><link rel="alternate" type="text/html" href="http://idevelopwith.net/blogs/joe/archive/2008/07/09/slick-tools-from-slickedit.aspx" /><id>http://idevelopwith.net/blogs/joe/archive/2008/07/09/slick-tools-from-slickedit.aspx</id><published>2008-07-10T03:14:00Z</published><updated>2008-07-10T03:14:00Z</updated><content type="html">&lt;P&gt;Over the last few weeks I've been using the new suite of tools from &lt;A href="http://www.slickedit.com/" target=_blank&gt;&lt;STRONG&gt;&lt;FONT color=#006bad&gt;SlickEdit&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt; for Visual Studio.&amp;nbsp; They are organized in two toolboxes, one for editing and one for version control.&amp;nbsp; Installation into Visual Studio 2008 was smooth and painless.&amp;nbsp; Installation into Visual Studio 2005 was not quite as smooth, but I've been using 2005 for fewer tasks since 2008 was released so I'm not really bothered by that.&amp;nbsp; Your mileage may vary.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The Editing Toolbox&lt;/STRONG&gt; does not include the SlickEdit editor, but utilities that make the time you spend editing in Visual Studio more productive.&amp;nbsp; Included in the toolbox are:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Aliases and Acronyms:&lt;/STRONG&gt; I doubt I'll be using these much.&amp;nbsp; Aliases for directories save you keystrokes when opening files and acronyms are a few characters that expand to longer class or method names.&amp;nbsp; I find myself typing directory names so few times I forget about aliases and by the time I remember what the acronym is for a class name I could have typed it and been on about my business.&amp;nbsp; Maybe I'm just not used to it, but I don't see myself as an alias and acronym kind of guy.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Auto Code Doc Viewer:&lt;/STRONG&gt; This one is a gem.&amp;nbsp; Have you ever wanted MSDN style documentation for your code?&amp;nbsp; Have you been a sad developer since NDoc fizzled?&amp;nbsp; Have you ever wondered what happened to Sandcastle?&amp;nbsp; This little jewel does it on the fly, right in Visual Studio.&amp;nbsp; Very nice!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Code Annotations:&lt;/STRONG&gt; This is another keeper.&amp;nbsp; Do you ever write notes on a legal pad about some feature in code or an idea you don't want to forget?&amp;nbsp; Just use annotations.&amp;nbsp; The source code file is not modified and you don't have to look through your desk drawers wondering what you did with that legal pad.&amp;nbsp; I think I could learn to love this one.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Comment Wrapping:&lt;/STRONG&gt;&amp;nbsp; This is my favorite in this toolbox!&amp;nbsp; I write comments for at least the public and protected members in my code.&amp;nbsp; Then I read the comments, and thinking I'm going to make them clearer, spend the next five minutes rewriting and moving things around, making sure the lines are about the same length, putting the triple-whacks back at the beginning of the line and driving myself nuts over what should be a simple task.&amp;nbsp; That's all history, now I just edit until I'm satisfied with the comment and comment wrapping takes care of wrapping at the proper line length and keeping the triple-whacks where they belong.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Icon Extractor:&lt;/STRONG&gt;&amp;nbsp; I'm kind of lukewarm on this one.&amp;nbsp; I just don't do enough icon extraction to get excited.&amp;nbsp; If you do, then this is worth a good look.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Quick Profiling:&lt;/STRONG&gt; A profiler is one of those tools that when you need it, nothing else will make you happy.&amp;nbsp; There have been several times in my career that I've looked for a free profiler because I needed to do some quick profiling and didn't want to spend a few hundred dollars to use one for a couple of hours.&amp;nbsp; Having a good one right in Visual Studio is a good thing.&amp;nbsp; Sprinkle a few Trace.WriteLine calls in your code and analyze the timings in a viewer in Visual Studio.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Regex Evaluator:&lt;/STRONG&gt;&amp;nbsp; If you have ever used regular expressions you know how complicated they can be.&amp;nbsp; Now you can express yourself regularly with ease.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Code Navigation:&lt;/STRONG&gt; This is another utility that I probably won't use much.&amp;nbsp; It allows keyboard shortcuts to take you from a symbol to its definition and to find everywhere that symbol is referenced. Those capabilities are already in Visual Studio; I'm used to how they work and probably won't change my ways.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Word Completion:&lt;/STRONG&gt; I can't really say wow about this one.&amp;nbsp; This feature is available in the IDE and I don't really see a need for a replacement.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The Versioning Toolbox&lt;/STRONG&gt; is intended to make using source control easier and more convenient.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;CVS and Subversion Source Control:&lt;/STRONG&gt; Excellent support for both CVS and Subversion is provided and their commands can be used right in the Solution Explorer.&amp;nbsp; If you use either of these popular products, source control just got easier.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Backup History:&lt;/STRONG&gt; Easily compare and restore any version of your files.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;DIFFzilla:&lt;/STRONG&gt; This is my favorite diff and merge tool.&amp;nbsp; It's easy to use and rock solid.&amp;nbsp; Diffing and merging of anything from files to entire source trees is fast and easy.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Find Version:&lt;/STRONG&gt; Do you need to find all the files Frank edited and checked in last week?&amp;nbsp; It's easy with this tool.&amp;nbsp; Now you can easily find which files meet specified criteria.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Line Version Info:&lt;/STRONG&gt; We've all looked at information stored about the last check-in that affected a file.&amp;nbsp; Now you can look at the same kind of information for each line in a file.&amp;nbsp; The devil is in the details.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Version Graphs:&lt;/STRONG&gt; Get a graphical view of the history of your files.&amp;nbsp; This is interesting, but I'm not sure how useful.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Version History:&lt;/STRONG&gt; View the complete history of each check-in of your files.&amp;nbsp; The date, branch, author, check-in comments, and labels are available.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Visualizations:&lt;/STRONG&gt; Color schemes indicate specific characteristics about each line in your source file.&amp;nbsp; For instance, who wrote this line and when that line was checked in can be answered visually.&amp;nbsp; Talk about an explosion in a paint factory...&lt;/P&gt;
&lt;P&gt;SlickEdit has created a couple of toolboxes that contain some very nice tools.&amp;nbsp; They work well in Visual Studio and don't interfere with your normal workflow.&amp;nbsp; For the price of a tank of gas, get yourself some tools.&lt;/P&gt;&lt;img src="http://idevelopwith.net/aggbug.aspx?PostID=32" width="1" height="1"&gt;</content><author><name>jbennett</name><uri>http://idevelopwith.net/members/jbennett.aspx</uri></author><category term="Cool Stuff" scheme="http://idevelopwith.net/blogs/joe/archive/tags/Cool+Stuff/default.aspx" /><category term="Visual Studio" scheme="http://idevelopwith.net/blogs/joe/archive/tags/Visual+Studio/default.aspx" /></entry><entry><title>Brad Was Here</title><link rel="alternate" type="text/html" href="http://idevelopwith.net/blogs/joe/archive/2008/04/15/brad-was-here.aspx" /><id>http://idevelopwith.net/blogs/joe/archive/2008/04/15/brad-was-here.aspx</id><published>2008-04-16T02:22:00Z</published><updated>2008-04-16T02:22:00Z</updated><content type="html">&lt;P&gt;&lt;A href="http://blogs.msdn.com/brada/archive/2008/04/11/thank-you-north-carolina.aspx" target=_blank&gt;Brad Abrams&lt;/A&gt; came to the TRINUG meeting on April 9 and knocked us all out.&amp;nbsp; He always gives a great presentation and this time he gave us a peek at some of the new technologies from Microsoft.&amp;nbsp; He demonstrated some Silverlight 2.0 features, and showed the MVC framework.&lt;/P&gt;
&lt;P&gt;&lt;A class="" href="http://blogs.fpoint.com/?p=218" target=_blank&gt;FarPoint&lt;/A&gt; came through with a great meal!&amp;nbsp; Barbeque with cole slaw, baked beans, hush puppies and banana pudding, and of course, sweet tea.&amp;nbsp; A regular feast and much better than the typical pizza.&amp;nbsp; And they didn't just bring the food, they cooked it!&amp;nbsp; Way to go FarPoint!&amp;nbsp; Thanks to the whole gang over there, they are great folks.&lt;/P&gt;&lt;img src="http://idevelopwith.net/aggbug.aspx?PostID=30" width="1" height="1"&gt;</content><author><name>jbennett</name><uri>http://idevelopwith.net/members/jbennett.aspx</uri></author><category term=".NET" scheme="http://idevelopwith.net/blogs/joe/archive/tags/.NET/default.aspx" /><category term="TRINUG" scheme="http://idevelopwith.net/blogs/joe/archive/tags/TRINUG/default.aspx" /></entry><entry><title>Brad is Coming</title><link rel="alternate" type="text/html" href="http://idevelopwith.net/blogs/joe/archive/2008/02/25/brad-is-coming.aspx" /><id>http://idevelopwith.net/blogs/joe/archive/2008/02/25/brad-is-coming.aspx</id><published>2008-02-26T03:23:55Z</published><updated>2008-02-26T03:23:55Z</updated><content type="html">&lt;p&gt;&lt;a href="http://blogs.msdn.com/brada/default.aspx" target="_blank"&gt;Brad Abrams&lt;/a&gt; (the man behind .NET) is coming to town and he will be speaking at the &lt;a href="http://www.trinug.org/" target="_blank"&gt;TRINUG&lt;/a&gt; meeting on April 9, 2008.&amp;#160; He'll be speaking about some of the new technologies from Microsoft for ASP.NET development including the new &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/10/14/asp-net-mvc-framework.aspx" target="_blank"&gt;MVC framework&lt;/a&gt;.&amp;#160; If you haven't heard Brad speak, you have to be there.&amp;#160; If you have heard him speak, well, enough said; see you at the meeting.&lt;/p&gt;&lt;img src="http://idevelopwith.net/aggbug.aspx?PostID=29" width="1" height="1"&gt;</content><author><name>jbennett</name><uri>http://idevelopwith.net/members/jbennett.aspx</uri></author><category term=".NET" scheme="http://idevelopwith.net/blogs/joe/archive/tags/.NET/default.aspx" /><category term="TRINUG" scheme="http://idevelopwith.net/blogs/joe/archive/tags/TRINUG/default.aspx" /></entry><entry><title>Code Camp is Coming to Raleigh Again!</title><link rel="alternate" type="text/html" href="http://idevelopwith.net/blogs/joe/archive/2007/11/28/code-camp-is-coming-to-raleigh-again.aspx" /><id>http://idevelopwith.net/blogs/joe/archive/2007/11/28/code-camp-is-coming-to-raleigh-again.aspx</id><published>2007-11-29T00:36:30Z</published><updated>2007-11-29T00:36:30Z</updated><content type="html">&lt;p&gt;Mark you calendars for February 9, 2008.&amp;nbsp; TRINUG is hosting another Code Camp and it will be better than ever.&amp;nbsp; Watch for the call for speakers if you want to give a presentation and check the &lt;a href="http://www.trinug.org/" target="_blank"&gt;TRINUG website&lt;/a&gt; for more information as it becomes available.&lt;/p&gt;&lt;img src="http://idevelopwith.net/aggbug.aspx?PostID=28" width="1" height="1"&gt;</content><author><name>jbennett</name><uri>http://idevelopwith.net/members/jbennett.aspx</uri></author><category term="TRINUG" scheme="http://idevelopwith.net/blogs/joe/archive/tags/TRINUG/default.aspx" /><category term="Code Camp" scheme="http://idevelopwith.net/blogs/joe/archive/tags/Code+Camp/default.aspx" /></entry><entry><title>Visual Studio 2008 RTM is Available!</title><link rel="alternate" type="text/html" href="http://idevelopwith.net/blogs/joe/archive/2007/11/21/visual-studio-2008-rtm-is-available.aspx" /><id>http://idevelopwith.net/blogs/joe/archive/2007/11/21/visual-studio-2008-rtm-is-available.aspx</id><published>2007-11-21T17:08:00Z</published><updated>2007-11-21T17:08:00Z</updated><content type="html">&lt;p&gt;If you are an MSDN subscriber, you can get the &lt;a href="http://msdn2.microsoft.com/en-us/subscriptions/default.aspx" target="_blank"&gt;RTM&lt;/a&gt; version now.&amp;#160; Hurry and get the bits!&amp;#160; Be the first on your block!&amp;#160; If you've been using the beta, &lt;a class="" title="Uninstall the Beta" href="http://weblogs.asp.net/scottgu/archive/2007/11/20/steps-to-uninstall-vs-2008-beta2-before-installing-the-vs-2008-final-release.aspx" target="_blank"&gt;read this&lt;/a&gt;.&amp;#160; Let the fun begin!!!&lt;/p&gt;&lt;img src="http://idevelopwith.net/aggbug.aspx?PostID=26" width="1" height="1"&gt;</content><author><name>jbennett</name><uri>http://idevelopwith.net/members/jbennett.aspx</uri></author><category term=".NET" scheme="http://idevelopwith.net/blogs/joe/archive/tags/.NET/default.aspx" /><category term="Cool Stuff" scheme="http://idevelopwith.net/blogs/joe/archive/tags/Cool+Stuff/default.aspx" /><category term="Visual Studio" scheme="http://idevelopwith.net/blogs/joe/archive/tags/Visual+Studio/default.aspx" /></entry><entry><title>Rob Zelt, MVP</title><link rel="alternate" type="text/html" href="http://idevelopwith.net/blogs/joe/archive/2007/10/05/rob-zelt-mvp.aspx" /><id>http://idevelopwith.net/blogs/joe/archive/2007/10/05/rob-zelt-mvp.aspx</id><published>2007-10-06T00:51:00Z</published><updated>2007-10-06T00:51:00Z</updated><content type="html">&lt;A class="" href="http://www.robzelt.com/blog/" target=_blank&gt;Rob Zelt&lt;/A&gt;, one of TRINUG's own, has been awarded a Microsoft MVP for his contributions to the community.&amp;nbsp; Great work, Rob!&amp;nbsp; Congratulations!!&amp;nbsp; No one deserves it more.&amp;nbsp; Now, if he will still let me hang out with him at B&amp;amp;N...&lt;img src="http://idevelopwith.net/aggbug.aspx?PostID=25" width="1" height="1"&gt;</content><author><name>jbennett</name><uri>http://idevelopwith.net/members/jbennett.aspx</uri></author><category term="TRINUG" scheme="http://idevelopwith.net/blogs/joe/archive/tags/TRINUG/default.aspx" /><category term="Cool Stuff" scheme="http://idevelopwith.net/blogs/joe/archive/tags/Cool+Stuff/default.aspx" /></entry><entry><title>Computer Graphics on Steroids</title><link rel="alternate" type="text/html" href="http://idevelopwith.net/blogs/joe/archive/2007/08/06/computer-graphics-on-steroids.aspx" /><id>http://idevelopwith.net/blogs/joe/archive/2007/08/06/computer-graphics-on-steroids.aspx</id><published>2007-08-06T14:01:00Z</published><updated>2007-08-06T14:01:00Z</updated><content type="html">&lt;P&gt;For those of you with excellent graphics skills, doing animations may be just another day at the office.&amp;nbsp; For the graphically challenged like me, it's magic!&amp;nbsp; There are a bunch of &lt;A class="" title=Animusic href="http://www.youtube.com/results?search_query=animusic" target=_blank&gt;video clips&lt;/A&gt; on &lt;A class="" title=YouTube href="http://www.youtube.com/" target=_blank&gt;YouTube&lt;/A&gt; by &lt;A class="" title=Animusic href="http://www.animusic.com/" target=_blank&gt;Animusic&lt;/A&gt;&amp;nbsp;that are just that kind of magic for me.&amp;nbsp; I'm amazed at what they have been able to do and I find myself grinning uncontrollably every time I watch them.&amp;nbsp; Check them out, but don't blame me if your cheeks get sore from excessive grinning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://idevelopwith.net/aggbug.aspx?PostID=24" width="1" height="1"&gt;</content><author><name>jbennett</name><uri>http://idevelopwith.net/members/jbennett.aspx</uri></author><category term="Cool Stuff" scheme="http://idevelopwith.net/blogs/joe/archive/tags/Cool+Stuff/default.aspx" /></entry><entry><title>Wondering What Else You Can Do With Your Fingers?</title><link rel="alternate" type="text/html" href="http://idevelopwith.net/blogs/joe/archive/2007/06/22/wondering-what-else-you-can-do-with-your-fingers.aspx" /><id>http://idevelopwith.net/blogs/joe/archive/2007/06/22/wondering-what-else-you-can-do-with-your-fingers.aspx</id><published>2007-06-22T20:32:00Z</published><updated>2007-06-22T20:32:00Z</updated><content type="html">Computing is about to change radically with &lt;A class="" href="http://www.microsoft.com/surface/" target=_blank&gt;Microsoft Surface&lt;/A&gt;.&amp;nbsp; Think of it as tablet computing on steroids.&amp;nbsp; Your tabletop has never been so cool!&amp;nbsp; Imagine smart phones, smart credit cards, and smart mp3 players all interacting seamlessly with your tabletop!&amp;nbsp; Watch the &lt;A class="" href="http://www.microsoft.com/surface/" target=_blank&gt;demo&lt;/A&gt; and prepare to be amazed!&amp;nbsp; I can't wait until this is part of the .NET framework.&lt;img src="http://idevelopwith.net/aggbug.aspx?PostID=23" width="1" height="1"&gt;</content><author><name>jbennett</name><uri>http://idevelopwith.net/members/jbennett.aspx</uri></author><category term=".NET" scheme="http://idevelopwith.net/blogs/joe/archive/tags/.NET/default.aspx" /><category term="Cool Stuff" scheme="http://idevelopwith.net/blogs/joe/archive/tags/Cool+Stuff/default.aspx" /></entry><entry><title>TRINUG Code Camp</title><link rel="alternate" type="text/html" href="http://idevelopwith.net/blogs/joe/archive/2007/06/18/trinug-code-camp.aspx" /><id>http://idevelopwith.net/blogs/joe/archive/2007/06/18/trinug-code-camp.aspx</id><published>2007-06-19T00:14:00Z</published><updated>2007-06-19T00:14:00Z</updated><content type="html">&lt;P&gt;Don't forget about&amp;nbsp;&lt;A class="" href="http://www.codecamp.org/" target=_blank&gt;TRINUG's Code Camp&lt;/A&gt; on June 23 at ECPI.&amp;nbsp; It's going to be excellent!&amp;nbsp; Here is a preliminary list of the sessions.&amp;nbsp; If you can't find something interesting in this list, check your pulse.&lt;/P&gt;
&lt;TABLE class="" style="PADDING-RIGHT:3px;PADDING-LEFT:3px;PADDING-BOTTOM:4px;WIDTH:100%;PADDING-TOP:4px;BORDER-COLLAPSE:collapse;" cellSpacing=0 cellPadding=0&gt;



&lt;TR style="HEIGHT:12.75pt;"&gt;
&lt;TD class=xl65 style="BORDER-LEFT-COLOR:#f0f0f0;BORDER-BOTTOM-COLOR:#f0f0f0;WIDTH:100%;BORDER-TOP-COLOR:#f0f0f0;HEIGHT:13pt;BACKGROUND-COLOR:transparent;BORDER-RIGHT-COLOR:#f0f0f0;" class="xl65"&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="FONT-SIZE:10pt;COLOR:#000000;FONT-FAMILY:Arial;"&gt;.NET 3.5 and LINQ - Ashton Hobbs&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Adding Compression, Encryption and Hashing to Your .NET Applications - Rod Paddock&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;AJAX - Creating a Virtual Earth Feed with Ajax and Silverlight - Jeremy Brown&lt;/LI&gt;
&lt;LI&gt;Building a better Updater for WinForms Client Applications - Chris Dix&lt;/LI&gt;
&lt;LI&gt;Content Query Web Part and the Data View Web Part in SharePoint 2007 using Microsoft Sharepoint Designer - Bob Gusek&lt;/LI&gt;
&lt;LI&gt;Creating Casual Games Using WPF - Rod Paddock&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;DNN - David Wendelken&lt;/LI&gt;
&lt;LI&gt;Extending the CSLA Framework: Standard Business Rule Libraries and Built-in Business Rule Documentation - David Wendelken&lt;/LI&gt;
&lt;LI&gt;Layered Architecture 101&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;- Greg Pugh&lt;/LI&gt;
&lt;LI&gt;Real World Click Once - Craig Adams&lt;/LI&gt;
&lt;LI&gt;Sharepoint Workflow Development - Josh Carlisle&lt;/LI&gt;
&lt;LI&gt;SQL Server Integration Services for SQL Server 2005 - Charles Asbornsen&lt;/LI&gt;
&lt;LI&gt;SQL Server Performance Analysis and Tuning Potluck Session - Kevin Boles&lt;/LI&gt;
&lt;LI&gt;Visual Studio Codename Orcas - &amp;nbsp;New Language Features - Srinu Tulluri&lt;/LI&gt;
&lt;LI&gt;Web Part Development - Josh Carlisle&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Web site architecture - Diane Wilson&lt;/LI&gt;
&lt;LI&gt;Website Security - Steve Jackle&lt;/LI&gt;
&lt;LI&gt;Windows CardSpace - Brian Hitney&lt;/LI&gt;
&lt;LI&gt;Windows Work Flow - Mark Dunn&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;WPF Controls: Styles, Templates, and Custom Layouts - Rob Zelt&lt;/LI&gt;
&lt;LI&gt;Write Better Code Using the Refactoring Tools in Visual Basic 2005 - Jim Duffy&lt;/LI&gt;&lt;/UL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;
&lt;P&gt;Thanks to everyone who worked on putting this together.&amp;nbsp; It's going to be an awsome event!&amp;nbsp; See you there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://idevelopwith.net/aggbug.aspx?PostID=22" width="1" height="1"&gt;</content><author><name>jbennett</name><uri>http://idevelopwith.net/members/jbennett.aspx</uri></author><category term=".NET" scheme="http://idevelopwith.net/blogs/joe/archive/tags/.NET/default.aspx" /><category term="TRINUG" scheme="http://idevelopwith.net/blogs/joe/archive/tags/TRINUG/default.aspx" /><category term="Code Camp" scheme="http://idevelopwith.net/blogs/joe/archive/tags/Code+Camp/default.aspx" /></entry><entry><title>Acropolis is Here</title><link rel="alternate" type="text/html" href="http://idevelopwith.net/blogs/joe/archive/2007/06/08/acropolis-is-here.aspx" /><id>http://idevelopwith.net/blogs/joe/archive/2007/06/08/acropolis-is-here.aspx</id><published>2007-06-09T03:32:00Z</published><updated>2007-06-09T03:32:00Z</updated><content type="html">No, it's not something from Greece&amp;nbsp;being shipped over here.&amp;nbsp; It's a little taste of the good things to come from Microsoft.&amp;nbsp; &lt;A class="" href="http://download.microsoft.com/download/9/8/4/984da9b4-b5ff-45ba-b673-03117c393238/Acropolis%20-%20Getting%20Started.wmv" target=_blank&gt;Acropolis&lt;/A&gt; is a set of tools and components in the Orcas version of Visual Studio to make modular business application development easier and faster.&amp;nbsp; The idea is for the developer to concentrate on building the business logic and everything else is generated by Visual Studio.&amp;nbsp; It's an exciting time to be a developer and I think it's going to be a wild ride.&amp;nbsp; Hang on!&lt;img src="http://idevelopwith.net/aggbug.aspx?PostID=21" width="1" height="1"&gt;</content><author><name>jbennett</name><uri>http://idevelopwith.net/members/jbennett.aspx</uri></author><category term=".NET" scheme="http://idevelopwith.net/blogs/joe/archive/tags/.NET/default.aspx" /></entry><entry><title>TRINUG Gets Rocky</title><link rel="alternate" type="text/html" href="http://idevelopwith.net/blogs/joe/archive/2007/05/24/trinug-gets-rocky.aspx" /><id>http://idevelopwith.net/blogs/joe/archive/2007/05/24/trinug-gets-rocky.aspx</id><published>2007-05-25T01:27:00Z</published><updated>2007-05-25T01:27:00Z</updated><content type="html">&lt;P&gt;&lt;A class="" href="http://www.lhotka.net/" target=_blank&gt;Rocky Lhotka&lt;/A&gt; is coming to town and will be speaking at &lt;A class="" href="http://www.trinug.org/" target=_blank&gt;TRINUG&lt;/A&gt;&amp;nbsp;on June 13.&amp;nbsp; If you are a fan of business objects, you want to hear him.&amp;nbsp; He is the developer of CSLA, a framework for distributed .NET applications using business objects.&amp;nbsp; Here is what he says about himself:&lt;/P&gt;
&lt;P&gt;Rockford Lhotka is the author of several books, including the Expert VB 2005 Business Objects and Expert C# 2005 Business Objects books. He is a Microsoft Regional Director, MVP and INETA speaker. He contributes to several major magazines and regularly presents at major conferences around the world - including Microsoft PDC, Tech Ed, VS Live! and VS Connections. Rockford is the Principal Technology Evangelist for &lt;A class="" href="http://www.magenic.com/" target=_blank&gt;Magenic&lt;/A&gt;, a company focused on delivering business value through applied technology and one of the nation's premiere Microsoft Gold Certified Partners.&lt;/P&gt;&lt;img src="http://idevelopwith.net/aggbug.aspx?PostID=20" width="1" height="1"&gt;</content><author><name>jbennett</name><uri>http://idevelopwith.net/members/jbennett.aspx</uri></author><category term=".NET" scheme="http://idevelopwith.net/blogs/joe/archive/tags/.NET/default.aspx" /><category term="TRINUG" scheme="http://idevelopwith.net/blogs/joe/archive/tags/TRINUG/default.aspx" /></entry><entry><title>Free is Better</title><link rel="alternate" type="text/html" href="http://idevelopwith.net/blogs/joe/archive/2007/05/22/free-is-better.aspx" /><id>http://idevelopwith.net/blogs/joe/archive/2007/05/22/free-is-better.aspx</id><published>2007-05-22T11:44:00Z</published><updated>2007-05-22T11:44:00Z</updated><content type="html">I like cheap things.&amp;nbsp; Cheap things let me keep more of my money in my pocket and not someone else's.&amp;nbsp; I don't want to lose quality, just expense.&amp;nbsp; With that in mind, I was excited to find some good training on &lt;A class="" href="http://www.netfx3.com/" target=_blank&gt;.NET 3.0&lt;/A&gt; for free!&amp;nbsp; And after all, free is better.&amp;nbsp; To see what is available, go &lt;A class="" href="https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=109340" target=_blank&gt;here&lt;/A&gt;.&lt;img src="http://idevelopwith.net/aggbug.aspx?PostID=16" width="1" height="1"&gt;</content><author><name>jbennett</name><uri>http://idevelopwith.net/members/jbennett.aspx</uri></author><category term=".NET" scheme="http://idevelopwith.net/blogs/joe/archive/tags/.NET/default.aspx" /><category term="Training" scheme="http://idevelopwith.net/blogs/joe/archive/tags/Training/default.aspx" /></entry><entry><title>What is Popfly?</title><link rel="alternate" type="text/html" href="http://idevelopwith.net/blogs/joe/archive/2007/05/20/what-is-popfly.aspx" /><id>http://idevelopwith.net/blogs/joe/archive/2007/05/20/what-is-popfly.aspx</id><published>2007-05-20T14:15:00Z</published><updated>2007-05-20T14:15:00Z</updated><content type="html">What is&amp;nbsp;&lt;A class="" href="http://go.microsoft.com/fwlink/?LinkID=91175" target=_blank&gt;Popfly&lt;/A&gt;?&amp;nbsp; It's some very cool technology from Microsoft.&amp;nbsp; This thing takes drag and drop development to a whole new level.&amp;nbsp; If you haven't seen a demo of it, check it out &lt;A class="" href="http://go.microsoft.com/fwlink/?LinkID=91175" target=_blank&gt;here&lt;/A&gt;.&amp;nbsp; This is just an example of the cool new things coming out of Microsoft.&lt;img src="http://idevelopwith.net/aggbug.aspx?PostID=14" width="1" height="1"&gt;</content><author><name>jbennett</name><uri>http://idevelopwith.net/members/jbennett.aspx</uri></author><category term=".NET" scheme="http://idevelopwith.net/blogs/joe/archive/tags/.NET/default.aspx" /><category term="Cool Stuff" scheme="http://idevelopwith.net/blogs/joe/archive/tags/Cool+Stuff/default.aspx" /></entry></feed>