<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.infragistics.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Tom Puglisi</title><subtitle type="html" /><id>http://blogs.infragistics.com/blogs/tom_puglisi/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.infragistics.com/blogs/tom_puglisi/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.infragistics.com/blogs/tom_puglisi/atom.aspx" /><generator uri="http://communityserver.org" version="2.1.61129.1">Community Server</generator><updated>2005-10-14T15:35:00Z</updated><entry><title>NetAdvantage Help Table of Contents Explanation</title><link rel="alternate" type="text/html" href="http://blogs.infragistics.com/blogs/tom_puglisi/archive/2008/03/26/netadvantage-help-table-of-contents-explanation.aspx" /><id>http://blogs.infragistics.com/blogs/tom_puglisi/archive/2008/03/26/netadvantage-help-table-of-contents-explanation.aspx</id><published>2008-03-26T16:18:00Z</published><updated>2008-03-26T16:18:00Z</updated><content type="html">&lt;P&gt;Hey, it's me again, &lt;/P&gt;
&lt;P&gt;I wanted to spend some time to talk about the NetAdvantage Documentation. When we open up the help, we see this Table of Contents and it seems to overwhelm us due to its size. We have done our best to help organize all of this content in such a way that will make sense. This blog post will help to explain the philosophy behind the Table of Contents (known &lt;SPAN style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:'Arial','sans-serif';mso-fareast-font-family:'Times New Roman';mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;herein &lt;/SPAN&gt;as "TOC"):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;We will use the following online help for this exercise:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://help.infragistics.com/NetAdvantage/NET/2008.1/CLR2.0/"&gt;http://help.infragistics.com/NetAdvantage/NET/2008.1/CLR2.0/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Once the Help loads up, observe the TOC on the left hand side of the user interface. The top level nodes consist of:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&amp;nbsp;Getting Started&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;This contains topics that are geared towards someone that may be using NetAdvantage for the first time. Topics include how to add the NetAdvantage tools to your toolbox, how to use the help as well as its conventions, how to get support and several other topics that are a great help to new users to the product. If you have been using NetAdvantage for some time, you can skip reading this section. &lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;Windows Forms&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;This of course contains all of the topics that relate to the Windows Forms controls and components. &lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;ASP.NET&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;And of course this contains the controls and components that are used for ASP.NET applications. &lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;P&gt;Wait there's more!&lt;/P&gt;
&lt;P&gt;Let's dissect the Windows Forms TOC entry to learn more about the content that you will find. Windows Forms and ASP.NET TOC entries basically contain a similar structure so this example will work for both cases. &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Welcome, Getting Started, Application Styling, etc&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;These first few nodes that appear directly underneath the Windows Forms TOC entry contain content that is useful to read if you are new to NetAdvantage. You can expect to find information that would help you understand the nature of our products and features. For example the Getting Started topic provides some high level information such as "hey we have these great designers ,so check them out" and "you can right click on a control to get these other cool options". &lt;/LI&gt;
&lt;LI&gt;Reading these topics at least once before you start doing any heavy development is a good idea. Imagine if you are a new NetAdvantage customer and you started to build this really large scale application and you did not know of the existence of Quick Designers or Application Styling! Just knowing about these features ahead of time will prevent you from having to build something that already exists OR from having to do something the hard way. &lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;Developer's Guide&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;The topics found under this TOC entry is where most developers will be spending their time. &lt;/LI&gt;
&lt;LI&gt;What's New - This is the most important node for those developers that can't wait to get their hands on the NEW NetAdvantage version. I know whenever I got my hands on the latest version, I would jump to this section with hopes of reading something along the lines of "Hey, this new property setting will replace those 1000 lines of code that you wrote in your application". Most of the time, that is the case! You can also see the historical list of additions from the previous volumes by simply looking into the Revision History TOC entry.&lt;/LI&gt;
&lt;LI&gt;The Toolset - This TOC entry contains topics that represent the different NetAdvantage assets that you get with the installation. &lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Frameworks - This TOC entry contains topics related to any NetAdvantage specific framework libraries. You can expect to find topics on the Infragistics Presentation Layer Framework as well as the Application Styling Framework. These topics discuss how these frameworks operate and how they were designed. &lt;/LI&gt;
&lt;LI&gt;Code Libraries - This TOC entry represents any class library that is NOT a control or component. You will find the Excel and Document engines in here. Think about it, if you are building a Win or Web application, you simply use the Excel or Document classes from within your C# code (these are the libraries themselves, NOT the Excel OR document exporter which have their own components for Win and Web). &lt;/LI&gt;
&lt;LI&gt;Assemblies - These topics represent any topic related within the scope of the assemblies themselves. Expect to find an extensive list of the controls and their dependent assemblies, a list of the resource keys and their corresponding strings (e.g. The WinGrid has several strings within its rendered surface that cannot really be accessed through property settings. These strings can only be accessed through the Resource Customizer which is discussed in the Assembly Resource Strings TOC entry.)&lt;/LI&gt;
&lt;LI&gt;Controls and Components (Bingo!) This is indeed where most developers will be spending their time. This is where you look for WinGrid, WinChart and the rest of your favorite controls and components. WinGridExcelExporter is also in here because it is indeed a component that exists in the Toolbox and you can drag it onto your Form's component tray. &lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;WinGrid (or any other control) &lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Understanding WinGrid - I recommend that any developer new to the control should read this. This is where you learn all about what this control does, how it does it and WHY you may want to use this. &lt;/LI&gt;
&lt;LI&gt;Getting Started - Think of this as your Hello World app with the control. &lt;/LI&gt;
&lt;LI&gt;Using WinGrid - This TOC entry contains lots of child topics that when read will result in a developer that is well versed in the use of the control. Think of these topics as tutorials that step you through typical use case scenarios. These topics should definitely be read so that you can essentially get practice on how to accomplish certain tasks with the control. &lt;/LI&gt;
&lt;LI&gt;API Overview - This TOC entry simply jumps you across the Help system directly to the API documentation (Explained in more detail below)&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;P&gt;You have just been taken through a tour of the upper portion of the NetAdvantage Help. This is what we like to call the "Developer's Guide". This is a compilation of conceptual, code and walk through topics that are designed to speak to the developer directly with the intention of getting the developer up to speed in the most efficient and painless manner. The "API" documentation on the other hand is accessible through the "API Overview" TOC entry as described above OR it can be accessed directly under the Windows Forms TOC entry. The API Documentation is essentially the Intellisense tooltips that show whenever you are accessing the control properties, methods and or enums. The Documentation team here at Infragistics compiles this information along with an entire database of code snippets and then merges it together to create API documentation that has relevant code snippets to help with understanding the use of a member. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;Now that you have been given a tour of the NetAdvantage Help System I encourage you all to review the Docs whenever you can. The docs can teach you alot about the controls and ensure that you are taking advantage of all these features and functionalities. Trust me, in the past, after building an application, I would go through the Help and say "Hey! I had to build that! I didnt know the product could do that intrinsically!"&lt;/P&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=13949" width="1" height="1"&gt;</content><author><name>Tom Puglisi</name><uri>http://blogs.infragistics.com/members/Tom+Puglisi.aspx</uri></author></entry><entry><title>Embed Any Control In WinGrid Col Header Using IUIElementCreationFilter</title><link rel="alternate" type="text/html" href="http://blogs.infragistics.com/blogs/tom_puglisi/archive/2007/08/31/embed-any-control-in-wingrid-col-header-using-iuielementcreationfilter.aspx" /><id>http://blogs.infragistics.com/blogs/tom_puglisi/archive/2007/08/31/embed-any-control-in-wingrid-col-header-using-iuielementcreationfilter.aspx</id><published>2007-08-31T13:49:00Z</published><updated>2007-08-31T13:49:00Z</updated><content type="html">&lt;P&gt;Here is a sample that I put together a while back when someone asked me about embedding "Any Control I Want" into the Column Headers of the Infragistics WinGrid. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;IMG title="Ultra Panel Grid" style="WIDTH:544px;HEIGHT:265px;" height=265 alt="Ultra Panel Grid" src="http://download.infragistics.com/users/TomP/PanelGrid.gif" width=544&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I started to explain how to think about the control that you want to place in the Header and then try to build it through the use of the Presentation Layer Framework (Known here at Infragistics as PLF) and while losing him after the term "EditorWithComboDropDownButtonUIElement", I thought to myself "Hey, why not make a sample that makes it easy for anyone to add any Control to the Headers of WinGrid?". After thinking of a way to do this in a semi-elegant way, I came up with the idea of using a Creation Filter (aka: IUIElementCreationFilter) which is a class that implements an Infragistics Interface that allows code to be written to interact with the various "UI Elements" that are being created and put together to ultimately form the WinGrid. You can test the types of UIElements that are being rendered in this class and then you can cancel their creation, modify them or even create and instantiate other UIElements and add them as Children of the current UIElement. This allows you to basically take whatever UIElements are available as part of the Infragistics Library and essentially throw them wherever you want. In other words, the WinGrid does not have a property setting that allows you to have check boxes in the column headers. To implement this, you would use a Creation Filter. &lt;/P&gt;
&lt;P&gt;Moving on to this particular example, the Creation filter is used to basically create and instantiate a standard Windows Forms Panel control per WinGrid Column Header. These Panels will then be positioned directly over each Column Header UIElement. This information is all provided in the event arguments within the methods of the Creation Filter. The Creation Filter is also called upon whenever the end user interacts with the WinGrid, therefore when headers are resized, moved or interacted with, the UIElement rectangles will change, and the Panels will follow along with them without any problems. In the end, you will never know that the Panels are just hovering over the Headers. &lt;/P&gt;
&lt;P&gt;Now that we understand this far, I neatly subclassed the WinGrid to incorporate this Creation Filter along with an Event that fires during the initialization of each Panel. This event is used by the Developer to dynamically create any control, wire up control events and then place it into the Panel. You can also determine which Header the Panel belongs to through the Event Args. This results in a WinGrid that you can basically put whatever Control (or controls) into the Column Headers. &lt;/P&gt;
&lt;P&gt;Please check out the code and comments of this example. You may need to use the Infragistics Project Upgrade Utility on this before you try to build it as it was made with 2007 Volume 1. &lt;/P&gt;
&lt;P&gt;&lt;A class="" title="Link To Sample App" href="http://download.infragistics.com/users/tomp/UltraPanelGrid_Example_SWK.zip"&gt;Download Sample&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Enjoy!&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=9288" width="1" height="1"&gt;</content><author><name>Tom Puglisi</name><uri>http://blogs.infragistics.com/members/Tom+Puglisi.aspx</uri></author><category term="Code Samples" scheme="http://blogs.infragistics.com/blogs/tom_puglisi/archive/tags/Code+Samples/default.aspx" /><category term="Embed Controls" scheme="http://blogs.infragistics.com/blogs/tom_puglisi/archive/tags/Embed+Controls/default.aspx" /><category term="Creation Filter" scheme="http://blogs.infragistics.com/blogs/tom_puglisi/archive/tags/Creation+Filter/default.aspx" /><category term="WinGrid" scheme="http://blogs.infragistics.com/blogs/tom_puglisi/archive/tags/WinGrid/default.aspx" /><category term="PLF" scheme="http://blogs.infragistics.com/blogs/tom_puglisi/archive/tags/PLF/default.aspx" /><category term="UIElement" scheme="http://blogs.infragistics.com/blogs/tom_puglisi/archive/tags/UIElement/default.aspx" /></entry><entry><title>A cool KB article on creating Excel files</title><link rel="alternate" type="text/html" href="http://blogs.infragistics.com/blogs/tom_puglisi/archive/2006/07/10/246.aspx" /><id>http://blogs.infragistics.com/blogs/tom_puglisi/archive/2006/07/10/246.aspx</id><published>2006-07-10T18:11:00Z</published><updated>2006-07-10T18:11:00Z</updated><content type="html">&lt;P&gt;Did you know that there are Classes defined in Infragistics.Excel that can be used manually to generate Microsoft Excel files? It wasn't until I ran into a situation where I needed to create a complex Excel file (that represented a view of data based on a customer's mock up)&amp;nbsp;that I realized that we can create an Excel file from scratch using the Infragistics.Excel classes. &lt;/P&gt;
&lt;P&gt;Check out this KB article and it will show you the basics on how this is done:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=9981"&gt;HOWTO:Use Infragistics.Excel objects to manually create Excel files&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The best benefit of doing it this way is that you do NOT need to have Excel installed on the machine generating these files and you also do NOT need to make any references to Interop assemblies and use unmanaged code. our Excel files are created from scratch, using managed code so please check this out. &lt;/P&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=246" width="1" height="1"&gt;</content><author><name>Tom Puglisi</name><uri>http://blogs.infragistics.com/members/Tom+Puglisi.aspx</uri></author></entry><entry><title>New KB Article: Upgrading Apps to use Application Styling</title><link rel="alternate" type="text/html" href="http://blogs.infragistics.com/blogs/tom_puglisi/archive/2006/07/05/243.aspx" /><id>http://blogs.infragistics.com/blogs/tom_puglisi/archive/2006/07/05/243.aspx</id><published>2006-07-05T21:11:00Z</published><updated>2006-07-05T21:11:00Z</updated><content type="html">&lt;P&gt;Application Styling, a new and powerful framework added to the NetAdvantage Windows Forms elements allows you to separate the task of &lt;U&gt;building&lt;/U&gt; the application and &lt;U&gt;styling&lt;/U&gt; the application. This Knowledge Base article walks you through a simple series of steps designed to&amp;nbsp;instruct you how&amp;nbsp;to upgrade a NetAdvantage Windows Forms equipped application to use the latest 2006 Volume 2 version and then to set it up to load an Infragistics Style Library (*.isl) which contains the resources and settings that will give your application a complete makeover.&lt;/P&gt;
&lt;P&gt;Check it out here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=9979"&gt;HOWTO:Upgrading an existing application to use Infragistics App Styling&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=243" width="1" height="1"&gt;</content><author><name>Tom Puglisi</name><uri>http://blogs.infragistics.com/members/Tom+Puglisi.aspx</uri></author></entry><entry><title>Chart Drill Down KB Article</title><link rel="alternate" type="text/html" href="http://blogs.infragistics.com/blogs/tom_puglisi/archive/2006/06/23/237.aspx" /><id>http://blogs.infragistics.com/blogs/tom_puglisi/archive/2006/06/23/237.aspx</id><published>2006-06-23T15:18:00Z</published><updated>2006-06-23T15:18:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face="MS Reference Sans Serif" size=3&gt;&lt;SPAN&gt;Here is a 6 part Knowledge Base article that shows how we can drill down into the WinChart. Enjoy:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="MS Reference Sans Serif" size=3&gt;&lt;SPAN&gt;&lt;A title=http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=9971 href="http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=9971"&gt;HOWTO:Drill down in Infragistics WinChart [Part 1] &lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="MS Reference Sans Serif" size=3&gt;&lt;SPAN&gt;&lt;A title=http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=9972 href="http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=9972"&gt;HOWTO:Drill down in Infragistics&amp;nbsp;WinChart [Part 2]&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="MS Reference Sans Serif" size=3&gt;&lt;SPAN&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="MS Reference Sans Serif" size=3&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="MS Reference Sans Serif" size=3&gt;&lt;SPAN&gt;&lt;A title=http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=9973 href="http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=9973"&gt;HOWTO:Drill down in&amp;nbsp; Infragistics WinChart [Part 3]&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="MS Reference Sans Serif" size=3&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="MS Reference Sans Serif" size=3&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="MS Reference Sans Serif" size=3&gt;&lt;SPAN&gt;&lt;A title=http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=9974 href="http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=9974"&gt;HOWTO:Drill down in&amp;nbsp; Infragistics WinChart [Part 4]&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="MS Reference Sans Serif" size=3&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="MS Reference Sans Serif" size=3&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="MS Reference Sans Serif" size=3&gt;&lt;SPAN&gt;&lt;A title=http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=9975 href="http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=9975"&gt;HOWTO:Drill down in&amp;nbsp; Infragistics WinChart [Part 5]&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="MS Reference Sans Serif" size=3&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="MS Reference Sans Serif" size=3&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="MS Reference Sans Serif" size=3&gt;&lt;SPAN&gt;&lt;A title=http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=9978 href="http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=9978"&gt;HOWTO:Drill down in&amp;nbsp; Infragistics WinChart [Part 6]&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=237" width="1" height="1"&gt;</content><author><name>Tom Puglisi</name><uri>http://blogs.infragistics.com/members/Tom+Puglisi.aspx</uri></author></entry><entry><title>Application Startup Templates</title><link rel="alternate" type="text/html" href="http://blogs.infragistics.com/blogs/tom_puglisi/archive/2006/06/12/225.aspx" /><id>http://blogs.infragistics.com/blogs/tom_puglisi/archive/2006/06/12/225.aspx</id><published>2006-06-12T18:06:00Z</published><updated>2006-06-12T18:06:00Z</updated><content type="html">&lt;P&gt;Many times we start off a new project from scratch. We then piece together the components that are needed from various libraries, snippets and projects. To avoid this, we can basically start off from a baseline solution that we may have built to include functionality for performing basic tasks (loading forms, saving preferences, user validation, printing, exporting data, etc). It is from this perspective that I present to you an application template that was built with this in mind. This Knowledge base article presents to you the "MDI Application Template" which is both available in C# and VB.NET. Quite a few features (Infragistics specific) have been used throughout to make a nice, scalable startup application. You can simply expand upon what is there, following the patterns to load more forms, export data, create reports, etc. Check them out and let me know what you think:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=9697"&gt;HOWTO:MDI Application Quick Start Templates with Infragistics controls&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=225" width="1" height="1"&gt;</content><author><name>Tom Puglisi</name><uri>http://blogs.infragistics.com/members/Tom+Puglisi.aspx</uri></author></entry><entry><title>New Knowledge Base Articles</title><link rel="alternate" type="text/html" href="http://blogs.infragistics.com/blogs/tom_puglisi/archive/2006/06/12/224.aspx" /><id>http://blogs.infragistics.com/blogs/tom_puglisi/archive/2006/06/12/224.aspx</id><published>2006-06-12T17:53:00Z</published><updated>2006-06-12T17:53:00Z</updated><content type="html">&lt;P&gt;I have been out on the road doing client visits,&amp;nbsp;training,&amp;nbsp;consulting and presentations. I have had the chance to write some KB articles based on some things that would help everyone out there. Feel free to enjoy these and if there are any topics you would like to see posted on our KB, please feel free to let me know.&lt;/P&gt;
&lt;P&gt;These articles are for .NET 2.0 as they relate to CAB and the last article relates to the Background Worker Component. &lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN id=TypeAndSummary&gt;HOWTO:NetAdvantage CAB Extensibility Kit: Achieve complex layouts with UltraDock Workspace &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=9842"&gt;http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=9842&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN id=TypeAndSummary&gt;HOWTO:NetAdvantage CAB Extensibility Kit: Loading and saving Dock Layouts with UltraDockWorkspace&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;A href="http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=9844"&gt;http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=9844&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN id=TypeAndSummary&gt;HOWTO:NetAdvantage CAB Extensibility Kit: Workspace Name Property&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;A href="http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=9848"&gt;http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=9848&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN id=TypeAndSummary&gt;HOWTO:Using the Background Worker component with the WinGrid to get data asynchronously&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;A href="http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=9838"&gt;http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=9838&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=224" width="1" height="1"&gt;</content><author><name>Tom Puglisi</name><uri>http://blogs.infragistics.com/members/Tom+Puglisi.aspx</uri></author></entry><entry><title>Sample Application Preview</title><link rel="alternate" type="text/html" href="http://blogs.infragistics.com/blogs/tom_puglisi/archive/2005/10/14/60.aspx" /><id>http://blogs.infragistics.com/blogs/tom_puglisi/archive/2005/10/14/60.aspx</id><published>2005-10-14T19:38:00Z</published><updated>2005-10-14T19:38:00Z</updated><content type="html">&lt;P&gt;I have started working on a cool sample application that will be titled "Northwind CRM". This application will be based on the Infragistics Windows Forms elements and it will be used to demonstrate how to make a professional user interface that ties into an ADO.NET powered data model. The "Back End" code will basically contain classes dedicated to getting and updating the various data entities, as well as classes dedicated to raising application-wide events (ex: the Customers have changed, the Orders have changed...). Other features will be scoped as the requirements are further defined.&lt;/P&gt;
&lt;P&gt;By all means, feel free to download what I have created so far &lt;SPAN&gt;using &lt;/SPAN&gt;the following link:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://download.infragistics.com/users/TomP/NorthwindCRM.zip"&gt;http://download.infragistics.com/users/TomP/NorthwindCRM.zip&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=60" width="1" height="1"&gt;</content><author><name>Tom Puglisi</name><uri>http://blogs.infragistics.com/members/Tom+Puglisi.aspx</uri></author></entry><entry><title>Evangelism Updates</title><link rel="alternate" type="text/html" href="http://blogs.infragistics.com/blogs/tom_puglisi/archive/2005/10/14/59.aspx" /><id>http://blogs.infragistics.com/blogs/tom_puglisi/archive/2005/10/14/59.aspx</id><published>2005-10-14T19:35:00Z</published><updated>2005-10-14T19:35:00Z</updated><content type="html">&lt;P class=MsoNormal&gt;Now that we have released 5.3, the dust is settling. All of us have participated in hard work on samples, code, and quality assurance to ensure that a solid product was delivered. Now that the new volume has been released, we can move on to the other projects that have been scheduled. I will keep you updated on the new and exciting things that I will be working on as they come along.&lt;/P&gt;&lt;img src="http://blogs.infragistics.com/aggbug.aspx?PostID=59" width="1" height="1"&gt;</content><author><name>Tom Puglisi</name><uri>http://blogs.infragistics.com/members/Tom+Puglisi.aspx</uri></author></entry></feed>